Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rob-med/data-visualizations-for-python
A collection of useful snippets for clean data visualizations in Python (with matplotlib)
https://github.com/rob-med/data-visualizations-for-python
academic-publishing data data-science data-visualization dataviz matplotlib python scientific-publications storytelling visualization
Last synced: 24 days ago
JSON representation
A collection of useful snippets for clean data visualizations in Python (with matplotlib)
- Host: GitHub
- URL: https://github.com/rob-med/data-visualizations-for-python
- Owner: rob-med
- Created: 2017-10-19T16:14:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T16:43:08.000Z (about 7 years ago)
- Last Synced: 2024-11-14T03:48:20.509Z (3 months ago)
- Topics: academic-publishing, data, data-science, data-visualization, dataviz, matplotlib, python, scientific-publications, storytelling, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonDataVizUtils
A collection of useful snippets for clean data visualizations (for reporting, publications, blog posts etc.) in Python with _matplotlib_## Structure
Each visualization consists of:
- A Jupyter notebook to create the visualization with Python and matplotlib
- A .pdf render of the visualization## Requirements
- **Python** (2 or 3)
- **Matplotlib** (for visualization), **Numpy** (to generate data)## Portfolio
#### 2_Categories_Scatter_Plot.png
![Scatter Plot](2_Categories_Scatter_Plot.png)#### 2_Subplots_Vertically_Stacked.png
![Vertically Stacked Subplots](2_Subplots_Vertically_Stacked.png)#### 3_Lines_Multi_Marker_Legend.png
![Multi Marker 3 Lines With Legend](3_Lines_Multi_Marker_Legend.png)#### Horizontal_Bar_Chart_Log_Scale.png
![Horizontal Bar Chart in Log Scale](Horizontal_Bar_Chart_Log_Scale.png)