How do I create a huge diagram because my class diagram is cropped

0 votes
asked Jul 8, 2021 in Question / help by anonymous
edited Jul 8, 2021

Hi, I want to create a huge diagram but its always cropped on the side, how do I make it bigger and not cropped? I dont know where to add

set PLANTUML_LIMIT_SIZE=8192
commented Jul 8, 2021 by albert (3,520 points)
Did you try to set it in your environment?

1 Answer

0 votes
answered Jul 8, 2021 by The-Lu (64,340 points)

Hello A.,

Either on command line as:

java -DPLANTUML_LIMIT_SIZE=8192 -jar /path/to/plantuml.jar ...

Either with global variable of your system

set PLANTUML_LIMIT_SIZE=8192

See also the FAQ here:

See also:

If that can help,
Regards,
Th.

...