Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.92 KB

19 - Introduccion a Matplotlib.md

File metadata and controls

29 lines (21 loc) · 1.92 KB

Introducción a Matplotlib

En Python existen muchas librerías para visualizar datos. Matplotlib es posiblemente la librería para visualización de datos más usada en Python, ya que es la dependencia de muchas otras.

Una vez más, revisaremos el libro Python Data Science Handbook. Específicamente:

  1. Simple Line Plots
  2. Simple Scatter Plots
  3. Visualizing Errors
  4. Density and Contour Plots
  5. Histograms, Binnings, and Density
  6. Customizing Plot Legends
  7. Customizing Colorbars
  8. Multple Subplots
  9. Text and Annotation
  10. Customizing Ticks
  11. Customizing Matplotlib: Configurations and Stylesheets

Otras liberrías