/Python-Graph

Python Graph

Primary LanguagePython

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