Skip to content

show matplotlib plots directly in your kitty terminal

License

Notifications You must be signed in to change notification settings

danr/matplotkitty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matplotkitty

Fork of matplotlib-backend-kitty, released under CC0, by @jktr.

Installation

pip install .
export MPLBACKEND=module://matplotkitty; export MPLBACKEND_KITTY_SIZING=manual

Test

export MPLBACKEND=module://matplotkitty; export MPLBACKEND_KITTY_SIZING=manual
python -c 'import pandas as pd; import matplotlib.pyplot as plt; pd.DataFrame(range(10)).plot.line(); plt.show()'

Or use with an interactive python:

export MPLBACKEND=module://matplotkitty; export MPLBACKEND_KITTY_SIZING=manual
python -i -c 'import pandas as pd; pd.DataFrame(range(10)).plot.line()'

About

show matplotlib plots directly in your kitty terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%