plot
plot copied to clipboard
A concise API for exploratory data visualization implementing a layered grammar of graphics
The stack transform could be extended from point bases to segment bases, where something extends from start to end. Various kinds of outputs can be generated, depending on what we...
The new waffle mark is excellent. Have you considered supporting custom marks instead of just rectangles and rounded rectangles? The ability to supply custom SVGs for the repeated mark would...
Currently if you clip a mark, the tip doesn't get clipped and you might end up with surprising results when using facets. For example the tip shown below, belongs to...
When a waffle mark depicts large values, it might become invisible because the area for each "dot" becomes infinitesimal. This suggests that the default **unit** should be "auto" instead of...