-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Cannot update data using react!] #495
Comments
I'm also not sure is "redraw!" the same as "react!" |
@jake-w-liu how did you solve it? |
Hi, I found out that the correct method of using react! is react!(fig, fig.plot.data, fig.plot.layout) not react!(fig.plot, fig.plot.data, fig.plot.layout) It's my mistake haha... But I'm not sure why there isn't a method error. |
Thank you for the answer. What about opening a bug report? |
Bug report here: #497 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Julia version 1.11
I am not sure I'm doing the right thing or not...
If I have created a plot with the following code, and want to update the y-data, what I expect is that the updated figure is displayed. However, what I get is still the original data point (which is y = [1, 4, 7] in this example)
Thanks in advance!
The text was updated successfully, but these errors were encountered: