Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/b4d13b14cfb89aa08ea36cc4ccaec5c3 to your computer and use it in GitHub Desktop.
Save Tathagatd96/b4d13b14cfb89aa08ea36cc4ccaec5c3 to your computer and use it in GitHub Desktop.
ts_data=TimeSeriesData(250,0,10)
plt.plot(ts_data.x_data,ts_data.y_true)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment