matplotlib-backend-kitty icon indicating copy to clipboard operation
matplotlib-backend-kitty copied to clipboard

show matplotlib plots directly in your kitty terminal

Results 4 matplotlib-backend-kitty issues
Sort by recently updated
recently updated
newest added

![CleanShot_2023_11_29_212519](https://github.com/jktr/matplotlib-backend-kitty/assets/90915827/21f776d1-766c-4d9d-ae8e-f65a88851f11)

This addresses https://github.com/jktr/matplotlib-backend-kitty/issues/10 by using `kitty`'s [low level graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/#a-minimal-example). The main challenge was to get the window dimensions in pixels as described [here](https://sw.kovidgoyal.net/kitty/graphics-protocol/#getting-the-window-size) which was solved with the help...

# Background Due to complex nature of my Python projects that are often deployed in the cloud and involve external non-Python dependencies I usually prefer to isolate my environments using...

First and foremost appreciate the module. It greatly improves my workflow! It appears the PyPi release is a bit old (from January 2023 as of writing). I did not know...