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

Variables

dictionary settings
 
 current_file_path = pathlib.Path(__file__).parent.absolute()
 

Variable Documentation

◆ current_file_path

monitor_script.current_file_path = pathlib.Path(__file__).parent.absolute()

Definition at line 2 of file monitor_script.py.

◆ settings

dictionary monitor_script.settings
Initial value:
1 = {
2  "Cell count": {
3  "graph_dir" : "cell_count.csv",
4  "graph_type" : 'lines',
5  "col" : 'col s4',
6  'x-axis-moves': False
7  },
8  "ECM": {
9  "graph_dir" : "ECM.csv",
10  "graph_type" : 'map',
11  "col" : 'col s4',
12  "range_color": [0,100]
13  },
14  "Cells": {
15  "graph_dir" : "cells.csv",
16  "graph_type" : 'scatter2',
17  "col" : 'col s4',
18  },
19 
20 }

Definition at line 3 of file monitor_script.py.