Open yygrechka opened 1 month ago
Seems very related to: https://github.com/plotters-rs/plotters/issues/622
Attempted the following import:
:dep plotters = { git = "https://github.com/plotters-rs/plotters", branch = "master", defualt_features=false, features=["evcxr", "all_series"] }
use plotters::prelude::*;
Got the same behavior.
Describe the bug I've been playing around with the plotters library and even creating my own utility crate using it, and I was surprised to see that when a point is out of range of the plotting area, it is drawn somewhere close to the edge of the plotting area (the expected behavior would be that it is not drawn at all). I would say that this causes the plot to be "incorrect" and thus qualifies as a "BUG".
To Reproduce In a jupyter notebook:
1st cell:
2nd cell:
Version Information plotters version 0.3.7