August 2017
Beginner to intermediate
334 pages
8h 22m
English
Tick formatters control the style of tick labels. They can be called to set the major and minor tick formats on the x and y axes as follows:
ax.xaxis.set_major_formatter( xmajorFormatter )ax.xaxis.set_minor_formatter( xminorFormatter )ax.yaxis.set_major_formatter( ymajorFormatter )ax.yaxis.set_minor_formatter( yminorFormatter )
Read now
Unlock full access