Workaround fix for block/timepoint ordering in this commit is kinda janky (sort by timepoint + 0.01 * block).
What would be ideal is this: refactor plot_callback_raster_multiday & plot_callback_raster_multiblock into a single function (maybe plot_callback_raster_timepoints, which can take in a tuple of several levels & plots according to this order. Maybe pass in different dicts for each timepoint line styling + a list of bools for whether to plot secondary axes (can you even plot multiple secondary axes on the same side of the plot? maybe plot just the first by default).
Workaround fix for block/timepoint ordering in this commit is kinda janky (sort by timepoint + 0.01 * block).
What would be ideal is this: refactor
plot_callback_raster_multiday&plot_callback_raster_multiblockinto a single function (maybeplot_callback_raster_timepoints, which can take in a tuple of several levels & plots according to this order. Maybe pass in different dicts for each timepoint line styling + a list of bools for whether to plot secondary axes (can you even plot multiple secondary axes on the same side of the plot? maybe plot just the first by default).