Versions Compared

Key

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

...

Now, if you run this macro you should see a Display Window popping up showing both groups of trajectories using the default FLEXTRA visualisation.  

Tip

When we worked with the FLEXTRA Visualiser icon we specified the index of the trajectory group to be visualised. This approach is working in macro as well. E.g. in our macro we could have written the code for volcano Stromboli as:

Code Block
plot_Srtromboli=flextra_visualiser(
 	flextra_data: flx,
 	flextra_group_index: 2
 )

...