kenjyoung/MinAtar

tsplot was replaced with lineplot

katyakuda opened this issue · 0 comments

hey there,
The tsplot function and seaborn.timeseries module have been removed. tsplot was replaced with lineplot.

sns.tsplot(data=y, time=numpy.array(x)/(10**order), color='b')

Reference here