replotlib

class replotlib.Axes(data_file, ax=None, file_type='json', style=None, rcParams=None, erase=True)[source]

Save matplotlib command for later reuse.

Holds and matplotlib.axes.Axes object which saves the operations done on it for latter re-plotting.

action_number

Number of action called.

clean()[source]

Delete the file

parse_func(func)[source]

Create and save a plot object by parsing the ploting function.

replot()[source]

Replot using the recorded ploting funtions.

update(ex_dict, new_dict)[source]

Updated existing dictionary named ex_dict in database with new_dict