Here's my code to plot a histogram from a callback function. xtup = np.random.lognormal(90, 3, size=1000) xtup = list(map('{:.0f}'.format ...
確定! 回上一頁