scipp / plopp

Visualization library for scipp
https://scipp.github.io/plopp/
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

coord arg accepts multiple coords for same dimension #360

Closed jl-wynen closed 2 days ago

jl-wynen commented 2 weeks ago

The coords argument accepts multiple coords for the same dimension and uses the last one in the list: Screenshot_20240904_100350

This is surprising to me. Should it instead raise an error?

nvaytet commented 1 week ago

Should it instead raise an error?

Yes, I think so.