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
Image never had a limits argument as far as I know...
My theory is that this was never working and simply got ignored and now we check for invalid keyword arguments
Hmm it's possible you are right... but then how do you specify the bounding box for an image? In ComplexPhasePortrait.jl I want to plot a function on top of an image and have the axes be consistent
There seems to no longer be a keyword named
limits
for specifying the bounding box of an image. How would one do this now?I'm trying to update ComplexPhasePortrait.jl which uses this:
https://github.com/JuliaHolomorphic/ComplexPhasePortrait.jl/blob/master/ext/ComplexPhasePortraitMakieExt.jl
The text was updated successfully, but these errors were encountered: