You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using plot_traces, if the voltage/time series do not have the same number of data points, numpy.array will fail at creating a 2d array which will lead to a wrong number of plot and thus only one axis being creating .
The text was updated successfully, but these errors were encountered:
When using plot_traces, if the voltage/time series do not have the same number of data points, numpy.array will fail at creating a 2d array which will lead to a wrong number of plot and thus only one axis being creating .
The text was updated successfully, but these errors were encountered: