Plt Axis Tick Color

[Solved] Plt Axis Tick Color | C - Code Explorer | yomemimo.com
Question : plt axis tick color

Answered by : tired-turtler

ax.tick_params(axis='x', colors='red')

Source : | Last Update : Wed, 10 Nov 21

Question : axes color python

Answered by : tender-tapir-504ngbnj9jgt

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 : https://stackoverflow.com/questions/1982770/matplotlib-changing-the-color-of-an-axis | Last Update : Tue, 14 Sep 21

Answers related to plt axis tick color

Code Explorer Popular Question For C