Draw a reference frame to represent data formats in an orthogonal reference frame.
git clone https://github.com/ngimdock/diagramFormats.git
To generate the diagram, you only need to execute the program. Once the program has been executed, a new window will appear with the diagram drawn, so you can enlarge the window and download the diagram as an image (in png format).
python create_diagram.py
or
python3 create_diagram.py
To generate the diagram without the text, you need to change the project branch to the n branch without_text
and run the project again.
The project has 2 branches, one where there is text on the diagram(main) and the other where there is no text on the diagram(without_text)
get checkout without_text
get checkout main