We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9169807 commit 0140de3Copy full SHA for 0140de3
preliz/distributions/distributions.py
@@ -429,7 +429,7 @@ def plot_interactive(
429
Defaults to `"both"`, the limits of both axis are fixed.
430
Use `"auto"` for automatic rescaling of x-axis and y-axis.
431
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`.
+ the first two for x-axis, the last two for y-axis. The tuple can have `None`.
433
pointinterval : bool
434
Whether to include a plot of the quantiles. Defaults to False. If True the default is to
435
plot the median and two interquantiles ranges.
0 commit comments