Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dulajkavinda/matplotlib-ml
- Owner: dulajkavinda
- Created: 2020-05-09T08:42:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T05:36:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T09:08:14.807Z (15 days ago)
- Topics: data-visualization, jupyter-notebook, matplotlib, python, seaborn
- Language: Jupyter Notebook
- Homepage: https://matplotlib.org
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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