Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

axes color python

ax.spines['bottom'].set_color('#dddddd')
ax.spines['top'].set_color('#dddddd') 
ax.spines['right'].set_color('red')
ax.spines['left'].set_color('red')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #axes #color #python
ADD COMMENT
Topic
Name
1+5 =