Skip to content

Linegraphs for everyone

Simon Spannagel requested to merge linegraphs into master

This moves the line graph plotting code from the GenericPropagation module to a separate method, making it possible to include it in other modules. This has been done for the TransientPropagation module, so line graphs can now also be produced there.

To do:

  • Test that it works exactly as before
  • Maybe improve the plotting method and its interface
  • Separate the animation plotting into a separate method maybe?
  • Add the possibility also for ProjectionPropagation, essentially drawing the drift cone?

Feedback welcome.

Edited by Simon Spannagel

Merge request reports