Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dulajkavinda/matplotlib-ml

πŸ“ŠData visualisation with matplotlib library.
https://github.com/dulajkavinda/matplotlib-ml

data-visualization jupyter-notebook matplotlib python seaborn

Last synced: 11 days ago
JSON representation

πŸ“ŠData visualisation with matplotlib library.

Awesome Lists containing this project

README

        

# Using Matplotlib to Visualise Data

Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK+.

## Getting Started

- [x] Importing And Using Matplotlib
- [x] Anatomy Of A Matplotlib Figure
- [x] Scatter Plot And Bar Plot
- [x] Histograms And Subplots
- [x] Plotting From Pandas DataFrames
- [ ] Customizing Your Plots
- [ ] Saving And Sharing Your Plots
- [ ] Assignment: Matplotlib Practice

## Prerequisites

Jupyter Notebook

```
pip install matplotlib
```

## Documentation

* [http://matplotlib.org) - Library

## Authors

* Dulaj Kavinda

## License

This project is licensed under the MIT License