Skip to content

Histogram2D and Histogram2DContour have wrong trace types #241

Description

@kMutagene

histogram2D -> histogram2d

///initializes a trace of type "histogram2D" applying the given trace styling function
static memberinitHistogram2D(applyStyle:Trace2D ->Trace2D)=
Trace2D("histogram2D")|> applyStyle

histogram2Dcontour -> histogram2dcontour

///initializes a trace of type "histogram2Dcontour" applying the given trace styling function
static memberinitHistogram2DContour(applyStyle:Trace2D ->Trace2D)=
Trace2D("histogram2Dcontour")|> applyStyle

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions