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

Skip to content

Commit 0bf2c90

Browse files
committed
Add 'm' and 'markers' shorthand for scatter 'marker'
1 parent 916176a commit 0bf2c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎proplot/internals/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
),
5555
'linestyles': ('ls', 'linestyle'),
5656
'linewidths': ('lw', 'linewidth', 'ew', 'edgewidth', 'edgewidths', 'mew', 'markeredgewidth', 'markeredgewidths'), # noqa: E501
57+
'marker': ('m', 'markers'),
5758
'sizes': ('s', 'ms', 'markersize', 'markersizes'),
5859
'zorder': ('z', 'zorders'),
5960
},

0 commit comments

Comments
 (0)