libraries

This commit is contained in:
2024-09-28 22:52:53 -07:00
parent 5cdaf1f76b
commit 4929d1fa66
7378 changed files with 1550978 additions and 14 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