For example, setting x- or y- axis to be log scale. Equivalent to the matplotlib statement: ``` import matplotlib.pylab as plt ... plt.xscale('log') ```