Posts by Ale Souza • 3 points
2 posts
-
0
votes0
answers1022
viewsQ: How to change bar colors individually in matplotlib?
Hello! Can anyone explain to me how the principle works to change the colors of the bars individually? All I can do is change the color of the whole chart. For example: From Blue to Black / From…
-
0
votes1
answer2111
viewsQ: How to convert values into percentage of a "total" column into pandas?
Hello! I’m learning about Python and Numpy, but I’m having trouble working with percentages. Considering that the total column corresponds to 100%, as I do to obtain the respective percentages of…