Matplotlib hooks for xonsh, including the new 'mpl' alias that displays the current figure on the screen.
If you like the idea click ⭐ on the repo and tweet.
To install use pip:
xpip install xontrib-mpl
# or: xpip install -U git+https://github.com/xonsh/xontrib-mpl
xontrib load mpl
Examples: https://youtu.be/uaje5I22kgE?t=1362
If you want to use matplotlib day to day with xonsh we recommend to take a look into xontrib-jupyter that could be used both in web-based Jupyter Notebook and in terminal with Euporia.
This package was created with xontrib cookiecutter template.