SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

statistica/python

» Start this Course
(Practice similar questions for free)
Question:

Mostrare in un grafico a barre semitrasparente la frequenza di Strength per maschi e femmine

Author: federico volpe



Answer:

Male_strength_freq.plot.bar(color='blue', alpha=.7) female_strength_freq.plot.bar(color='pink', alpha=.7) plt.show()


0 / 5  (0 ratings)

1 answer(s) in total