Skip to content
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

Closed
m0nhawk opened this issue May 1, 2017 · 9 comments
Closed

Plotting multiple time series's #9

m0nhawk opened this issue May 1, 2017 · 9 comments

Comments

@m0nhawk
Copy link

m0nhawk commented May 1, 2017

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.

@ryantxu
Copy link
Contributor

ryantxu commented May 1, 2017

yes, i would love to figure out the best way to have multiple traces. Just like in:

https://plot.ly/create/

@iotgopher
Copy link

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":

  • Keep in the "Plot" section only the "Options" items
  • Collapse "X Axis" and "Y Axis" sections into a section called "Series 1" along with "Markers" and "Lines" from "Plot"
    -Introduce two new sections "Series 2" and "Series 3" containing same as above

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!

@iotgopher
Copy link

Hi @ryantxu do you have any feedback on my proposal?

@ryantxu
Copy link
Contributor

ryantxu commented Jan 31, 2018

yes, proposal sounds great. I don't have time to work on it soon. but pull requests are always welcome!

@ryantxu ryantxu mentioned this issue Feb 12, 2018
@iotgopher
Copy link

iotgopher commented Jun 11, 2018

hey @ryantxu do you think you will add this feature?
Thanks for the great plugin

@ryantxu
Copy link
Contributor

ryantxu commented Jun 11, 2018

It would be great. It is not on my immediate need/TODO list, but patches are always welcome

@Anna-Fedorova
Copy link

Yeah, I also faced with the problem to have x-y chart with multiple plots
It would be nice to have such opportunity

@hami0314
Copy link

hami0314 commented Aug 3, 2018

+1

@jonyrock jonyrock mentioned this issue Aug 10, 2018
6 tasks
ryantxu added a commit that referenced this issue Aug 14, 2018
@ryantxu
Copy link
Contributor

ryantxu commented Aug 14, 2018

supported in 0.0.5... will try to release soon, but test off master if you have a chance 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants