-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
If we render for example 1000 data points (starting from zero), we get something like:
It would be better to display the x-label "1000" itself at the right edge, but if we adjust code to get 1001 labels (so from 0 until 1000), the plot calculates even more ugly values (and there's still no 1000 at the right edge):
We should try to display the range 0 until 1000 (or any other range, but it shouldn't be cut off like this).
Reactions are currently unavailable

