> /usr/local/lib/python3.7/site-packages/pylantern-0.1.2-py3.7.egg/lantern/plotting/plot_nvd3.py(45)line()
44 import ipdb; ipdb.set_trace()
---> 45 self._lines.add_serie(y=y,
46 x=x,
['2015-01-01', '2015-01-02', '2015-01-03', '2015-01-04', '2015-01-05', '2015-01-06', '2015-01-07', '2015-01-08', '2015-01-09', '2015-01-10', '2015-01-11', '2015-01-12', '2015-01-13', '2015-01-14', '2015-01-15', '2015-01-16', '2015-01-17', '2015-01-18', '2015-01-19', '2015-01-20', '2015-01-21', '2015-01-22', '2015-01-23', '2015-01-24', '2015-01-25', '2015-01-26', '2015-01-27', '2015-01-28', '2015-01-29', '2015-01-30', '2015-01-31', '2015-02-01', '2015-02-02', '2015-02-03', '2015-02-04', '2015-02-05', '2015-02-06', '2015-02-07', '2015-02-08', '2015-02-09', '2015-02-10', '2015-02-11', '2015-02-12', '2015-02-13', '2015-02-14', '2015-02-15', '2015-02-16', '2015-02-17', '2015-02-18', '2015-02-19', '2015-02-20', '2015-02-21', '2015-02-22', '2015-02-23', '2015-02-24', '2015-02-25', '2015-02-26', '2015-02-27', '2015-02-28', '2015-03-01', '2015-03-02', '2015-03-03', '2015-03-04', '2015-03-05', '2015-03-06', '2015-03-07', '2015-03-08', '2015-03-09', '2015-03-10', '2015-03-11', '2015-03-12', '2015-03-13', '2015-03-14', '2015-03-15', '2015-03-16', '2015-03-17', '2015-03-18', '2015-03-19', '2015-03-20', '2015-03-21', '2015-03-22', '2015-03-23', '2015-03-24', '2015-03-25', '2015-03-26', '2015-03-27', '2015-03-28', '2015-03-29', '2015-03-30', '2015-03-31', '2015-04-01', '2015-04-02', '2015-04-03', '2015-04-04', '2015-04-05', '2015-04-06', '2015-04-07', '2015-04-08', '2015-04-09', '2015-04-10']
[-0.04286570344644035, -0.33749733644530205, 0.9612698545546927, 1.2717284468666907, 1.954226159695183, 2.0988409697035184, 3.2506978516784035, 4.338620076299982, 5.459181812255137, 4.106650950391464, 2.342274920841884, 0.7705297351528329, 1.2922948482255157, -0.21879391602806875, -1.9462663861583467, -1.5417080627096669, -2.090490840945938, -2.44563753388846, -3.354256635546644, -2.8749486446899652, -4.491201212267633, -4.3483594889462305, -4.055373412396097, -3.106869474240226, -2.932528613759513, -3.7285450680966354, -3.163490160285702, -3.727005271566794, -3.6695102122195866, -3.9551299319381847, -3.564821276903853, -3.33613011937963, -2.609564532952283, -2.3730397607146942, -2.592687937316168, -3.4701425673522284, -4.0662428241160065, -4.931374317816636, -5.978289831045753, -6.383358377582886, -4.906211459298767, -4.971070326118982, -5.80105410895149, -5.403052521134888, -6.316643201716278, -6.272466684691285, -7.0824165105769845, -6.035166521458608, -5.696313734474173, -5.621821319233459, -5.387118681988249, -4.709821281306248, -5.105271167593957, -5.714174800724282, -6.1361327461272905, -7.591137407644371, -6.1409603363235705, -6.827810434856609, -6.485626678551258, -6.691735692596077, -4.945939707967796, -5.40021530979312, -6.007718450126542, -7.529007304708855, -6.627038039164715, -7.9908991326174545, -8.133960496178178, -7.882022033598002, -7.755113099579164, -7.028166369227971, -7.6015264852457545, -6.841556264898355, -8.49966228995618, -9.864437909214391, -9.586605105717657, -10.527403997041661, -11.182952747270637, -11.58369951939166, -12.082494848090846, -10.755286511732713, -9.19981042864948, -8.729141789191152, -8.179269872187987, -8.470662135619023, -7.803750625719714, -8.854617443031255, -9.298006791240262, -8.942174103622847, -8.76503084008055, -8.093793924164112, -9.97002817341038, -8.625688896769647, -9.087479346713833, -9.329396160007555, -9.957387781505307, -10.680271915936368, -11.237548174172478, -11.327803284121405, -11.160148896023259, -11.782567847462921]
> /usr/local/lib/python3.7/site-packages/pylantern-0.1.2-py3.7.egg/lantern/plotting/plot_nvd3.py(44)line()
43 x = data.index.astype(str).tolist()
---> 44 import ipdb; ipdb.set_trace()
45 self._lines.add_serie(y=y,