Examples
These examples show ways to render temporal graph processes in 3D. View the source code for each example to learn more.
The simplest place to start is diffusion.
- nx3d.examples.diffusion(g, **kwargs)[source]
This function opens a popup showing how a graph diffusion can be rendered. You can run it from your shell as follows:
`` python -m nx3d diffusion ``
- Parameters
kwargs – passed to Nx3D.__init__
- nx3d.examples.game_of_life(g=None, size=(32, 32), **kwargs)[source]
This function opens a popup that runs the Game of Life.
`` python -m nx3d life ``
- Parameters
kwargs – passed to Nx3D.__init__