Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
10 views

Notes 48 Introduction of Data Visualization

sdfghj

Uploaded by

sadafanjum042004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Notes 48 Introduction of Data Visualization

sdfghj

Uploaded by

sadafanjum042004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data visualization

Data Visualization basically refers to the graphical or visual representation of


information and data using visual elements like charts, graphs, and maps etc. Data
visualization plays very important role in decision making. For data visualization in
Python, the Matplotlib library’s Pyplot interfaces is used. The Matplotlib is a Python
library that provides many interfaces and functionality for 2D‐graphics.
Pyplot: Plot is a collection of methods within matplotlib which allows user to
construct 2D plots easily and interactively.
By default the matplotlib is already installed along with the Sypder or Anaconda
Navigator but if you are installing Python using standard official distribution, you
may need to install matplotlib separately.
 First you need to download wheel package of matplotlib as per Python’s
version installed and platform on which it is installed.
 Click on the following URL https://pypi.org/project/matplotlib/#files to
download and install it.
 You can install it by giving the following commands on the command prompt:
python ‐m pip install ‐U pip
python ‐m pip install ‐U matplotlib

You might also like