Open
Description
hi, I am trying to change the colours of the time series plot, is it possible to give a particular colour to a particular channel id ?
recording_rhs.set_channel_groups(channel_ids=recording_rhs.get_channel_ids(), groups=['red', 'green', 'blue', 'black'])
w2 = sw.plot_timeseries({"Raw Data": recording_rhs},color_groups=True, time_range=(120, 420),clim = (-50, 50), order_channel_by_depth= False, show_channel_ids=True)#,backend='ipywidgets' )
something like this, but the channel colors are being very different !