Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 962 Bytes

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.

Installation

To install use pip:

xpip install xontrib-mpl
# or: xpip install -U git+https://github.com/xonsh/xontrib-mpl

Usage

xontrib load mpl

Examples: https://youtu.be/uaje5I22kgE?t=1362

Day to day usage

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.

Credits

This package was created with xontrib cookiecutter template.