PlasmaCalcs.plotting.plot_tools.plot_tricks.use_simple_log_tick_locator

PlasmaCalcs.plotting.plot_tools.plot_tricks.use_simple_log_tick_locator(ax=None, x='both', base=10)
tell log-scaled axes of ax to use SimpleLogTickLocator.
x: ‘both’, ‘x’, or ‘y’.
tells whether to apply to both (if both are currently log-scaled),
or only x or y. If x or y but not currently log-scaled, crash.