plot icon indicating copy to clipboard operation
plot copied to clipboard

A concise API for exploratory data visualization implementing a layered grammar of graphics

Results 314 plot issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

bug

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...

enhancement