Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF-Plot: Default plot-backend QtAgg #1119

Closed
3 tasks done
detlefarend opened this issue Dec 27, 2024 · 0 comments · Fixed by #1102
Closed
3 tasks done

BF-Plot: Default plot-backend QtAgg #1119

detlefarend opened this issue Dec 27, 2024 · 0 comments · Fixed by #1102
Assignees
Labels
BF Basic Functions/Infrastructure enhancement New feature or request

Comments

@detlefarend
Copy link
Member

detlefarend commented Dec 27, 2024

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
...

@detlefarend detlefarend added the enhancement New feature or request label Dec 27, 2024
@detlefarend detlefarend self-assigned this Dec 27, 2024
@detlefarend detlefarend added BF Basic Functions/Infrastructure next release labels Dec 27, 2024
@detlefarend detlefarend changed the title BF: Default plot-backend QtAgg BF-Plot: Default plot-backend QtAgg Dec 27, 2024
@detlefarend detlefarend linked a pull request Jan 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Basic Functions/Infrastructure enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant