Just remove label and rely on interactive popup to discern between plots, looks better who cares
This commit is contained in:
@@ -250,19 +250,18 @@
|
|||||||
showgrid: false,
|
showgrid: false,
|
||||||
position: 1.00
|
position: 1.00
|
||||||
},
|
},
|
||||||
|
showlegend: false,
|
||||||
legend: {
|
legend: {
|
||||||
x: 1,
|
|
||||||
xanchor: 'right',
|
|
||||||
y: 1,
|
|
||||||
yanchor: 'top',
|
|
||||||
font: {
|
font: {
|
||||||
size: 10 // Adjust the font size of the legend to make it smaller
|
size: 10 // Adjust the font size of the legend to make it smaller
|
||||||
}
|
},
|
||||||
|
"orientation": "h"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
displayModeBar: false,
|
displayModeBar: false,
|
||||||
staticPlot: true,
|
//staticPlot: true,
|
||||||
displaylogo: false,
|
displaylogo: false,
|
||||||
modeBarButtonsToRemove: ['toImage', 'sendDataToCloud', 'zoom2d', 'pan2d', 'select2d', 'lasso2d',
|
modeBarButtonsToRemove: ['toImage', 'sendDataToCloud', 'zoom2d', 'pan2d', 'select2d', 'lasso2d',
|
||||||
'zoomIn2d', 'zoomOut2d', 'autoScale2d', 'resetScale2d', 'hoverClosestCartesian',
|
'zoomIn2d', 'zoomOut2d', 'autoScale2d', 'resetScale2d', 'hoverClosestCartesian',
|
||||||
|
|||||||
Reference in New Issue
Block a user