Skip to content

Refactor plotting functions to avoid series and use PathElement and Polygon directly #31

@apirogov

Description

@apirogov

While trying to find the bug in plotters plotters-rs/plotters#672 I noticed that the way polygons are rendered (border + fill) are not efficient (using AreaSeries etc).

Using Polygon, PathElement and possibly coordinate transforms directly could be simpler for basic cases.

For the vertex decorations, the series does seem to be useful, though.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions