kivy-garden / graph

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

Y Tick labels disappear when re-scaling (sometimes) #14

Open stevemsmith opened 6 years ago

stevemsmith commented 6 years ago

I have y-axis tick labels (0-100, with ticks every 50). I also have a y-axis label with a string. It seems if I rescale the y-axis to a range where the tick string length is "wide enough" (say 300) the y-axis tick labels disappear. Any ideas on how to prevent this?