Choucas Workpackage Interaction Sequence Diagram
Updated version for 26/01/2021 meeting :
Plantuml: http://plantuml.com/
Clone the repository:
git clone https://github.com/ANRChoucas/WPSequenceDiagram
cd ./WPSequenceDiagramUsing the makefile (png version):
# png version
makeUsing the makefile (svg version):
# svg version
make create_svgManualy (local):
# png version
plantuml *.plantuml
# svg version
plantuml -tsvg *.plantumlManualy (on web):
Go to: https://www.planttext.com/
Documentation: http://plantuml.com/en/sequence-diagram

