cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions | Variables
plot_usage Namespace Reference

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']
 

Function Documentation

◆ plot()

def plot_usage.plot (   fig,
  data,
  i,
  name,
  x 
)

Definition at line 11 of file plot_usage.py.

◆ process()

def plot_usage.process (   postfixes,
  fig_name,
  xs 
)

Definition at line 102 of file plot_usage.py.

◆ update_layout()

def plot_usage.update_layout (   fig)

Definition at line 45 of file plot_usage.py.

Variable Documentation

◆ colors

list plot_usage.colors = ['DarkSlateGrey','black','DarkViolet']

Definition at line 9 of file plot_usage.py.

◆ line_types

list plot_usage.line_types = ['solid', 'dot', 'dash', 'longdash', 'dashdot', 'longdashdot']

Definition at line 8 of file plot_usage.py.

◆ markers

list plot_usage.markers = ['circle','cross','diamond']

Definition at line 10 of file plot_usage.py.

◆ postfixes

list plot_usage.postfixes = ['Cpp','Py','Cppy','Pyy']

Definition at line 137 of file plot_usage.py.

◆ xs

list plot_usage.xs = [1,2,3,4]

Definition at line 136 of file plot_usage.py.