| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/rojaAchary/Data-Visualization-with-Python/main/README.md | [Back] [Original] |
[matplotlib.png]
- *Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.*
|No |Topics |Code Link |
|---|-------|--------|
|1|Basic Plotting|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/1-Basic%20Plotting.ipynb)|
|2|Line_and_color_style|[Code]|(https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/2-Basic_color_and_Line_styles.ipynb)|
|3|Plot_with_line_styles|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/3-Simple_Line_Plots_with_Line_Styles.ipynb)|
|4|Scatter_Plots|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/4-Simple_Scatter_Plots.ipynb)|
|5|Density_and_Contour_Plots|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/5-Density_and_Contour_plots.ipynb)|
|6|Histograms_and_Binnings|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/6-Histograms_and_Binnings.ipynb)|
|7|Customizing_legends|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Matplotlib_plots/7-Customizing_legends.ipynb)|
## Seaborn
[Seaborn.png]
- *Seaborn harnesses the power of matplotlib to create beautiful charts in a few lines of code. The key difference is Seaborn's default styles and color palettes, which are designed to be more aesthetically pleasing and modern. Since Seaborn is built on top of matplotlib, you'll need to know matplotlib to tweak Seaborn's defaults.*
|No |Topics |Code Link |
|---|-------|--------|
|1|Quick_Intro|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/Quick-Into.ipynb)|
|2|Categorical|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/2-Categorical.ipynb)|
|3|Distribution_plot|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/3-Distribution-plot.ipynb)|
|4|Regression_Plots|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/4-Regression-Plots.ipynb)|
|5|Matrix_Plots|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/5-Matrix-plot.ipynb)|
|6|Multi_Plot|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Seaborn_Visz/6-Multi-plot.ipynb)|
## Plotnine
[readme-image-5.png]
- *plotnine is an implementation of a grammar of graphics in Python, it is based on ggplot2. The grammar allows users to compose plots by explicitly mapping data to the visual objects that make up the plot.*
|No |Topics |Code Link |
|---|-------|--------|
|1|Intro|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/1-Intro.ipynb)|
|2|Stage|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/stage.ipynb)|
|3|Scale_x_Continuous|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/scale_x_continuous.ipynb)|
|4|After_Scale|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/after_scale.ipynb)|
|5|Facet_grid|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/facet_grid.ipynb)|
|6|Facet_Wrap|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Plotnine/facet_wrap.ipynb)|
## Bokeh
[bokeh.png]
- *Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over large or streaming datasets. Bokeh can help anyone who would like to quickly and easily make interactive plots, dashboards, and data applications.*
|No |Topics |Code Link |
|---|-------|--------|
|1|Basic_Plotting|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/01%20-%20Basic%20Plotting.ipynb)|
|2|Styling_and_Theming|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/02%20-%20Styling%20and%20Theming.ipynb)|
|3|Data_sources_and_transformations|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/03%20-%20Data%20Sources%20and%20Transformations.ipynb)|
|4|Adding_Annotations|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/04%20-%20Adding%20Annotations.ipynb)|
|5|Presentations_Layout|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/05%20-%20Presentation%20Layouts.ipynb)|
|6|Linking_and_Interactions|[Code](https://github.com/rojaAchary/Data-Visualization-with-Python/blob/main/Bokeh_tuts/06%20-%20Linking%20and%20Interactions.ipynb)|
## Plotly
[added_animations.gif]
## Want to Stay Updated !!
Fork the repository
## Learned Something !!
Give a to support me
```bibtex
@misc{Charged Neuron,
author = {Roja Achary},
title = {Data Visualisation with Python},
Credits = {GfG,websites}
month = {August},
year = {2021}
}
```
| Web Proxy Viewer | New URL | Original Page |