Welcome to mpl_visual_context’s documentation!

A collection of tools that provide more visual context to your Matplotlib plots.:

_images/mpl-visual-context-demo.png

Modules

PathEffects

  • Composable PathEffects : PatheEffects can be pipelined to create customize effects.

pe = [HLSModify(l=0.8) | FillOnly(),
      StrokeColorFromFillColor() | StrokeOnly()]
a.set_path_effects(pe)

Check PathEffect User Guide for more information.

ImageBox

Installation

pip install mpl_visual_context

Getting Help

If you have a question on how to do something with mpl_visual_context a great place to ask it is: https://discourse.matplotlib.org/c/3rdparty/18.

Indices and tables