Skip to content

2D PlottableHistogram with kind='MEAN' (i.e. 2D profile plots) not supported yet #1534

@wiso

Description

@wiso

It seems writing 2D profile is not supported

import uproot
import hist

h = hist.Hist(
    hist.axis.IntCategory([10, 20, 30]),
    hist.axis.Regular(100, 0, 10),
    storage=hist.storage.Mean())

with uproot.recreate("test.root") as fout:
    fout['h'] = h
NotImplementedError: 2D PlottableHistogram with kind='MEAN' (i.e. 2D profile plots) not supported yet

Is it planned?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions