Annas-Furquan-Pasha / Python-Graph

Python Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python Graph


Languages

Language:Python 100.0%