File tree 1 file changed +2
-2
lines changed
galleries/users_explain/animations 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
# 3) Create a `.FuncAnimation`, passing the `.Figure` and the animation function.
60
60
# 4) Save or show the animation using one of the following methods:
61
61
#
62
- # - `plt .show` to show the animation in a window
62
+ # - `.pyplot .show` to show the animation in a window
63
63
# - `.Animation.to_html5_video` to create a HTML ``<video>`` tag
64
64
# - `.Animation.to_jshtml` to create HTML code with interactive JavaScript animation
65
65
# controls
93
93
# `~.Ellipse.set_center`,
94
94
# `~.Ellipse.set_height`,
95
95
# `~.Ellipse.set_width`
96
- # `.Axes.title `, `Axes.text` `.text.Text` `~.Text.set_text`
96
+ # `.Axes.set_title `, `. Axes.text` `.text.Text` `~.Text.set_text`
97
97
# ======================================== ============================= ===========================
98
98
#
99
99
# Covering the set methods for all types of artists is beyond the scope of this
You can’t perform that action at this time.
0 commit comments