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

How to update plot automatically when data is updated #170

Closed
mkcor opened this issue Jul 27, 2015 · 4 comments
Closed

How to update plot automatically when data is updated #170

mkcor opened this issue Jul 27, 2015 · 4 comments

Comments

@mkcor
Copy link
Contributor

mkcor commented Jul 27, 2015

This question comes up on a regular basis, and understandably so. We're talking about the Web App.

I tend to reply with the following:

  1. Create your initial data set. Save the data.
  2. Use the saved data to create a plot. Save the plot. Close the plot.
  3. Add new data to your saved data set. Save again.
  4. Reopen your graph. You will notice that the graph has been
    automatically updated with the new data.

But this may become obsolete. @cldougl has pointed users to the 'INSERT INTO' option.

In any case, we should have a tutorial for this, maybe on http://help.plot.ly/?
What do you think?
/cc @mariahhamel @jackparmer @NicoleGrondin @MatthewHiscock

@jackparmer
Copy link
Contributor

Yeah, I agree, I see this one all the time. See @cdougl 's response to
jonathanng
this weekend for example. @MatthewHiscock
https://github.com/MatthewHiscock or @mariahhamel
https://github.com/mariahhamel want to take stab at this so we can just
send a link instead of writing this every time?

On Mon, Jul 27, 2015 at 1:53 PM, Marianne Corvellec <
[email protected]> wrote:

This question comes up on a regular basis, and understandably so. We're
talking about the Web App.

I tend to reply with the following:

  1. Create your initial data set. Save the data.
  2. Use the saved data to create a plot. Save the plot. Close the plot.
  3. Add new data to your saved data set. Save again.
  4. Reopen your graph. You will notice that the graph has been
    automatically updated with the new data.

But this may become obsolete. @cldougl https://github.com/cldougl has
pointed users to the 'INSERT INTO' option.

In any case, we should have a tutorial for this, maybe on
http://help.plot.ly/?
What do you think?
/cc @mariahhamel https://github.com/mariahhamel @jackparmer
https://github.com/jackparmer @NicoleGrondin
https://github.com/NicoleGrondin @MatthewHiscock
https://github.com/MatthewHiscock


Reply to this email directly or view it on GitHub
#170.

@MattJust
Copy link

Yup, I'm game for that. I'll whip something up and bounce it off the others.

@chriddyp
Copy link
Member

A few things to make sure to cover in the tutorial:

  • You don't need to save the data before you make the plot anymore. Saving a graph will automatically create and save a grid
  • Use insert into only if you want to add a new trace to a graph, perhaps from a different dataset. You can open multiple datasets and the graph from organize by selecting multiple files and clicking open in the modebar
  • Show how to find the dataset associated with your graph: if you uploaded, it will have the name of the uploaded file. If you entered data manually, the grid will have the same name as the plot with " Grid" appended to the filename
  • You still have to explicitly save the grid to see changes updated, and you still have to open and close the plot to see the changes

@mkcor
Copy link
Contributor Author

mkcor commented Aug 11, 2015

@mkcor mkcor closed this as completed Aug 11, 2015
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

4 participants