The axes on a PyPlot histogram don't look ideal

后端 未结 0 1734
旧时难觅i
旧时难觅i 2021-02-01 01:49

If I run

import numpy as np
import matplotlib.pyplot as plt
data = np.random.randint(1,10,100)
plt.hist(data, edgecolor="white")

the ou

相关标签:
回答
  • 消灭零回复
提交回复
热议问题