Spencer Lyon
Spencer Lyon
Hey @robsmith11 great question. I'll try to find time to look into this within the next few days For starters... `SyncPlot` is displayed via a `WebIO.Scope` so perhaps you could...
Also going to ping @shashi in case he knows!
Hmm, not sure what the error could be, but I'm glad it seems to work for you. Where do you see the errors?
Ok thanks. Does the message show up in the Julia output, in atom's developer console, elsewhere?
Sorry, I'm still not being clear enough. When using atom do you see these messages with the rest of the Julia outputs? Do you see them in atom's chrome developer...
Thanks for opening here. I would love to get this working more efficiently. @MikeInnes put down some thoughts on how to do data transfer more efficiently over in #77, but...
Hmm this is strange indeed. I'm not sure what the problem is. Do you get this on different front ends? (juno/ijulia/repl/etc.)? what about when you save the figure?
One issue is that you haven't added that layout to any plot... You can either call ``` relayout!(pjoin, shapes=[hline(...)]) ``` Or try adding it to one of p1 or p2...
Sorry, I misread that and didn't see the parenthesis. I'll try to take a look at this today
Ahh ok thanks. I may not get to it today then. It will definitely get resolved though