My virtual notes

By Maria Paula Guillaumet

Logo

After accumulating notebooks with my notes for years, I decided to make a virtual repository with my topics of interest. Here you can find a little of this and that.

Después de acumular por años cuadernos con mis notas, decidí hacer un repositorio virtual con mis temas de interés. Aquí podrán encontrar un poco de esto y aquello.

View My LinkedIn Profile

Library: MatPlotLib

Available notes

Examples

There is an enourmous variety of plots that can be performed with this tool:

Simple Plot ( link ) plot

Filling the area between lines ( link ) plot

Scatter plot ( link ) plot

Histogram ( link ) plot

Scatter histogram ( link ) plot

Nested pie charts ( link ) plot

Discrete distribution as horizontal bar chart ( link ) plot

Simple categorical heatmap ( link ) plot

Bar chart on polar axis ( link ) plot

3D surface plot ( link ) plot

MatPlotLib Official website
Large gallery of graphics
Source code for matplotlib
A good matplotlib tutorial
Good MatPlotLib reference