patchworklib
Patchwork for matplotlib: A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine. (by ponnhide)
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. (by K3D-tools)
patchworklib | K3D-jupyter | |
---|---|---|
5 | 1 | |
401 | 972 | |
2.5% | 1.0% | |
5.2 | 7.6 | |
about 1 month ago | 9 months ago | |
Jupyter Notebook | Python | |
GNU General Public License v3.0 only | 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.
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
K3D-jupyter
Posts with mentions or reviews of K3D-jupyter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-21.
-
Unpopular opinion: Matplotlib is a bad library
Yes, 3D performance is crap. That's because MPL is a 2D library. If you want 3d, use a 3d API. I quite like https://github.com/K3D-tools/K3D-jupyter . As far as 2d plotting goes, MPL performance is actually rather good. Anti-aliased 2d rendering is more-or-less impossible to hardware accelerate (many people have tried).
What are some alternatives?
When comparing patchworklib and K3D-jupyter you can also consider the following projects:
pyCircos - python Circos
siuba - Python library for using dplyr like syntax with pandas and SQL
patchwork - The Composer of ggplots
mplsel - A Matplotlib utility class to enable easier selection, interaction, modification and duplication of Line2D-based plots
plotnine - A Grammar of Graphics for Python
bokeh - Interactive Data Visualization in the browser, from Python