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
# CONTOURS OFF, when redim() is used
lim = 0.1
img = hv.Image(model).redim.range(xdim=(-lim,lim), ydim=(-lim,lim))
img * hv.operation.contours(img)
The center of the contours is wrong in both dimensions.
This is probably related to #2319.
And the axes seem to be switched. Or am I mistaken? The shifted center of the gaussian has swapped the x and y coordinates. Or at least the labelling is confusing when xarray is used.
The text was updated successfully, but these errors were encountered:
Redim() should be the correct approach to alter the dimensions, right?
First I generate some test data.
Then I plot without redim() and the output is fine.
With redim() the contours are off.
The center of the contours is wrong in both dimensions.
This is probably related to #2319.
And the axes seem to be switched. Or am I mistaken? The shifted center of the gaussian has swapped the x and y coordinates. Or at least the labelling is confusing when xarray is used.
The text was updated successfully, but these errors were encountered: