Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • first, just try to add your Graph Plotting definition to the Macro. In the end return both the Input Visualiser and the Graph Plotting as a list like this:
Code Block
return [vis,graph]

...

  • add a Legend with disjoint mode. Use user text only and carefully set the legend_user_lines to provide a textual description to each curve in the legend. Add your legend to the back of the list you return from the macroMacro.

Doing the whole task in Macro

...