Skip to content

Commit 9a9a90a

Browse files
committed
Update backend_kivy.py
1 parent 6d6dd45 commit 9a9a90a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend_kivy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Or 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
3131
Initialization
@@ -147,7 +147,7 @@
147147
plt.show()
148148
149149
150-
Naviation Toolbar
150+
Navigation Toolbar
151151
-----------------
152152
153153
If initialized by the first step a :class:`NavigationToolbarKivy` widget can be
@@ -179,7 +179,7 @@
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,

0 commit comments

Comments
 (0)