Skip to content

Commit 14c9341

Browse files
committed
use given parameter
1 parent 70a2807 commit 14c9341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def plot_y_wrt_x(
109109
xdata,
110110
ydata,
111111
method.capitalize(),
112-
miny=0,
112+
miny=ylim[0],
113113
maxy=data_length if hline_at_length else None,
114114
cumulative=cumulative,
115115
)

0 commit comments

Comments
 (0)