Get your
own Python
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import matplotlib.pyplot as plt import seaborn as sns sns.distplot([0, 1, 2, 3, 4, 5]) plt.show()
x
import
matplotlib
.
pyplot
as
plt
import
seaborn
as
sns
sns
.
distplot
([
0
,
1
,
2
,
3
,
4
,
5
])
plt
.
show
()