Reference

Creating diagrams with pyRBD is done in two steps:

  1. Defining the blocks of the diagram and the relationship between them.
  2. Adding blocks to the diagram and compiling the output diagram.

The first step is done using the class Block or child classes Series and Group.

The second step is done using Diagram.