Functions | |
def | plot (fig, data, i, name, x) |
def | update_layout (fig) |
def | process (postfixes, fig_name, xs) |
Variables | |
list | line_types = ['solid', 'dot', 'dash', 'longdash', 'dashdot', 'longdashdot'] |
list | colors = ['DarkSlateGrey','black','DarkViolet'] |
list | markers = ['circle','cross','diamond'] |
list | xs = [1,2,3,4] |
list | postfixes = ['Cpp','Py','Cppy','Pyy'] |
def plot_usage.plot | ( | fig, | |
data, | |||
i, | |||
name, | |||
x | |||
) |
Definition at line 11 of file plot_usage.py.
def plot_usage.process | ( | postfixes, | |
fig_name, | |||
xs | |||
) |
Definition at line 102 of file plot_usage.py.
def plot_usage.update_layout | ( | fig | ) |
Definition at line 45 of file plot_usage.py.
list plot_usage.colors = ['DarkSlateGrey','black','DarkViolet'] |
Definition at line 9 of file plot_usage.py.
list plot_usage.line_types = ['solid', 'dot', 'dash', 'longdash', 'dashdot', 'longdashdot'] |
Definition at line 8 of file plot_usage.py.
list plot_usage.markers = ['circle','cross','diamond'] |
Definition at line 10 of file plot_usage.py.
Definition at line 137 of file plot_usage.py.
list plot_usage.xs = [1,2,3,4] |
Definition at line 136 of file plot_usage.py.