Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xonsh/xontrib-mpl

Matplotlib hooks for xonsh, including 'mpl' alias that displays the current figure on the screen
https://github.com/xonsh/xontrib-mpl

xonsh xontrib

Last synced: 2 months ago
JSON representation

Matplotlib hooks for xonsh, including 'mpl' alias that displays the current figure on the screen

Awesome Lists containing this project

README

        


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:

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

## Usage

```bash
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](https://github.com/xonsh/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](https://github.com/xonsh/xontrib-cookiecutter).