Reference
Creating diagrams with pyRBD is done in two steps:
- Defining the blocks of the diagram and the relationship between them.
- 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
.