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
The package is not available at pip. You can clone the git repository and install from the source.:
pip install mpl_speech_bubble
pip install -e ".[dev]"