8000 Change inline codeblocks to clear CI · chahak13/matplotlib@abbb031 · GitHub
[go: up one dir, main page]

Skip 10000 to content

Commit abbb031

Browse files
committed
Change inline codeblocks to clear CI
1 parent b8e0e1d commit abbb031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/introductory/animation_tutorial.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
# - Use `.animation.Animation.save` or `.pyplot.show` to save or show the
6060
# animation.
6161
#
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.
6565
#
6666
# ================= ============================= ===========================
6767
# Plotting method Artist Set method
6868
# ================= ============================= ===========================
6969
# `.Axes.plot` `.lines.Line2D` `.lines.Line2D.set_data`
7070
# `.Axes.scatter` `.collections.PathCollection` `.collections.PathCollecti\
7171
# on.set_offsets`
72-
# `.Axes.imshow` `.image.AxesImage` `.image.AxesImage.set_data`
72+
# `.Axes.imshow` `.image.AxesImage` ``AxesImage.set_data``
7373
# `.Axes.annotate` `.text.Annotation` `.text.Annotation.update_p\
7474
# ositions`
7575
# `.Axes.barh` `.patches.Rectangle` `.Rectangle.set_angle`,

0 commit comments

Comments
 (0)
0