-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributors
Description
If spans are rendered as <1px they may become invisible.
Add logic so the minimum rendered axis span is always at least 1 px in size.
Lines of code to modify are here:
| PixelRangeY vert = new(Axes.GetPixelY(Bottom), Axes.GetPixelY(Top)); |
| PixelRangeX horiz = new(Axes.GetPixelX(Left), Axes.GetPixelX(Right)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good First IssueThis issue has limited complexity and may be a good start for new contributorsThis issue has limited complexity and may be a good start for new contributors