blitting support?
greyltc opened this issue · 1 comments
greyltc commented
$ ipython
Python 3.10.8 (main, Oct 13 2022, 21:13:48) [GCC 12.2.0]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.5.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import gi
In [2]: gi.require_version("Gtk", "4.0")
In [3]: import matplotlib
In [4]: matplotlib.use("module://mplcairo.gtk")
In [5]: from pylab import *
In [6]: print(FigureCanvasBase.supports_blit)
False
Is it correct that mplcairo.gtk with GTK4 reports that it can't do blitting?
anntzer commented
That was just wrong; it's fixed now.