You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Describe what is expected, what you actually get.
It would be nice to have screenshot or result image uploaded
When using draw_series and LineSeries with BitMapBackend on highly variable data, augmenting the stroke width made the line to go out of the image. The following graph is plotted with a stroke width of 2 :
The same graphic with a stroke width of 1 :
NOTE : The change of color is because I use a HashMap to plot the serie. To Reproduce
Some minimal reproduce code is highly recommended
I can export data which are "highly variable", but I'm not sure how to give access to it. Here is the code I use :
Version Information
Please give us what version you are using. If you are pulling Plotters directly from git repo, please mention this as well
The version I use is the 0.3.3.
The text was updated successfully, but these errors were encountered:
Describe the bug
Describe what is expected, what you actually get.
It would be nice to have screenshot or result image uploaded
When using draw_series and LineSeries with BitMapBackend on highly variable data, augmenting the stroke width made the line to go out of the image. The following graph is plotted with a stroke width of 2 :
The same graphic with a stroke width of 1 :
NOTE : The change of color is because I use a HashMap to plot the serie.
To Reproduce
Some minimal reproduce code is highly recommended
I can export data which are "highly variable", but I'm not sure how to give access to it. Here is the code I use :
Version Information
Please give us what version you are using. If you are pulling
Plotters
directly from git repo, please mention this as wellThe version I use is the 0.3.3.
The text was updated successfully, but these errors were encountered: