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

Question regarding ability to zoom #361

Closed
ChandlerKilpatrick1 opened this issue Apr 9, 2020 · 2 comments
Closed

Question regarding ability to zoom #361

ChandlerKilpatrick1 opened this issue Apr 9, 2020 · 2 comments
Labels

Comments

@ChandlerKilpatrick1
Copy link

I am trying to compare Makie and Interact and Makie has the ability to zoom in. Are you able to zoom in on a plot using Interact?

@amburosesekar
Copy link

using PlotlyJS with Interact, we got Real time interact and zooming Experience.

@twavv
Copy link
Member

twavv commented Apr 11, 2020

Yeah, it's mostly a function of the plotting backend. GR typically generates SVGs or PNGs, which aren't interactive in the browser (though SVG's can be zoomed in through the browsers zoom interface without getting pixelated).

This is almost completely related to Interact, unless you made zoom and Interact parameter:

@manipulate for zoom in 1:10
    plot(...; zoom=zoom)
end

But I'm not aware of any plotting backends that do that kind of thing.

@twavv twavv added the question label Apr 11, 2020
@twavv twavv closed this as completed Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants