-
**Describe the bug**
The issue I am having is that while plotting polygons out of bounds, I get the following error:
```
thread 'main' panicked at 'attempt to subtract with overflow', .../plott…
-
**Describe the bug**
I wanted to draw icons on a plot. BitMapElement seemed to be the way to do it, and there was no constructor for it so I used the `From` implementation instead. My icon was rather…
-
### What is the feature ?
It would be nice to have not only solid lines but also dashed, dotted or whatever pattern.
I haven't found this in documentation. So, if this functionality exists, consider…
-
**Describe the bug**
When generating histogram plots with the SVG backend, the widths of the rect tags are sometimes negative. The same code with the Bitmap backend produces a valid image.
[svg wit…
-
## Description
I noticed that parse times increase with query times more than I'd expect. I suspect that this has to do with the number of allocations happening during lexing/parsing as switching to …
-
What should be in criterion-0.4 and criterion-0.5? Few things are set in stone so submit your comments and ideas.
# Version 0.4:
- [x] Remove all deprecated functions.
- [x] Make CSV output an …
-
Context: https://github.com/servo/font-kit/issues/233, https://github.com/servo/pathfinder/pull/548
Once font-kit updates it's deps `plotters` will need to do so as well
-
**Describe the bug**
does anyone make stoke width work?
**To Reproduce**
I clone this repo,and try to change style from `&RED` to `let style = Into::::into(&BLUE).stroke_width(100).filled();` in …
-
If the chart is defined to accept same data type, even though the axis is using different types of decorator, those chart types should be cvt into a trait object.
====
*Original issue (one of val…
-
Looking through the code, there seems to be a lot of different font/text structs. Some can be converted into one another with `.into()` and others cannot. Some need a reference to the backend. In part…