some new features

This commit is contained in:
ilgazca
2025-07-30 17:09:11 +03:00
parent db5d46760a
commit 8019bd3b7c
20616 changed files with 4375466 additions and 8 deletions

View File

@ -0,0 +1,14 @@
"""
Render to qt from agg
"""
from .. import backends
backends._QT_FORCE_QT5_BINDING = True
from .backend_qtagg import ( # noqa: F401, E402 # pylint: disable=W0611
_BackendQTAgg, FigureCanvasQTAgg, FigureManagerQT, NavigationToolbar2QT,
FigureCanvasAgg, FigureCanvasQT)
@_BackendQTAgg.export
class _BackendQT5Agg(_BackendQTAgg):
pass