ax.axis["left"].major_ticklabels.set_color("r")
ax.set_xticks([1, 2, 3])
ax.axis["left", "bottom"].major_ticklabels.set_color("r")
ax.axis[:].major_ticklabels.set_color("r")
Recommend
Matplotlib Overview of axisartist toolkit HowTo
Matplotlib Overview of axisartist toolkit Default AxisArtists
Matplotlib Overview of axisartist toolkit axisartist axisartist with ParasiteAxes
Matplotlib Overview of axisartist toolkit axisartist
Matplotlib The mplot3d Toolkit Tri-Surface plots
Matplotlib The mplot3d Toolkit
Matplotlib Overview of mpl_toolkits.axes_grid1 AxesDivider
Matplotlib Overview of mpl_toolkits.axes_grid1 axes_grid1 RGBAxes
Matplotlib Overview of mpl_toolkits.axes_grid1 axes_grid1 InsetLocator
Matplotlib Overview of mpl_toolkits.axes_grid1 axes_grid1 ParasiteAxes Example 2. twin
Matplotlib Overview of mpl_toolkits.axes_grid1 axes_grid1 AxesDivider Class
Matplotlib Image tutorial Plotting numpy arrays as images Array Interpolation schemes
Matplotlib Image tutorial Plotting numpy arrays as images Examining a specific data range
Matplotlib Image tutorial Plotting numpy arrays as images Color scale reference
Matplotlib Image tutorial Plotting numpy arrays as images
Matplotlib Image tutorial Importing image data into Numpy arrays
Matplotlib Image tutorial Startup commands
Matplotlib Pyplot tutorial Logarithmic and other nonlinear axes
Matplotlib Pyplot tutorial Working with text Annotating text
Matplotlib Pyplot tutorial Working with text Using mathematical expressions in text
Matplotlib Pyplot tutorial Working with text
Matplotlib Pyplot tutorial Working with multiple figures and axes
Matplotlib Pyplot tutorial Controlling line properties
Matplotlib Pyplot tutorial Plotting with categorical variables
Matplotlib Pyplot tutorial Plotting with keyword strings
Matplotlib Pyplot tutorial Intro to pyplot Formatting the style of your plot
Matplotlib Pyplot tutorial Intro to pyplot
Matplotlib Basic Usage Working with multiple Figures and Axes
Matplotlib Basic Usage Color mapped data
Matplotlib Basic Usage Axis scales and ticks Additional Axis objects
Matplotlib Basic Usage Axis scales and ticks Plotting dates and strings
Matplotlib Basic Usage Axis scales and ticks Tick locators and formatters
Matplotlib Basic Usage Axis scales and ticks Scales
Matplotlib Basic Usage Labelling plots Legends
Matplotlib Basic Usage Labelling plots Annotations
Matplotlib Basic Usage Labelling plots Using mathematical expressions in text
Matplotlib Basic Usage Labelling plots Axes labels and text
Matplotlib Basic Usage Styling Artists Linewidths, linestyles, and markersizes
Matplotlib Basic Usage Styling Artists Colors
Matplotlib Basic Usage Styling Artists
Matplotlib Basic Usage Coding styles Making a helper functions
Matplotlib Basic Usage Coding styles The object-oriented and the pyplot interfaces
Matplotlib Basic Usage Types of inputs to plotting functions
Matplotlib Basic Usage Parts of a Figure Figure
Matplotlib Basic Usage A simple example
Matplotlib The Lifecycle of a Plot Saving our plot
Matplotlib The Lifecycle of a Plot Combining multiple visualizations