Open jangernert opened 4 years ago
It seems like this is related to #128, specifically the fact that plotters tries to draw the lines at integer coordinates but when the backend supports float coordinates then we have to add 0.5 to the coordinates, otherwise we're drawing "between" pixels. See my PR in plotters-canvas for an attempt at fixing this.
Describe the bug At least with the
CanvasBackend
the drawing of the axis seems to be off a little. Some lines of the axis don't quite connect. Some overlap which looks bad with the default opacity of the line.It seems like the thickness of the line is not taken into consideration when drawing.
Overlap:
Overlap and end of X-Axis a little too short:
Axis not quite connecting right at 0:
Top of Y-Axis not going all the way to the top
To Reproduce
Version Information