-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Is it possible to have an implicit index axis when using hdf.add_value_vector() ?
If I store 1mio data points in the hdf file and then also have to store the same amount of "index" values in a separate axis, my file size doubles...
So, with data axis: Nice x axis for the data points, but wasted disk space
Without data axis: Plot displays but Axis is labeled none (M_none_)
Creating the axis and not specifying any values for it also doesn't work, same result as without axis.
In both cases I also get:
Exception in qkit/gui/plot/plot.py while plotting
/entry/data0/i_component
'h5plot' object has no attribute 'x_exp'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels