This repository depicts various types of data visualization techniques with the help of three useful python libraries for data visualization: Matplotlib, Seaborn, and Plotly Express. Following data visualization operations are performed:
- Basic line plot
- Scatter plot
- Pie charts
- Histograms
- Multiple plots
- Subplots
- 3D plots
- Scatter plot and count plot
- Pair plot
- heatmaps/correlations
- dist plot
- Interactive scatter plot
- Interactive bubble chart
- Interactive single line plot
- Interactive multiple line plot
- Interactive pie charts
- Interactive bar chart
- Interactive gantt chart
- Interactive sunburst
All plots in this notebook are plotted using plotly.express. This plots are useful for visualizing statistical data for data science projects.
- Interactive box plot
- Interactive histograms
- Interactive histograms with marginal plots
- Interactive density map
- Interactive scatter matrix
- Interactive violin plot
- Interactive 2D histogram contour plot