PyQtGraph
Fast data visualization and GUI tools for scientific / engineering applications (by pyqtgraph)
plotly
The interactive graphing library for Python :sparkles: (by plotly)
PyQtGraph | plotly | |
---|---|---|
27 | 68 | |
4,050 | 17,030 | |
1.8% | 1.3% | |
9.3 | 9.9 | |
13 days ago | 4 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PyQtGraph
Posts with mentions or reviews of PyQtGraph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-11.
- PyQtGraph
-
Fastplotlib: Driving scientific discovery through data visualization
Very interesting and promising package.
I especially like that there is a PyQt interface which might provide an alternative to another great package: pyqtgraph[0].
[0] https://github.com/pyqtgraph/pyqtgraph
-
Mastering Matplotlib: A Step-by-Step Tutorial for Beginners
PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- Lets-Plot: An open-source plotting library by JetBrains
- Is 62.5Hz too frequent of a measurement to display live data?
- Does anyone know how i can implement a custom ruler for an image that is on a QGraphicsView Scene. And when i zoom the image, the ruler measurements also automatically get updated. Has anyone implemented something similar that could be shared with me?
- Searching for a not laggy way to plot
-
Use cases for PySide
Image, 3D, or data visualization applications using OpenCV and the SciPy ecosystem. The Graphics View Framework can display an image and let the user interact with it, and the Python ecosystem is very rich for image processing, data analysis, and visualization. For example, LabelMe for image labeling, PyQtGraph for scientific graphics, or custom QWidget integration in Maya.
-
Help: RecursionError: maximum recursion depth exceeded
I don't think that's related to your error though - from the backtrace, it looks like the plotWidget has plotItem attribute that's somehow been assiged to itself (or maybe some other PlotWidget) , so is just endlessly recursing as it tries to proxy the same attribute lookup (presumably 'clear') to itself. Looking at the source, the plotitem is either created as a new PlotItem() object if not provided, or passed in to the constructor, so I'd check how this gets initialised - eg. does this get set as a property in your .ui file? Are you setting it to the widget itself somehow?
-
Microcontroller real time UART interface with PC data plotting (python code not working)
I did something like this recently but I used pyqtgraph: https://www.pyqtgraph.org/
plotly
Posts with mentions or reviews of plotly.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-13.
-
Making API requests from your spreadsheets
# import plotly import plotly.express as px # create your chart type, for more chart types: https://plotly.com/python/ fig = px.bar(df, x = letter, y = frequency) # make chart prettier fig.update_layout( plot_bgcolor="White", height=700 ) # display chart fig.show()
-
Who’s Really Following You on Dev.to? A Guide to Analyzing Your Audience
Right off the bat, there’s a massive spike around early 2024–03 that stands out — yet, it’s hard to pinpoint which specific article triggered this rush just by looking at this static chart. To dig deeper and see if a particular article caused this jump, I decided to try something more interactive with Plotly for a clearer view.
-
1MinDocker #6 - Building further
plotly
- Yes, Python and Matplotlib can make pretty charts
-
Top 10 growing data visualization libraries in Python in 2023
Github: https://github.com/plotly/plotly.py
-
How to Create a Pareto Chart 📐
First we need to install the Plotly. To create some very dynamic graphics, this tool helps a lot.
-
For all you computational people: What’s your favorite plotting software?
my good dude wake up and smell the plotly. Knowing the ins and outs of matplotlib is helpful but doing interactive stuff with jupyter I always use plotly.
- What does Power BI offer?
-
Other programing options?
Plotly documentation (https://plotly.com/python/)
-
Advice on upgrading my Presentation template
I don´t know your workflow, but I use 2 markdown based presentations: obsidian advance slides and Quarto presentations. The former is a plugin for Obsidian, which is the software I use to take all my notes, write my thesis, etc., so It makes it extremely easy to make presentations since all my information is in Obsidian. In the other hand, Quarto is a publishing system (articles, presentations, websites books) that can be easily integrated with python and R. This makes it supper convenient for showing my data to my PI since I can analyze my data and at the same time make a presentation for the data. Besides this, Quarto also integrates with my Zotero library, so I can insert citations. Lastly, one thing that made my Quarto presentations infinitely better that the powerpoints, Is that I can insert interactive graphs with plotly, so when I'm showing my data, my PI is able to explore the data inside the presentation.
What are some alternatives?
When comparing PyQtGraph and plotly you can also consider the following projects:
matplotlib - matplotlib: plotting with Python
Apache Superset - Apache Superset is a Data Visualization and Data Exploration Platform [Moved to: https://github.com/apache/superset]
VisPy - Main repository for Vispy
Altair - Declarative visualization library for Python
bokeh - Interactive Data Visualization in the browser, from Python
folium - Python Data. Leaflet.js Maps.