You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description/Motivation
Currently, TkAgg is the default backend since it is part of the Python language and totally platform-independent. QtAgg, in turn, promises a higher performance (20-50%) and is also seamlessly integrated and platform-independent.
Task list
1. Make QtAgg the default and TkAgg the fallback backend
2. New class bf.plot.backends.qtagg.PlotBackendQtAgg
3. Benchmarking howtos for 2D, 3D and nD Visualization
Related issues
#...
Cross references
...
The text was updated successfully, but these errors were encountered:
Description/Motivation
Currently, TkAgg is the default backend since it is part of the Python language and totally platform-independent. QtAgg, in turn, promises a higher performance (20-50%) and is also seamlessly integrated and platform-independent.
Task list
Related issues
#...
Cross references
...
The text was updated successfully, but these errors were encountered: