moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
395 stars 26 forks source link

Flow charts that are too long are cut off in PlantUML Engine #69

Closed Sheksta closed 2 years ago

Sheksta commented 3 years ago

Hey, thanks for the promising package. I've found it very useful for understanding 1000's of lines of someone else's code for my thesis project.

Issue: I've noticed that while the PlantUML engine has been good at providing flowcharts of greater detail, the output is cut off at the bottom of the figure breaches 4096px in height. If you use nomnoml engine the output height is adjusted to include the whole flowchart to be 9035px.

Here is an example function that will cause this issue if you try and make a flowchart of it from the plantUML engine: a_very_long_function.txt.

moodymudskipper commented 3 years ago

Hi and thanks! I know the issue and wish I could help, but these are limitations of nomnoml and plantuml. In the past I had provided a feature to split the chart for these cases but it was clunky so I removed it. I hope I'll find a good way to address this at some point.

github-actions[bot] commented 1 year ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.