Skip to content

Commit 34d9286

Browse files
author
martinkilbinger
committed
plot_data_1d: shift_x=False as default to not cause error if xlog=True
1 parent 397604a commit 34d9286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cs_util/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def plot_data_1d(
207207
markers=None,
208208
xlim=None,
209209
ylim=None,
210-
shift_x=True,
210+
shift_x=False,
211211
close_fig=True,
212212
):
213213
"""Plot Data 1D.

0 commit comments

Comments
 (0)