DimensionalData.jl icon indicating copy to clipboard operation
DimensionalData.jl copied to clipboard

Feature request: support `arrows(dimarray, dim_x, dim_y, sel_u, sel_v)`

Open asinghvi17 opened this issue 1 year ago • 2 comments

Or something along those lines. Not sure exactly what the API should look like, but since we already have lookup vectors ready to go it could be very nice to have this kind of decomposition.

asinghvi17 avatar Oct 15 '24 00:10 asinghvi17

I think I need an example to know what you want here, I don't really use arrows

rafaqz avatar Nov 01 '24 21:11 rafaqz

I don't have an example immediately. But imagine a rasterstack with two layers, u and v. Then arrows(dimstack, :u, :v) would just create an arrow plot using u and v as matrices. Auto-detecting x and y.

asinghvi17 avatar Nov 12 '24 04:11 asinghvi17