A graphviz-based plotting tool for compositional bigraph schema
Project description
Bigraph-viz
Bigraph-viz is an easy-to-use plotting tool for compositional bigraph schema, built on top of Graphviz.
Compositional Schemas and Milner Bigraphs
Compositional Bigraph Schemas (CIP) are based on a mathematical formalism introduced by Robin Milner in 2009 , and used in Vivarium. Bigraphs consist of networks with embeddable nodes that can be placed within other nodes and dynamically restructured. CIP reimagines the bigraph concept. Variables are contained within Stores (the circles in the figure), which can be embedded in a hierarchy, as shown by the dark edges. Instead of Milner's hyperedges, CIP employs Processes (the rectangles) which connect via wires (dashed edges) to shared variables within the Stores. Processes and Stores form a type of bipartite graph, as illustrated by the dashed edges.
In Vivarium, the CIP is used to structure a modular multiscale simulation. Bigraph-viz is part of an effort to standardize this structure, so that it can be used as an exchange format for multiscale simulations.
Getting Started
Dependencies
Before installing bigraph-viz
, make sure you have Graphviz.
Ubuntu/Debian
sudo apt-get install -y graphviz
macOS
brew install graphviz
Windows
Download and install the Graphviz installer from the official website. Make sure to add the Graphviz bin directory to your system's PATH.
Installation
Once Graphviz is installed, you can install bigraph-viz
using pip:
pip install bigraph-viz
Tutorial
To get started with Bigraph-viz, explore the Bigraph Schema Basics tutorial.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bigraph-viz-0.0.17.tar.gz
.
File metadata
- Download URL: bigraph-viz-0.0.17.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f530f064622093888c9cda65ce8fd650aebc3b1e146dc24e3074c2d8efd77aef |
|
MD5 | 9822371493bf24e68d4fa99f9bc245cc |
|
BLAKE2b-256 | eee1482b0079b6d1a9e3d472ea8da2df8fc64366a3e776f6ea66c1f9a1b23fa2 |