Skip to content

Commit 1e166ec

Browse files
authored
Vis: Fix cropped errorbars (#99)
Remove [matplotlib.axes.Axes.relim](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.relim.html) which ignores error bars ("At present, Collection instances are not supported.") Fixes #74
1 parent 9c8c72e commit 1e166ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

petab/visualize/plotter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def ticks(y, _):
308308
if not subplot.plotTypeSimulation == BAR_PLOT:
309309
ax.legend()
310310
ax.set_title(subplot.plotName)
311-
ax.relim()
312311
if subplot.xlim:
313312
ax.set_xlim(subplot.xlim)
314313
if subplot.ylim:

0 commit comments

Comments
 (0)