Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

bigraph-viz

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigraph-viz

A visualization method for displaying the structure of process bigraphs

pipPyPI
Version
1.0.2
Maintainers
2

Bigraph-viz

PyPI GitHub Pages

Bigraph-viz is an easy-to-use plotting tool for compositional bigraph schema, built on top of Graphviz.

Bigraph-viz example

Compositional Schemas and Milner Bigraphs

Compositional Bigraph Schemas (CBS) 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. CBS 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, CBS 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 CBS 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

Tutorials

To get started with Bigraph-viz, explore our resources:

License

Bigraph-viz is open-source software released under the Apache 2 License.

Keywords

visualization

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts