Skip to content

How to add points to 2 differents series on the same graph? #3692

Discussion options

You must be logged in to vote

That append only accesses the observable's value and doesn't do anything to it. You can notify(y1) afterwards to let the observable know it's been updated.

If you were assigning to the variable as y1[] = ..., then there would be no need to notify.

Also, have you seen the timeseries recipe?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SomeUsername14786
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants