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.
2 parents f2afc4c + 08288af commit bdb8568Copy full SHA for bdb8568
1 file changed
lib/matplotlib/lines.py
@@ -550,8 +550,8 @@ def set_markevery(self, every):
550
551
Parameters
552
----------
553
- every: None | int | length-2 tuple of int | slice | list/array of int |
554
- float | length-2 tuple of float
+ every: None | int | length-2 tuple of int | slice | list/array of int \
+| float | length-2 tuple of float
555
Which markers to plot.
556
557
- every=None, every point will be plotted.
0 commit comments