Saving & Loading projects

Diplotocus lets you save & load projects, from the python interface or the GUI.

diplotocus.load_project(path)[source]

Load a project.

Parameters:

path (str) – the path to the project file.

Return type:

(Timeline,list of plot objects)

Timeline.save_project(path)[source]

Save the current Timeline and associated plot objects to a project file.

Parameters:

path (str) – The path to save the project file to.