... plotly.tools import FigureFactory as FF import numpy as np x1 = np.random.randn(200) hist_data = [x1] group_labels = ['Group 1'] # Create distplot with ...
確定! 回上一頁