Skip to content

Automatic index axis for hdf_dataset? #69

@fr34q

Description

@fr34q

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions