First of all, wanted to thank you for this excelent project. I've been looking for something like this for a long time. It's impressive, thanks!.
Now, I've used it with a couple of codes I have, and I really like the results. However, I was thinking if you may have this in the TODO list:
-
ability to show an ordered sequence of functions. For example, the render produced by the tool nicely shows how the functions are related among them even showing the direction of the connection, but its not clear from the graph which function is called first, which second, etc. Example, this is an actual output of a code of mine:

In here you can tell the relationship between the pink function and the green ones, but you cannot tell which of the green ones is called first, second, etc.
Indeed, in this example that I'm showing, the best and correct representation would be like this: pink_out -> green1 -> green2 -> ... -> greenN -> pink_in.
-
There are situations where one function or another one will be triggered, depending on the output of an if-else-statement. Is it possible to obtain something like this?
Kinds regards!
Lucas
First of all, wanted to thank you for this excelent project. I've been looking for something like this for a long time. It's impressive, thanks!.
Now, I've used it with a couple of codes I have, and I really like the results. However, I was thinking if you may have this in the TODO list:
ability to show an ordered sequence of functions. For example, the render produced by the tool nicely shows how the functions are related among them even showing the direction of the connection, but its not clear from the graph which function is called first, which second, etc. Example, this is an actual output of a code of mine:

In here you can tell the relationship between the pink function and the green ones, but you cannot tell which of the green ones is called first, second, etc.
Indeed, in this example that I'm showing, the best and correct representation would be like this:
pink_out -> green1 -> green2 -> ... -> greenN -> pink_in.There are situations where one function or another one will be triggered, depending on the output of an
if-else-statement. Is it possible to obtain something like this?Kinds regards!
Lucas