Python Graph Gallery
python-graph-gallery.com
Python Graph Gallery
1–10 of 32 posts
Re: Python Graph Gallery
#2Re: Python Graph Gallery
#3Aaaand it's gone.
Re: Python Graph Gallery
#4Aaaand it's gone.
Re: Python Graph Gallery
#5Re: Python Graph Gallery
#6Re: Python Graph Gallery
#7Re: Python Graph Gallery
#8Re: Python Graph Gallery
#9An exhaustive list of dataviz libraries is maintained at https://github.com/fasouto/awesome-dataviz
For Python:
* altair - Declarative statistical visualizations, based on Vega-lite.
* bokeh - Interactive Web Plotting for Python.
* diagram - Text mode diagrams using UTF-8 characters
* ggplot - plotting system based on R's ggplot2.
* glumpy - OpenGL scientific visualizations library.
* holoviews - Complex and declarative visualizations from annotated data.
* matplotlib - 2D plotting library.
* missingno - provides flexible toolset of data-visualization utilities that allows quick visual summary of the completeness of your dataset, based on matplotlib.
* plotly - Interactive web based visualization built on top of plotly.js
* plotnine - A grammar of graphics for Python
* pygal - A dynamic SVG charting library.
* PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
* seaborn - A library for making attractive and informative statistical graphics.
* toyplot - The kid-sized plotting toolkit for Python with grownup-sized goals.
* Veusz - https://veusz.github.io
* VisPy - High-performance scientific visualization based on OpenGL.Re: Python Graph Gallery
#10Check out plotly for general graphing use and bokeh for heavy loads. An exhaustive list of dataviz libraries is maintained at https://github.com/fasouto/awesome-dataviz For Python: * altair - Declarative statistical visualizations, based on Vega-lite. * bokeh - Interactive Web Plotting for Python. * diagram - Text mode diagrams using UTF-8 characters * ggplot - plotting system based on R's ggplot2. * glumpy - OpenGL…
The saved files in Veusz are basically Python scripts which reproduce the plot. Plots are built by putting together different types of plotting widgets. These widgets can have their appearance and properties changed in the GUI. The program can also do various types of basic data analysis within the GUI. Plugins can be added for supporting different data formats, manipulating data or automating tasks.