matplotlib: Librería de gráficas para Python
MAtplotlib es una librería de funciones para integrar a Python la capacidad de generar gráficas en formatos apropiados para Agg, Cairo, GTK, GTKAgg, GTKCairo, PS (postscript), TkAgg, WX, WXAgg, Paint, GD, EMF
- Página: Matplotllib
Descripción
matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits.
matplotlib trys to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For example, to make a histogram of data in x, you simply need to type
Más artículos como este en:
Algunos artículos relacionados:


Sindicación RSS para que pueda seguir los comentarios en este artículo.

