“Seaorn wykres histogram dla wszystkich kolumn” Kod odpowiedzi

Wykręć histogram w Seorbor

sns.distplot(gapminder['lifeExp'], kde=False, color='red', bins=100)
plt.title('Life Expectancy', fontsize=18)
plt.xlabel('Life Exp (years)', fontsize=16)
plt.ylabel('Frequency', fontsize=16)
Witty Wryneck

Seaorn wykres histogram dla wszystkich kolumn

df.plot.hist(subplots=True, legend=True, layout=(1, 3))
Real Raccoon

Odpowiedzi podobne do “Seaorn wykres histogram dla wszystkich kolumn”

Pytania podobne do “Seaorn wykres histogram dla wszystkich kolumn”

Więcej pokrewnych odpowiedzi na “Seaorn wykres histogram dla wszystkich kolumn” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu