Replies: 1 comment 1 reply
-
Navigation widget is a key feature of data visualization application, to make a home-grown navigation widget indeed requires a lot of effort, here is the development plan of nnhancing the navigation widgets by home-grown code, it will be separated into short-term and long-term part: The short-term navigation widgets development plan:
The long-term navigation widgets development plan is using native Qt (C++) to implement whole plotting system to instead of matplotlib, the development plan is:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Euler1d app has been integrated with the matplotlib navigation toolbar. However, this navigation widget is a third-party dependency from matplotlib, making it difficult to customize.
We should developing a custom navigation widget from scratch to allow for full UI customization.
Beta Was this translation helpful? Give feedback.
All reactions