You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@manipulatefor zoom in1:10plot(...; zoom=zoom)
end
But I'm not aware of any plotting backends that do that kind of thing.
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?
The text was updated successfully, but these errors were encountered: