Skip to content

fixed some plotting issues

Bert Palm requested to merge plottingFollowup into develop
  • removed dicts as default kw-params, as this can have unexpected side-effects
  • added plt.show() in interactive mode -> make the figure window come up
  • use the right backend in none-interactive mode. problems arise if i call interactive after a non-interactive plot call..
  • updated signature in core.modules.tools.plot
Edited by Bert Palm

Merge request reports