Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a31950 commit 55bf053Copy full SHA for 55bf053
1 file changed
doc/users/whats_new/rcparams.rst
@@ -9,7 +9,7 @@ defining proprty cycles. Adding cyclers together will be like you are
9
axes.prop_cycle: cycler('color', 'rgb') + cycler('lw', [1, 2, 3])
10
11
You can even multiply cyclers, which is like using `itertools.product()`
12
-on two or more property cycles. Remember to use parenstheses if writing
+on two or more property cycles. Remember to use parentheses if writing
13
a multi-line `prop_cycle` parameter.
14
15
..plot:: mpl_examples/color/color_cycle_demo.py
0 commit comments