Skip to content

enh: ordered sequence of functions #53

Description

@laimaretto

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:

  1. 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:
    image
    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.

  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions