Loïc Huder

Results 91 comments of Loïc Huder

I think I found the source of the problem: [WebGL report](https://webglreport.com/?v=2) tells me that the max texture size is 8192 for Firefox but 16384 for Chrome. The question is: could...

Hello @bmaranville ! Ideally, it would be up to the NeXus group to specify the `interpretation` as `spectrum` to specify that the plot should be lines and not images for...

> Sure, it allows us to plot our data. I don't love using the name "spectrum", since our scans are not over wavelengths but over angles, but that is a...

On a related note, fun fact: when the `default` point to a regular dataset (and not a NXData group), the "regular" visualisations (`Line`, `Matrix` and `Heatmap`) are provided instead of...

Hello @mathomp4, thanks for the report ! If I understand correctly, you would want that values with fill value to be treated somehow as "invalid". This is unrelated to the...

> To me in the end, the tooltip mesh will need to be handled outside of the TiledHeatmapMesh because it should handle more than one mesh Agreed. But it means...

As the support of `transform` is needed, I will need to rework this. I am drafting it in the mean time.

Now handling transforms. I may revert the refactoring of `scaleToLayer` as the new implementation does not need it.

Thanks for the report ! Apparently, `h5wasm` has trouble processing some entities. Especially `/ds_surf_type` which is the reason why the file does not open. By deleting `/ds_surf_type` from the file,...

The file can be opened in the current H5Web demo: https://h5web.panosc.eu/h5wasm (h5wasm v0.4.6). I think an update of h5wasm in the VSCode extension should fix this (currently at v0.4.4).