axes_plot

cfplot.axes_plot(xticks=None, xticklabels=None, yticks=None, yticklabels=None, xlabel=None, ylabel=None, title=None)[source]
axes_plot is a system function to specify axes plotting parameters.
Use xticks, yticks to specify the tick positions and xticklabels,
yticklabels to specify the associated labels.

xticks=xticks - values for x ticks
xticklabels=xticklabels - labels for x tick marks
yticks=yticks - values for y ticks
yticklabels=yticklabels - labels for y tick marks
xlabel=xlabel - label for the x-axis
ylabel=ylabel - label for the y-axis
title=None - set title

Returns:

None