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 le frequenze di intelligenza maschile e femminile su un grafo

Author: federico volpe



Answer:

Int_gender_freq.plot.bar(color=['pink', 'blue']) plt.show()


0 / 5  (0 ratings)


int_gender_freq.plot.bar(color=['pink', 'blue'])
plt.show()
1 answer(s) in total