python_visualization_tutorial
python_visualization_tutorial copied to clipboard
A comprehensive guide of how to make publication-ready figures in python
python_visualization_tutorial
A comprehensive guide of how to make publication-ready figures in python
I am planning to share how to make publication-quality figures in python, I will publish all the tutorial in TowardDatascience Medium platform. In the meantime, I will share some sporadic tricks as separate jupyter nodebook at the bottom of the page.
Phase I: Static Figure (basic matplotlib and seaborn)
- Tutorial I (Understanding Fig and Ax object)
- Turorial II (Line plot, colors and legends)
- Tutorial III (boxplot, scatter plot, heatmap, colormap, barplot, histogram)
- Tutorial IV (Violin plot, dendrogram)
- Tutorial V (Seaborn)