Skip to content

Mehybinator/iris-dataset-plotting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Dataset Plotting Practice

Built With

  • Python
  • Pandas
  • Seaborn
  • Matplotlib

(back to top)

Prerequisites

Initialize a New Python Environment:

python -m pip venv env

Activate The Env by Running:

env\Scripts\activate

And Install Requirements:

python -m pip install -r requirement.txt

Usage

For Showing A Box Plot Using Only Matplotlib:

python main-boxplot.py

For Showing A Scatter Plot Using Only Matplotlib:

python main-scatter.py

And To Show a Seaborn Plot:

python main-seaborn.py

(back to top)

Contact

Mehran Arkak - [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages