HiveMinds / HiveMinds/appcommander

Make script flow visualisations work regardless of flow pattern (size).

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently the script flow works hardcoded for vertical size of 1 and 2, as explained [here](https://stackoverflow.com/questions/75110767/position-of-images-as-nodes-in-networkx-plot), however for screen flows with 3 vertical screens, the rendering does not work.

I tried changing the figure size and the vertical positions of the 3 images, however that did not result in a vertical spacing between the 3 vertical screens. Even when changing the aspect ratio of the image. An option could perhaps be to:
- increase the figure size, and/or aspect ratio based on the screen image size and nr of vertical levels.
- Lower the screen image size in the `piesize = 0.4 # this is the image size` parameter.
such that the images become relatively smaller in the figure, but that the figure becomes larger, yielding the same DPI per image.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.