Skip to content

Missing labels when y-axis is reverse in contour #3279

Closed
@poldz123

Description

@poldz123

When using the layout for contour:

var layout = {
      yaxis: {
        autorange: "reversed",
        fixedrange: true
      },
      xaxis: {
        side: "top",
        fixedrange: true
      },
      margin: {
          l: 40,
          r: 50,
          t: 30,
          b: 10
        }
    };

It is missing the labels of the contour but if the autorange is removed it is back again. Could this be a bug or something in the documentation which I already trying to find but couldn't find anything about it.

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions