-
Notifications
You must be signed in to change notification settings - Fork 17
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
Real-time charting resource list #10
Comments
@dkeitel made a good point to checkout the visualizations ecosystem talk before diving too deep in any one lib. |
PyQTGraph one of the collaborator projects behind |
An example of real time chart updates using |
Another list of python plotting resources. |
After getting frustrated with the new version of webull which now is only supported on chrome I started digging into QT's built in candlestick charting so see how quickly I could get something going. Here's a small list of resources I've found in this little endeavour. Candlestick charting:
Theme-ing
Miscellaneous Qt stuff
|
Started poking around in pyqtgraph and found some already working examples:
|
On the note of using |
Cool web-based (js) libs list: |
DearPyGui is another C++ backed lib that runs on OpenGL3 for Linux. |
Well this is a super old issue that i'm now updating 😂
piker
is being built to eventually support multiple "front ends" forcharting - that's a much longer term and obviously ambitious task but
it's worth stating up front so that new users or contribs realize that
we aren't locked into any particular UI framework or methodology per
say.
We've obviously longed
pyqtgraph
atm, so i don't think i need to writeup too on that front 😂
General web searched research about what the peeps think / say..
Actual frameworks worth keeping an eye on:
vispy
realtime signals example (which I can't get running) as well as the notebook tutimmediate mode guis with already built-in charting frameworks:
rust
land 😎):The text was updated successfully, but these errors were encountered: