/mpl-speech-bubble

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

mpl-speech-bubble

A module to draw speech bubble with Matplotlib. It is basically MPL's annotation and it merges the arrow patch and bbox patch using skia-pathops.

Check out the rtm page, especially the exaples (the documentation itself is far from complete). Also, check out this brief introduction

Installation

The package is not available at pip. You can clone the git repository and install from the source.:

pip install mpl_speech_bubble

Development Installation

pip install -e ".[dev]"