Skip to content

Annas-Furquan-Pasha/Python-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python-Graph

How to plot a simple graph using python?

It can be done by using a module- matplotlib and its submodule pyplot

For example: (2,0), (3,1), (5,6) these points are ploted using module and the output will be something like this

graph