Skip to content

Expand `multiplot` and improve PlotHelper

Utopia Developers requested to merge expand-multiplot into master

This MR ...

  • expands the multiplot function to allow making plots on multiple subplots
    • also adds a syntax for on-the-fly import of a callable: function: [module, name]
  • improves the PlotHelper
    • adds the annotate helper, which complements the set_texts helper
    • adds the invoke_functions helper, which provides similar capabilities as the multiplot function, but via the PlotHelper interface.
    • adds a shorter syntax to specify axis-specific updates, now no longer requiring the axis key
  • adds a workaround for #82 to address #261 (closed)

Can this MR be accepted?

  • Implementation ready
  • Tests added or adjusted
  • Documentation extended or updated
  • Code quality
  • Ready for merging

Related issues

#94

Closes #261 (closed) (workaround for #82)

Edited by Utopia Developers

Merge request reports