Skip to content

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

  1. Create an empty plot or subplot
  2. Add an object to your plot
  3. Set attributes of your object
  4. Add different objects to your plot

Objects

  • Edges
  • Nodes
  • Scalarbar
  • Static text
  • Graph
  • Cycles

Next: Create an empty plot or subplot →