I m 想知道如何获得下列结果:plotly
用于其图表,即没有显示的垂直线和用于轮tour的习惯线。
图像取自。 这些数字似乎确实是用<代码> plotly生成的。
EDIT:
我发现,在<代码>atplotlib中。 如以下例子所示:
import matplotlib.pyplot as plt
import numpy as np
plt.rcParams[ font.size ] = 10
plt.rcParams[ figure.dpi ] = 600
x = np.random.randn(400)
plt.hist(x, histtype= step , linewidth=5,color= green )
plt.hist(x, alpha=0.5, color= green )
但迄今为止,我有t在<编码>上找到了相当于<代码>histtype= step 的编号。