File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525Or if you want to include it directly on your application ::
2626
2727 cd myapp
28- garden install --app graph
28+ garden install --app matplotlib
2929
3030
3131Initialization
147147 plt.show()
148148
149149
150- Naviation Toolbar
150+ Navigation Toolbar
151151-----------------
152152
153153If initialized by the first step a :class:`NavigationToolbarKivy` widget can be
179179`figure_enter_event` which is raised when mouse enters a new figure,
180180`figure_leave_event` which is raised when mouse leaves a figure,
181181`close_event` which is raised when the window is closed,
182- `draw_event` which is rained on canvas draw,
182+ `draw_event` which is raised on canvas draw,
183183`pick_event` which is raised when an object is selected,
184184`idle_event` (deprecated),
185185`axes_enter_event` which is fired when mouse enters axes,
You can’t perform that action at this time.
0 commit comments