Skip to content

Resolve "Allow plot functions to use a config-specified style sheet context"

What does this MR do?

This MR will allow plot functions to use a config-specified style context. To achieve this, the rc_context manager from matplotlib can be used. An additional helper should be added to parse the arguments.

Can this MR be accepted?

  • Implemented _prepare_style_context
  • Added context manager
  • Tests added or adjusted
  • Pipeline passes
  • Changelog entry added
  • Version bumped to 0.7.0rc3
  • Approved by @blsqr

Anything to double-check?

Related issues

Closes #46 (closed)

Edited by Utopia Developers

Merge request reports