Skip to content

Commit

Permalink
Fix:x to y (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 authored Feb 27, 2024
1 parent 9169807 commit 0140de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preliz/distributions/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def plot_interactive(
Defaults to `"both"`, the limits of both axis are fixed.
Use `"auto"` for automatic rescaling of x-axis and y-axis.
Or set them manually by passing a tuple of 4 elements,
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`.
pointinterval : bool
Whether to include a plot of the quantiles. Defaults to False. If True the default is to
plot the median and two interquantiles ranges.
Expand Down

0 comments on commit 0140de3

Please sign in to comment.