Closed
Description
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.