Skip to content

Commit 6fffbf3

Browse files
committed
Merge pull request matplotlib#3879 from nickystringer/unknown_properties_docs_2
Change mark_every docs
2 parents c02a515 + 2d44ce2 commit 6fffbf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/lines.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ def set_markevery(self, every):
463463
464464
e.g., if `every=5`, every 5-th marker will be plotted.
465465
466+
ACCEPTS: [None | int | length-2 tuple of int | slice |
467+
list/array of int | float | length-2 tuple of float]
468+
466469
Parameters
467470
----------
468471
every: None | int | length-2 tuple of int | slice | list/array of int |

0 commit comments

Comments
 (0)