File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
# - Use `.animation.Animation.save` or `.pyplot.show` to save or show the
60
60
# animation.
61
61
#
62
- # The update function uses the `set_*` function for different artists to modify
63
- # the data. The following table shows a few plotting methods, the artist types
64
- # they return and some methods that can be used to update them.
62
+ # The update function uses the `` set_*`` function for different artists to
63
+ # modify the data. The following table shows a few plotting methods, the artist
64
+ # types they return and some methods that can be used to update them.
65
65
#
66
66
# ================= ============================= ===========================
67
67
# Plotting method Artist Set method
68
68
# ================= ============================= ===========================
69
69
# `.Axes.plot` `.lines.Line2D` `.lines.Line2D.set_data`
70
70
# `.Axes.scatter` `.collections.PathCollection` `.collections.PathCollecti\
71
71
# on.set_offsets`
72
- # `.Axes.imshow` `.image.AxesImage` `.image. AxesImage.set_data`
72
+ # `.Axes.imshow` `.image.AxesImage` `` AxesImage.set_data` `
73
73
# `.Axes.annotate` `.text.Annotation` `.text.Annotation.update_p\
74
74
# ositions`
75
75
# `.Axes.barh` `.patches.Rectangle` `.Rectangle.set_angle`,
You can’t perform that action at this time.
0 commit comments