h5web icon indicating copy to clipboard operation
h5web copied to clipboard

React components for data visualization and exploration

Results 58 h5web issues
Sort by recently updated
recently updated
newest added

According to new NeXus recommendations, `AXIS_indices` attribute should now be added to NXdata group as a way to properly assign an _axis_ to a _signal dimension_ (rather than relying on...

enhancement

### Describe the bug The export feature (to CSV, TIFF, etc.) does not take into account potential transposition of datasets (or dataset slices). See https://github.com/silx-kit/vscode-h5web/pull/23#discussion_r1257530624 The `getExportURL` method that data...

bug

Does h5web supports ploting 3d surfaces? Some thing like the link below: https://ts1.cn.mm.bing.net/th/id/R-C.7a82fd9d2f59afa278ffbf1b2d9acd57?rik=9fpfi6I4heIVzw&pid=ImgRaw&r=0

epic

### Is your feature request related to a problem? To limit the number of fetch operation it would be good to cancel tiles that are no longer needed. As it...

Here are the envisioned features for the upcoming `SurfaceVis`: - [x] Allow to change the domain and the color map #1321 - [x] Support of several scale types #1321 -...

### Ticks The axis configs we pass to `VisCanvas` may include a flag called `isIndexAxis`. This property has one goal: to prevent ticks from appearing between axis values - i.e....

### Describe the bug 64-bit signed and unsigned integers are not always displayed correctly in the h5web display window. ### To Reproduce 1. Go to https://h5web.panosc.eu/h5grove?file=sample.h5 2. Select the `int64_scalar`...

enhancement

### Is your feature request related to a problem? When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), it takes a huge amount of...

enhancement

### Describe the bug When opening a large 2D dataset containing many curves (shape: 1e6 x 3000, dtype: float32), the matrix and heatmap views display only NaN data, but the...

bug

### Is your feature request related to a problem? I happened to find a dataset (link below) with only 2 values that are extremely close numerically but yet different. When...

enhancement