Visualization
DGM Visualization uses vtk for visualization but provides many wrapper functions for easy of use. This tutorial will show you all you need to know to create a plot. We will learn how to add objects to your plot and change the properties of those objects.
Info
For a more indepth documentation on code functionality, please check our API Reference guide.
Overview
- Create an empty plot or subplot
- Add an object to your plot
- Set attributes of your object
- Add different objects to your plot
Objects
- Edges
- Nodes
- Scalarbar
- Static text
- Graph
- Cycles