ICB-DCM / pyPESTO

python Parameter EStimation TOolbox
https://pypesto.readthedocs.io
BSD 3-Clause "New" or "Revised" License
216 stars 47 forks source link

Fix time axis in pypesto.visualize.sampling.sampling_prediction_trajectories #1290

Open dweindl opened 7 months ago

dweindl commented 7 months ago

Currently, different conditions are plotted side-by-side (good) with a shared time axis (bad):

image

Each condition should have its separate time axis. Either to be handled via separate subplots with shared y-axis (preferred) or via custom tick locations / tick labels.