Functions | |
def | lines (data, name, x_lims, y_lims) |
def | process (postfixes, plot_name) |
Variables | |
list | line_types = ['solid', 'dot', 'dash', 'dashdot', 'dashdot', 'longdashdot'] |
list | colors = ['DarkSlateGrey','DarkSeaGreen','DarkViolet','red'] |
list | postfixes = ['Cpp','Py','Cppy','Pyy'] |
def plot_cellcount.lines | ( | data, | |
name, | |||
x_lims, | |||
y_lims | |||
) |
Definition at line 7 of file plot_cellcount.py.
def plot_cellcount.process | ( | postfixes, | |
plot_name | |||
) |
Definition at line 92 of file plot_cellcount.py.
list plot_cellcount.colors = ['DarkSlateGrey','DarkSeaGreen','DarkViolet','red'] |
Definition at line 6 of file plot_cellcount.py.
list plot_cellcount.line_types = ['solid', 'dot', 'dash', 'dashdot', 'dashdot', 'longdashdot'] |
Definition at line 5 of file plot_cellcount.py.
Definition at line 110 of file plot_cellcount.py.