Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python set grid thickness

thickness = 2
plt.Axes.grid(color='r', linestyle='-', linewidth=thickness)
Source by matplotlib.org #
 
PREVIOUS NEXT
Tagged: #python #set #grid #thickness
ADD COMMENT
Topic
Name
6+3 =