jktr / matplotlib-backend-kitty

show matplotlib plots directly in your kitty terminal
Creative Commons Zero v1.0 Universal
137 stars 16 forks source link

Error: is a non-GUI backend, so cannot show the figure. #14

Closed ferdinandyb closed 11 months ago

ferdinandyb commented 12 months ago

I'm using python 3.11.1 with ipython 8.8.0 and got this error on trying to plot:

[ins] In [6]: plt.show()
/home/fbence/Codes/matplotlib-backend-kitty/__init__.py:83: UserWarning: Matplotlib is currently using module://matplotlib-backend-kitty, which is a non-GUI backend, so cannot show the figure.
  _Backend.show(*args, **kwargs)
ayorgo commented 12 months ago

Please see #12.

ferdinandyb commented 12 months ago

Thanks! I didn't realize that is the same issue.

jktr commented 11 months ago

closed as duplicate of #12