Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python marker size

>>> plot(x, y, 'go--', linewidth=2, markersize=12)
>>> plot(x, y, color='green', marker='o', linestyle='dashed',
...      linewidth=2, markersize=12)
Source by matplotlib.org #
 
PREVIOUS NEXT
Tagged: #python #marker #size
ADD COMMENT
Topic
Name
9+2 =