cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Namespaces | Functions | Variables
plot_usage.py File Reference

Go to the source code of this file.

Namespaces

 plot_usage
 

Functions

def plot_usage.plot (fig, data, i, name, x)
 
def plot_usage.update_layout (fig)
 
def plot_usage.process (postfixes, fig_name, xs)
 

Variables

list plot_usage.line_types = ['solid', 'dot', 'dash', 'longdash', 'dashdot', 'longdashdot']
 
list plot_usage.colors = ['DarkSlateGrey','black','DarkViolet']
 
list plot_usage.markers = ['circle','cross','diamond']
 
list plot_usage.xs = [1,2,3,4]
 
list plot_usage.postfixes = ['Cpp','Py','Cppy','Pyy']