Skip to content

Surya0705/Python_Linear_Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Linear_Graph

This is a Python Program that creates Linear Graph of a given Data in Python. It uses 'matplotlib' module to do so. To install that Module just type the following in your CMD/Powershell/Terminal (Assuming that You are on Windows):

pip install matplotlib

Or if you are in Linux(Ubuntu 20.04 LTS which I am using) then use:

pip3 install matplotlib

Or install according to your OS. After installation edit the Code as per the Graph you want to Plot. Also this data plotting works on both OnlineIDEs such as Google Colab, Jupyter Notebook, etc. or Installed IDEs such as Visual Studio Code, Pycharm, etc. For Normal usage just run Main.py file and to run it in your Browser just use Main.ipynb. Below is the Screenshot of My Program:

And Hope that you Liked it!

About

This is a Python Program that creates Linear Graph of a given Data in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published