Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

plt grid linestyles options

plt.grid(linestyle=option)
# options are:
'-' # regular line 
'--' # regular dashed line 
'-.' # dash and dot line 
':' # dot dashes
'' # nothing
 
PREVIOUS NEXT
Tagged: #plt #grid #linestyles #options
ADD COMMENT
Topic
Name
6+5 =