/matplotlib_examples

A few examples of graphs in python using the matplotlib module, with randomly generated datasets.

Primary LanguagePython

Matplotlib Examples!

Setup

  1. Install Python 3.x from here (Or use your preffered package manager)

  2. Install pip here or run this command:

$ python3 get-pip.py

or

C:> py get-pip.py

on windows.

  1. Clone the repository:

    $ git clone https://github.com/OliverSBeresford/matplotlib_examples.git

    (You can also download as zip and extract)

  2. In the root directory run

    $ pip install -r requirements.txt
    $ python3 [name of file]