Skip to content

Min/Max

To easily change axis min/max with touch, you can set min_max_option kivy property to True

MatplotFigureSubplot:
    min_max_option: True

If you don't want to kivy keyboard to show up, just disable the keyboard mode (see example_minmax_option)

To better understand this option, see ithe image above (twinx axis example):

minmax

Example to see this behaviour

  • example_minmax_option