chemparseplot.plot.structs

Module Contents

Classes

BasePlotter

TwoDimPlot

Data

EnergyPath

XYData

API

chemparseplot.plot.structs.EnergyPath

‘namedtuple(…)’

chemparseplot.plot.structs.XYData

‘namedtuple(…)’

class chemparseplot.plot.structs.BasePlotter(figsize=(3.2, 2.5), dpi=200, pad=0.2, colormap=cm.batlow, style='bmh')

Initialization

add_title(title='')
class chemparseplot.plot.structs.TwoDimPlot(*args, **kwargs)

Bases: chemparseplot.plot.structs.BasePlotter

Initialization

set_labels(x_label, y_label)
set_units(x_unit, y_unit)
update_labels()
redraw_plot()
add_data(xy_data)
rmdat(labels_to_remove)
__repr__()