Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Create a Horizontal Bar Chart | Bar Charts
Visualization in Python with matplotlib
course content

Contenido del Curso

Visualization in Python with matplotlib

Visualization in Python with matplotlib

1. Basics: Line Charts
2. Bar Charts
3. Scatter Plots

bookCreate a Horizontal Bar Chart

Tarea

For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:

  1. Initialize horizontal bar chart for the new_delhi data. Use values of the 'Month' column as the first parameter and values of the 'Rainfall' column as the second one.
  2. Initialize horizontal bar chart for the madurai data and place it to the right of previously built data (new_delhi). Set label parameter to 'Madurai'.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 8
toggle bottom row

bookCreate a Horizontal Bar Chart

Tarea

For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:

  1. Initialize horizontal bar chart for the new_delhi data. Use values of the 'Month' column as the first parameter and values of the 'Rainfall' column as the second one.
  2. Initialize horizontal bar chart for the madurai data and place it to the right of previously built data (new_delhi). Set label parameter to 'Madurai'.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 8
toggle bottom row

bookCreate a Horizontal Bar Chart

Tarea

For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:

  1. Initialize horizontal bar chart for the new_delhi data. Use values of the 'Month' column as the first parameter and values of the 'Rainfall' column as the second one.
  2. Initialize horizontal bar chart for the madurai data and place it to the right of previously built data (new_delhi). Set label parameter to 'Madurai'.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Tarea

For the same dataframe data build a horizontal bar chart representing the average monthly rainfall level for New Delhi and Madurai. Follow the next steps:

  1. Initialize horizontal bar chart for the new_delhi data. Use values of the 'Month' column as the first parameter and values of the 'Rainfall' column as the second one.
  2. Initialize horizontal bar chart for the madurai data and place it to the right of previously built data (new_delhi). Set label parameter to 'Madurai'.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 2. Capítulo 8
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
some-alt