pycotools3.viz.PlotTimeCourse¶
-
class
pycotools3.viz.PlotTimeCourse(cls, **kwargs)[source]¶ Plot time course data
Time course kwargs:
kwarg Description x str. Parameter to go on x axis. defaults to ‘Time’. If not ‘Time’ then plot is a phase space plot. Required. y str or list of str. Parameters for the y axis. Required. log10 bool plot on log10 scale separate bool` separate time courses onto different axes. Default: True **kwargs See kwargs for more options Args:
Returns:
Methods
__init__(cls, **kwargs)param cls: context([font_scale, rc])param context: (Default value = ‘talk’) create_directory(results_directory)create directory for results and switch to it parse(cls, log10[, copasi_file])Mixin method interface to parse class :return: plot()return: plot_kwargs()save_figure(directory, filename[, dpi])param directory: truncate(data, mode, theta)mixin method interface to truncate data update_properties(kwargs)method for updating properties from kwargs