Skip to content

Interactive axes

Interactive axis can be activate my setting interactive_axis kivy property to True

MatplotFigureSubplot:
    interactive_axis: True

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

interactive_axis_fig

Example to see this behaviour

  • example_interactive_axis