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

Skip to content

Commit 7bd973c

Browse files
committed
Add rcsetup_api.rst, fix typo for rcsetup.cycler
1 parent 8279f64 commit 7bd973c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
patheffects_api.rst
4545
projections_api.rst
4646
pyplot_api.rst
47+
rcsetup_api.rst
4748
sankey_api.rst
4849
scale_api.rst
4950
spines_api.rst

doc/api/rcsetup_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*****
2+
rcsetup
3+
*****
4+
5+
6+
:mod:`matplotlib.rcsetup`
7+
=========================
8+
9+
.. automodule:: matplotlib.rcsetup
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

lib/matplotlib/rcsetup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ def cycler(*args, **kwargs):
733733
Creates a :class:`cycler.Cycler` object much like :func:`cycler.cycler`,
734734
but includes input validation.
735735
736-
cyl(arg)
737-
cyl(label, itr)
738-
cyl(label1=itr1[, label2=itr2[, ...]])
736+
cyler(arg)
737+
cyler(label, itr)
738+
cyler(label1=itr1[, label2=itr2[, ...]])
739739
740740
Form 1 simply copies a given `Cycler` object.
741741

0 commit comments

Comments
 (0)