kivy-garden / graph

Displays plots on a graph.
MIT License
50 stars 18 forks source link

Feature Request: Different precision for x- and y- axes #24

Open jgurian opened 4 years ago

jgurian commented 4 years ago

Currently, if one sets the precision property of graph, it is applied to both the x and y axes. It would be helpful, especially for semilog plots, to have x_precision and y_precision properties so that the format of tick mark labels can be set independently.