Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f54bc + 7daa791 commit ec82656Copy full SHA for ec82656
1 file changed
plot_types/stats/hist_plot.py
@@ -20,6 +20,6 @@
20
ax.hist(x, bins=8, linewidth=0.5, edgecolor="white")
21
22
ax.set(xlim=(0, 8), xticks=np.arange(1, 8),
23
- ylim=(0, 8), yticks=np.arange(1, 8))
+ ylim=(0, 56), yticks=np.linspace(0, 56, 9))
24
25
plt.show()
0 commit comments