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

Skip to content

Commit 500d1bc

Browse files
committed
Adjusted the line to reduce the character length
1 parent ea4f169 commit 500d1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/lines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ 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 | list/array of int
467-
| float | length-2 tuple of float]
466+
ACCEPTS: [None | int | length-2 tuple of int | slice |
467+
list/array of int | float | length-2 tuple of float]
468468
469469
Parameters
470470
----------

0 commit comments

Comments
 (0)