SeabornPlotStyle

Stoner.plot.formats.SeabornPlotStyle[source]

Attributes Summary

show_legend

show_title

show_xlabel

show_ylabel

show_zlabel

stylename

stylesheet

Horribly hacky method to traverse over the class hierarchy for style sheet names.

subplot_settings

Methods Summary

__call__(**kwargs)

Call the template object can manipulate the rcParams that will be set.

annotate(ix, multiple, plot, **kwargs)

Call all the routines necessary to annotate the axes etc.

apply()

Update matplotlib rc parameters from any attributes starting template_.

clear()

Reset everything back o defaults.

customise()

Implement hook to customise plot.

customise_axes(ax, _)

Implement hook for for when we have an axis to manipulate.

get(k[,d])

items()

keys()

new_figure([figure, projection, figsize, ...])

Create a new figure.

pop(k[,d])

If key is not found, d is returned if given, otherwise KeyError is raised.

popitem()

as a 2-tuple; but raise KeyError if D is empty.

setdefault(k[,d])

update([other])

Update the template with new attributes from keyword arguments.

values()

Attributes Documentation

Methods Documentation

alias of DefaultPlotStyle