Python - Stacked Bar Chart of Multiple Variables

preview_player
Показать описание
Instructional video on creating a stacked bar chart with multiple paired variables, in Python.

Рекомендации по теме
Комментарии
Автор

Thanks for the great video. I needed to create a bunch of stacked bar charts for a project as part of an interview process, and following your steps, I was able to finish it just in time.

irinamicov
Автор

thank you, please why i have this error:
ValueError: Using a string of single character colors as a color sequence is not supported. The colors can be passed as an explicit list instead.

dimane
Автор

Thanks you for this video.
I have a question: How can we show the number or percentage in each small bar, Thank you!

sicpmjdr.
Автор

Thank you very much for the great video! I have a question, how to show the number of data also on the chart?

seyedmahdiamiri
Автор

Thanks for the nice video. Is it possible to change the color code of the stacked bars?

johnwaweru
Автор

Thanks for the video it was very helpful!
I do have one question:
Is there a way to change the wording of the questions? (- In your case the "Teach_Motivate", "Teach_LinkTheory")
My questionnaire is very wordy and starts off with the same paragraph and I'd like to shorten it to a simple [...]
In your case, it would be: How can I change the "Teach" into [...]?
Thanks a lot!

itsreyrey
Автор

cool, anw how to call head as variable? without manually type it as (' ')

marsifying