Irockasingranite
Irockasingranite
The issue seems to be the call to truncate [here:](https://github.com/38/plotters/blob/b8d115dcf8d0f269de3ebdb56a32b68b5d192895/src/drawing/area.rs#L312) ```rust /// Draw an high-level element pub fn draw Result where &'a E: PointCollection
For my own app I've now implementing a filtering step that removes points entirely for data sent to a `PointSeries` and for `LineSeries` splits the data into several lines when...
I hadn't even considered that every shape would need its own workaround. In light of that, I definitely agree with @JakeOShannessy that having the area do the clipping is actually...
I did a small test of specifically the formatting check (running `check_compliance.py -m ClangFormat`), and it doesn't seem to work correctly. As a test scenario I copied the `button` sample...
To be clear, I don't think this issue is specific to the `ClangFormat` check, that was simply the easiest to test. I rather suspect that most, if not all, checks...
Okay, it seems to be `clang-format-diff.py` that's doing unexpected things. Depending on the state of my working copy, it some does and sometimes doesn't see formatting errors. From what I...