Extending Visualgo ================== .. toctree:: :maxdepth: 1 adding_data_structure Once your new data structure is beautiful done, you can link it with a visual structure. You have to choices : - Use an existing `VisualWidget` that fulfill your visual need. You can optionally add a new constructor. - Create your own `VisualWidget`. .. toctree:: :maxdepth: 1 adding_visual_structures linking_data_structure_to_visual_structure