Hi everyone,
I tried plotting epochs but for some reason, the y- and x-axis values aren’t shown.
This is my code for the plot:
gss_epochs.plot(n_epochs = 3, scalings = "auto")
And this is what my plot looks like:
As you can see, the y-axis label is the channel name (not necessary, I only have 1 channel anyway) and the x-axes labels are the epoch numbers. The epoch numbers on the x-axis are nice to have, but I’d rather have the time in seconds as x-axis ticks and axis ticks with the Volt values for the y-axis.
Does anyone know how to do this?
Thanks in advance!