List of all available examples

This is the list of all available examples in this library.

Example Description
example_3D for 3D matplotlib figure
example_4_differents_subplot Differents figures with multiple axes or figure with no lines only
example_advance_interactive_legend More advanced insteractive matplotlib legend
example_all_interactive_options Figure with all interactives features
example_all_selectors Example with all kivy selectors tools
example_basic Basic example with lines and 1 axis (when the library is not install and copy in your project)
example_basic_with_pip_install Basic example with lines and 1 axis (used kivy_matploltib_widget library
example_big_data Basic example with lines and 1 axis with big data optimization
example_compare_hover Example with nearest and compare hover
example_cursor Basic example with matplotlib cursor
example_cursor_scatter Basic example with scatter figure and matplotlib cursor (MatplotFigureScatter)
example_custom_touch_widget Example with custom touch widget (line edit prop and line distance)
example_hover Example with kivy hover
example_interactive_axis Activate interactive axis feature
example_interactive_converter 1 function converter to convert any matplotlib figure into kivy interactive figure
example_kivy_navigation_bar Example to add kivy nagigation toolbar
example_legend Example to add kivy recycle view legend widget (vertical legend)
example_legend_horizontal Example to add kivy recycle view legend widget (horizontal legend)
example_legend_matplotlib Example to show how to convert matplotlib legend into interactive legend
example_legend_matpotlib_with_figure_update Convert your matplotlib legend into interactive legend when you update your figure
example_live_data Example for live data (fps 1/60)
example_live_with_big_data Example for live data for big data (fps 1/60)
example_minmax_option Figure with min/max feature
example_mplcursors Use mplcursors algorithm with MatplotFigure figure (note: MatplotFigureSubplot all ready use mplcursors algorithm)
example_rectangle_selector Example with rectangle kivy selectors tools
example_seaborn Example with seaborn library
example_slider Example with horizontal and vertical slider (slider made in kivy)
example_twinx Basic example with twinx figure (MatplotFigureTwinx)
navigation_bar_general_purpose Basic example with MatplotFigureGeneral widget and MatplotNavToolbar widget