Skip to content

Commit 0140de3

Browse files
Fix:x to y (#334)
1 parent 9169807 commit 0140de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preliz/distributions/distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def plot_interactive(
429429
Defaults to `"both"`, the limits of both axis are fixed.
430430
Use `"auto"` for automatic rescaling of x-axis and y-axis.
431431
Or set them manually by passing a tuple of 4 elements,
432-
the first two for x-axis, the last two for x-axis. The tuple can have `None`.
432+
the first two for x-axis, the last two for y-axis. The tuple can have `None`.
433433
pointinterval : bool
434434
Whether to include a plot of the quantiles. Defaults to False. If True the default is to
435435
plot the median and two interquantiles ranges.

0 commit comments

Comments
 (0)