Unable to scale Dot diagram

0 votes
asked Apr 28, 2020 in Bug by krasa (820 points)

I am using net.sourceforge.plantuml.AbstractPSystem#setScale(new ScaleSimple) -(SourceStringReader#getBlocks#iterate#getDiagram#setScale), it works for other diagrams, but not for:

@startdot
digraph g {
  node1 -> node2 -> node3
}
@enddot

plantuml.1.2020.8.jar

1 Answer

0 votes
answered Apr 28, 2020 by plantuml (295,000 points)
selected May 9, 2020 by krasa
 
Best answer
Dot diagrams are directly generated by GraphViz.

So there are many things that are not possible, including changing scale.

We are not going to fix it : sorry about that !
...