rishikksh20 / matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matplotlib

Basic plots and plot customizations examples using matplotlib in python

Usage

matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.

Installation

TODO: For installing matplotlib to your existing python write a command to your cmd :

For Linux/Mac/Windows:

pip install matplotlib for python 2.x

pip3 install matplotlib for python 3.x

For Linux (without using pip):

Debian / Ubuntu : sudo apt-get install python-matplotlib

Fedora / Redhat : sudo yum install python-matplotlib

Credit :

All datasets use for this program is imported from: https://vincentarelbundock.github.io/Rdatasets/datasets.html

Extras :

For more documentation regarding matplotlib Visit here!.

About


Languages

Language:Python 100.0%