About 964 results
Open links in new tab
  1. PlantUML Web Server

    Create simply and freely UML diagrams from your browser thanks to PlantUML Web Server. Just enter a text diagram, and get the result in PNG or SVG format.

  2. Open-source tool that uses simple textual descriptions to draw ...

    Teoz (Use !pragma teoz true in the file or -Pteoz=true on the command-line) is a new engine that has some unique features: anchors (named arrows/messages), duration, nested boxes... Achieving good …

  3. alphadoc.plantuml.com

    May be obsolete, since ''aspect'' is not found on the [[https://www.graphviz.org/doc/info/attrs.html#d:aspect|graphviz attrs]] page, and …

  4. www.plantuml.com

    Dot version: dot - graphviz version 10.0.1 (20240210.2158)

  5. alphadoc.plantuml.com

    To retrieve ''dot.exe'', PlantUML scans your ''c:\'' drive and search for ''c:\*\graphviz*\bin\dot.exe'' or ''c:\*\graphviz*\release\bin\dot.exe''. This is **not** recursive: you have to use a folder at root level.

  6. PlantUML

    Dot version: dot - graphviz version 10.0.1 (20240210.2158)

  7. alphadoc.plantuml.com

    PlantUML is using [[graphviz-dot|Graphviz]] to generate some diagrams. So PlantUML is launching //dot// program and retrieve the information generated by //dot// as a SVG flow.

  8. alphadoc.plantuml.com

    ===== Current architecture: Svek ===== This current architecture (which codename is **Svek**) uses **Graphviz/Dot** to compute //nodes position//. The drawing itself is fully done in Java. The main …

  9. PlantUML

    PlantUML uses an external layout engine for some diagrams (classes, use cases...). By default, GraphViz/dot is used. This means that PlantUML has to call an external process to generate some …

  10. alphadoc.plantuml.com

    A port of Graphviz to Java. Tends to make slightly straighter arrows; * [[vizjs|VizJs]] uses JavaScript. //(Use ''-graphvizdot vizjs'' on the command line.)// Tends to space out nodes more, resulting in a …