I am trying to use ax.get_xaxis
for a logarithmic plot but I don't have axes. Instead I want to use a similar matplotlib.pyplot
function to just use it on the current plot but I can't seem to find it online. What would it be?
Example:
plt.get_xaxis().set_major_formatter(matplotlib.ticker.ScalarFormatter())