Gráficos básicos en python (Matplotlib, Seaborn, Plotly)
6 views 0 purchase
Course
Gráficos en Visual Studio Code
Institution
Mondragon Unibertsitatea
Gráficos en Visual Studio Code (python) con ejemplos prácticos de los tipos de gráficos que se pueden encontrar con las librerías de Matplotlib, Seaborn y Plotly. Amplia variedad de gráficos utilizando cada librería.
Estadísticos descriptivos del dataframe: .describe()
1
,Visualizar primeras filas del dataframe: head
Cambiar el formato de una columna: pd.to_datetime
2
,GRÁFICOS DE LÍNEAS:
Gráfico 1:
3
, fig1: Hace referencia a la figura entera
ax1: Hace referencia a la parte del gráfico
plt.subplots(): Crea el objeto
plot(): Crea el gráfico
set_ylim: Limita el eje y
set_xlabel: Le da nombre al eje x
set_ylabel: Le da nombre al eje y
set_title: Le da título a la figura
annotate: Hace una anotación en el gráfico
ax1.annotate("Ola de frio", xy = [pd.to_datetime("2015-01-
15"), 260])
(“Anotación”, xy = [posición eje x, posición eje y])
set_size_inches: Cambia el tamaño de la figura (en este caso, porque es
fig1.)
set_dpi: Cambia la densidad de los píxeles
fig1.savefig: Guarda la figura entera
fig1.savefig(os.path.join(dir_graficos,
"valencia_temp.png"))
(os.path.join(Directorio, Nombre figura)
4
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller nereazuaznabar. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $7.29. You're not tied to anything after your purchase.