Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xonsh/xontrib-mpl
- Owner: xonsh
- License: mit
- Created: 2022-03-20T12:10:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:56:36.000Z (3 months ago)
- Last Synced: 2024-10-22T08:42:19.510Z (3 months ago)
- Topics: xonsh, xontrib
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xontribs - mpl - Matplotlib hooks for xonsh, including the new 'mpl' alias that displays the current figure on the screen. (Integrations / Prompt tweaks)
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).