Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de89e7c

Browse files
committed
DOC [ci doc]
1 parent 54185bb commit de89e7c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/api/figure_api.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
- :ref:`figures_and_backends`
1414
- :ref:`arranging_axes`
1515

16+
.. autosummary::
17+
:toctree: _as_gen
18+
:template: autosummary.rst
19+
:nosignatures:
20+
21+
Figure
1622

1723
Adding Axes and SubFigures
1824
==========================

galleries/examples/animation/unchained.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
========================
3-
MATPLOTLIB **UNCHAINED**
4-
========================
2+
====================
3+
Matplotlib Unchained
4+
====================
55
66
Comparative path demonstration of frequency from a fake signal of a pulsar
77
(mostly known because of the cover for Joy Division's Unknown Pleasures).
@@ -72,5 +72,5 @@ def update(*args):
7272
return lines
7373

7474
# Construct the animation, using the update function as the animation director.
75-
anim = animation.FuncAnimation(fig, update, interval=10, save_count=100)
75+
anim = animation.FuncAnimation(fig, update, interval=10, save_count=50)
7676
plt.show()

0 commit comments

Comments
 (0)