PlasmaCalcs.plotting.plot_tools.plot_tricks

File Purpose: misc tricks related to plotting
stuff that’s sometimes easy to forget, but super useful if you remember it.

Functions

ax_aspect(ax)

ax_outline([ax, color, linewidth])

ax_remove_ticklabels([ax])

ax_remove_ticks([ax])

fig_outline([fig, color, linewidth])

get_colorbar_axes([fig])

get_min_n_ticks([ax])

plot_locations([margin])

plot_note(note[, loc, margin, ax, xy])

plt_transformer([xy, ax])

set_min_n_ticks(n[, ax, fail_ok])

use_simple_log_tick_locator([ax, x, base])

use_simple_ticks_renamer(x, f[, ax])

Classes

SimpleLogTickLocator([base])