Skip to content

mattjhayes/PlantUML-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 

Repository files navigation

PlantUML-Examples

This repo has examples of PlantUML code and diagrams, along with some coding hints and a few other bits and pieces.

Diagram Types

PlantUML has multiple types of diagram, however rather than explicitly specifying the type in code, it is implied by the choice of the first unique object specified... Or by the @ directive at the start of the code (examples: @startmindmap, @startgantt, etc.). Click the link below for more on this, including the built-in diagram types:

Objects

Different types of object, including actors, components, interfaces, rectangles etc.

Lines

Different types of line

Aesthetics

How to apply visual styles diagrams

TBD - scale diagram with zoom. see: http:https://plantuml.com/commons

Diagram Features

Headers, footers, legends etc.

Layout Techniques

PlantUML Coding

Useful Links

All skinparams: https://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html

Interview with Arnaud Roques (creator of PlantUML): https://modeling-languages.com/interview-plantuml/

Blog post by Alex Sarafian with some good PlantUML tips and tricks https://sarafian.github.io/tips/2021/03/11/plantuml-tips-tricks-1.html

https://github.com/joelparkerhenderson/demo_plantuml

https://real-world-plantuml.com/

https://plantuml-documentation.readthedocs.io/en/latest/

About

Examples of PlantUML code to generate 'Diagrams as Code'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published