We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here is the dot code to generate the above drawing.
dot
digraph scientific_workflow { dev -> compile -> prep_inputs -> calibrate -> run -> visualize_analyze visualize_analyze -> {dev; compile; prep_inputs; calibrate; run;} }
Run with:
$ dot -Tpng -o sci-workflow.png