eradiate.plot

eradiate.plot#

Utility functions#

detect_axes([from_])

Try and extract a Axes list from a data structure.

get_axes_from_facet_grid(facet_grid[, exclude])

Extract a flat list of Axes from a FacetGrid.

make_ticks(num_ticks, limits)

Generate ticks and their respective tickmarks.

remove_xylabels([from_])

Remove x- and y-axis labels from from_ (processed by detect_axes()).

remove_xyticks([from_])

Remove x and y axis tick labels from from_ (processed by detect_axes()).

set_style([rc])

Apply Eradiate Matplotlib style (the Seaborn ticks style with the viridis colormap).