Skip to content

Commit

Permalink
Fix typo (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bro authored Dec 21, 2023
1 parent f14c57d commit 8f6b429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makielayout/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ end
The function `autolimits!` resets the value of `limits` to `(nothing, nothing)` and adjusts the axis limits according
to the extents of the plots added to the axis.
The value of `limits` can be a four-element tuple `(xlow, xhigh, ylow, high)` where each value
The value of `limits` can be a four-element tuple `(xlow, xhigh, ylow, yhigh)` where each value
can be a real number or `nothing`.
It can also be a tuple `(x, y)` where `x` and `y` can be `nothing` or a tuple `(low, high)`.
In all cases, `nothing` means that the respective limit values will be automatically determined.
Expand Down

0 comments on commit 8f6b429

Please sign in to comment.