It should be simple, but I can’t find how to put different axes labels on a grid of plots.
For a single plot, the axes labels are in the layout. But as there are multiple plots, that does not seem to work. Here is what I tried (but does not work, see uploaded image):
The layout:
var mylayout = {
grid: {rows: 2, columns: 1, pattern: ‘independent’},
title: {text:“EHMP Water quality time series”},
};
I’m using this plotly script:
src=“https://cdn.plot.ly/plotly-latest.min.js”>