Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

SRINIVAS INSTITUTE OF TECHNOLOGY VALACHIL,MANGALURU

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

DATA SCIENCE AND VISUALIZATION (21CS644)

Tools and Libraries for Visualization

TEAM MEMBERS:
POOJA HANSDA(4SN21CS070)
PRAJWAL H D(4SN21CS071)
PRANAW KUMAR(4SN21CS072)
PRASHANT RAO(4SN21CS073)
Tools and Libraries for Visualizations
Data Visualization in Data Science Explore Popular Visualization
Tools and Libraries
Enables gaining insights,
Used by data scientists to create
communicating findings, and making
impactful visualizations
informed decisions
Top Visualization Tools for Data Science
1. Matplotlib: A foundational plotting library in Python, providing a wide range of static,
interactive, and animated visualizations.
2. Seaborn: Built upon Matplotlib, Seaborn simplifies the creation of aesthetically pleasing
statistical plots.
3. Plotly: Offers interactive and web-based visualizations, allowing for dynamic exploration
of data.
4. Bokeh: A library focused on creating interactive and web-ready visualizations for data
analysis and exploration.
Matplotlib: Fundamental Plotting Library
Line Plots Scatter Plots Histograms
Show the relationship between Display the distribution of data,
Visualize trends over time or
two variables, highlighting
relationships between variables. showing the frequency of values
clusters and outliers.
within ranges.
Seaborn: Statistical Data Visualization
Heatmaps Pair Plots
Represent correlations between variables using Show relationships between all pairs of
color gradients. variables in a dataset.

Violin Plots Joint Plots

Display the distribution of data, providing Combine a scatter plot with histograms of
insights into the shape and spread of data. the marginal distributions of variables.
Plotly: Interactive and Web-based Visualizations

Interactive Charts Dashboards Web Deployment

Enable users to zoom, pan and filter Combine multiple visualizations into Publish visualizations to web platforms,

data points in real-time. a cohesive dashboard for making them accessible to broader

comprehensive data exploration. audiences.


Bokeh: Interactive Visualization for the Web

Customizable Visualizations Interactive Elements Web Deployment

Bokeh provides a wide range of Incorporate interactive Create web-based visualizations that
options for styling and elements like tooltips, hover can be embedded in web applications.
customizing visualizations. effects, and sliders.
Tableau: Data Visualization and Business
Intelligence
Drag-and-Drop Interface Simple and intuitive way to create visualizations
without writing code.

Data Connectivity Connects to various data sources, including databases,


spreadsheets, and cloud platforms.

Interactive Dashboards Create interactive dashboards for data


analysis and business intelligence.

You might also like