-
-
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
Usage of API functions, how does they work in Julia 1.2.0? #305
Comments
Hi @crash-crush thanks for posting. Could you provide a small code snippet that demonstrates what you've tried. That will give us a starting point to figure out how to help! |
Ok. Thanks for the fast response. Its important for winning people to the julia community :) Here I go what I have tried and what I have wanted(I think it's clear from the "not- working- code")
Furthermore I wanted to put these into a for loop to get a live view from processing for approximately 1*10^6 to 10^9 steps Thanks in advance. |
This should work... using PlotlyJS
p = plot(heatmap(z=rand(100,100)))
restyle!(p, z=[rand(100, 100)]) The Note that when calling |
Thank thats works, even in a for loop but pretty slow. and how can I list the possible attributes? |
I'm not sure how to fix the aspect ratio... perhaps the width and height in the layout? You can see a full list of everything configurable here: https://plot.ly/javascript/reference/ I'm going to close the issue as I think we've resolved the original problem |
Hello,
I have tried several Julia Plotting Packages in order to update a heatmap in runtime. Therefore I found these function from the API, but I didn't got them to work to test them out. And furthermore I don't know yet how to see the possible attributes of the functions and in which way I can set them to any value?
http://spencerlyon.com/PlotlyJS.jl/manipulating_plots/
I tried
react!
but probably wrong.Thanks for help.
The text was updated successfully, but these errors were encountered: