Bug 433811 - Natural tick spacing
Summary: Natural tick spacing
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: frontend (other bugs)
Version First Reported In: latest
Platform: unspecified Other
: NOR wishlist
Target Milestone: ---
Assignee: Stefan Gerlach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-01 19:01 UTC by Justin
Modified: 2021-03-14 22:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin 2021-03-01 19:01:02 UTC
Provide an automatic tick spacing that fits what most users expect when first creating a graph, similar to AutoLocator/AutoLogLocator/etc in matplotlib. For a linear plot to the nearest rounded digit, log plot label every unit of 10, etc. The default of 6 ticks between min and max values is not very intuitive for new users.
Comment 1 Stefan Gerlach 2021-03-14 22:44:01 UTC
LabPlot now guesses the number of ticks using the axis range which works quite well.