如何用3d数组制作一个seaborn不确定时间序列图

时间:2016-02-01 14:56:08

标签: python csv seaborn

生成3d随机数组如下:

import numpy as np    
SPN = np.random.randint(0, 1000, (100, 31, 3))

尺寸" 3"适用于类别" A"," B"," C",应在图例中命名。

现在我想使用SPN制作一个类似于seaborn的情节,如下所示:

Plotting time-series data with seaborn

示例图: the example plot

0 个答案:

没有答案