how to use elk layout if i am using plantuml jar

0 votes
asked Feb 20 in Question / help by Charan
how to use elk layout using plantuml jar

1 Answer

0 votes
answered Feb 20 by The-Lu (74,900 points)

Hello C., and all,

See doc. here:

ELK is distributed as an independent library. So you have to build it yourself, or you can download the complete jar file here.

Both plantuml.jar and elk-full.jar have to be in the very same folder. You cannot rename elk-full.jar

Once installed, you can invoke ELK instead of GraphViz with the !pragma layout elk directive.

Regards,
Th.

commented Feb 21 by charan
can you give any example if i want to build my own
...