location: plantuml

Institute of Mathematics - PublicMathWiki:

Revision 6 as of 2025-03-01 13:40:43

Clear message

PlantUML

Create diagrams based on text files.

Example

  • gedit example.plantuml

    @startuml
    Alice->Bob : hello
    note left: this is a first note
    Bob->Alice : ok
    note right: this is another note
    Bob->Bob : I am thinking
    note left
    a note
    can also be defined
    on several lines
    end note
    @enduml
  • Create the picture (online)

    $ pantuml example.plantuml
  • Picture:

plantuml.png