Archive for the tag 'Diagram'

 

 

Apr 28 2021

Show All Available Icons in Diagram as Code

Published by under Python

Diagram as Code by Mingrammer lets you draw beautiful diagrams while offering so many icons. It is just frustrating to go within all subdirectories to check and see all available icons. I decided to write a piece of code that imports classes from Diagram as Code package’s submodules.I then gather each provider’s submodules in a […]

2 responses so far

Mar 14 2021

Draw Beautiful Diagrams with Diagram as Code

Published by under Python

Diagram as Code is a hot topic these days that brings a lof of benefits. Among them:– Keep track of changes, who and what– Store on a repository as simple text– No need to realign arrows or move things around when you add an item– Much faster as a consequence once you have the knowledge– […]

No responses yet