patchworklib
Patchwork for matplotlib: A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine. (by ponnhide)
PyQtGraph
Fast data visualization and GUI tools for scientific / engineering applications (by pyqtgraph)
patchworklib | PyQtGraph | |
---|---|---|
5 | 27 | |
401 | 4,019 | |
2.5% | 1.5% | |
5.2 | 9.3 | |
about 1 month ago | 5 days ago | |
Jupyter Notebook | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
patchworklib
Posts with mentions or reviews of patchworklib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-21.
-
Python packages to prepare publication-quality figures.
patchworklib: https://github.com/ponnhide/patchworklib
-
Patchworklib: A simple matplotlib based interface for preparing a multi-panel figure for publication
GitHub: https://github.com/ponnhide/patchworklib Example demonstration: https://colab.research.google.com/drive/1TVcH3IJy6geDXVJDfOKCPFPsP2GzjxHu?usp=sharing
-
Unpopular opinion: Matplotlib is a bad library
I think plotnine is one solution. It is implemented based on matplotlib, but it provides an almost complete ggplot syntax for matplotlib. The other solution is a next-generation seaborn interface. It is also `build on matplotlib and still in progress; however, the API would be really useful! And I have personally also developed a few libraries to solve the complex syntax of matplotlib. As an example, patchworkllib allows dynamic subplot layout on Jupyter-lab. Maybe the library can support handling matplotlib and seaborn plots.
-
Dynamic subplot layout on Jupyter-lab
I would like to introduce patchworklib, which allows dynamic subplot layout on Jupyter-lab/notebook.
-
Pathcworklib: A subplot manager for intuitive layout in matplotlib
patchworklib
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/
What are some alternatives?
When comparing patchworklib and PyQtGraph you can also consider the following projects:
pyCircos - python Circos
plotly - The interactive graphing library for Python :sparkles:
patchwork - The Composer of ggplots
matplotlib - matplotlib: plotting with Python
K3D-jupyter - K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
VisPy - Main repository for Vispy