Skip to content

zegroz/python_matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_matplotlib

data analysis with python and matplotlib

  • install python

  • install matplotlib

    • python3 -m pip install -U pip
    • python3 -m pip install -U matplotlib
  • install pandas and numpy for using data structures and data analysis

    • pip3 install pandas
    • pip3 install numpy

  • simple_data

simple_data.py

About

data analysis with python and matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages