3D plots have (3) axis'. We have the ability to set tick positions and labels for each axis using the axis3d toolkit in matplot lib. The API calls would go something like `axes.xaxis.set_xticklabels([ ...
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...