plot

Full name: ase2sprkkr.visualise.plot

Module class hierarchy

Inheritance diagram of ase2sprkkr.visualise.plot.Multiplot

Description

In this file the general plotting routines are present.

Functions

auto_range(rng, data)

Fill the missing value in the given range by the data.

change_default_kwargs(f, **kwargs)

Return the same function, with default kwargs changed

colormesh(x, y, c[, xrange, yrange, ...])

Plot 3D data by assigning colors to 2D grid.

combine_colormaps(cmap1, cmap2, n1, n2, ...)

combined_colormap([range1, range2, n1, n2, ...])

create_rc_context([latex])

Create the context that sets defaults for plotting

finish_plot([filename, show, dpi])

Show the plot and/or save it to the given file

normalize_rc_params(params)

plotting_function(func)

Decorator, that 'completes' the given function that just draw into a matplolib axis.

set_up_common_plot(axis[, title, xlabel, ...])

single_plot(fn, *args[, filename, show, ...])

Creates single plot according to the given function a either show it or save it.

Classes

Multiplot(layout[, figsize, latex, ...])

This class can be used for plotting more plots into one resulting image/window.