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')[source]

Initialization

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

Bases: chemparseplot.plot.structs.BasePlotter

Initialization

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