Open
Description
Using this library, let's say I want to customize the drawing style. To do so, I would simply need to to extend the "renderer" classes, but currently a good number of the methods in those classes are private, making it hard to extend them. Could you switch them over to protected, so that we could do things like turn our points into pictures of cats? Thanks.