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

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

Function Documentation

◆ lines()

def plot_cellcount.lines (   data,
  name,
  x_lims,
  y_lims 
)

Definition at line 7 of file plot_cellcount.py.

◆ process()

def plot_cellcount.process (   postfixes,
  plot_name 
)

Definition at line 92 of file plot_cellcount.py.

Variable Documentation

◆ colors

list plot_cellcount.colors = ['DarkSlateGrey','DarkSeaGreen','DarkViolet','red']

Definition at line 6 of file plot_cellcount.py.

◆ line_types

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

Definition at line 5 of file plot_cellcount.py.

◆ postfixes

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

Definition at line 110 of file plot_cellcount.py.