-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting multiple time series's #9
Comments
yes, i would love to figure out the best way to have multiple traces. Just like in: |
are you talking about something like this? https://plot.ly/create/?fid=chelsea_lyn:14921 My proposal for managing this in the plugin modifying the "Display Tab":
I guess the backend would have to be modified to save this additional configuration data in the database and use the plotly JS to render up to 3 series instead of 1 That would be awesome! |
Hi @ryantxu do you have any feedback on my proposal? |
yes, proposal sounds great. I don't have time to work on it soon. but pull requests are always welcome! |
hey @ryantxu do you think you will add this feature? |
It would be great. It is not on my immediate need/TODO list, but patches are always welcome |
Yeah, I also faced with the problem to have x-y chart with multiple plots |
+1 |
supported in 0.0.5... will try to release soon, but test off master if you have a chance 😃 |
Is it possible to plot several time series's on one plot?
I'm working with daily stocks data and there are multiple values for each timestamp: Open, Close and Avg of the same magnitude (so, I don't need an additional Y axis).
For now I can only plot one of it, but I'd like to plot all at once.
It would be nice to have such feature.
The text was updated successfully, but these errors were encountered: