This repository contains the source code to create the diagrams in the README.md file of the HSI repository. Please note, that I'm not an expert in the Haskell diagrams library
- :set args -o diagrams.svg -w 400
- :set args -o <filename>.svg -w 400
These parameters are stored in the .ghci file
Use the main function and not :main
- General Attributes Diagram.Attributes
- 2-Dim Attributes Diagrams.TwoD.Attributes
- Layout Combinators Diagrams.Combinators