Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ultraplot/axes/plot.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
cvanelteren and Copilot authored Feb 26, 2026
commit 47f070fdedec6e8804797f6281945564207aa48c
2 changes: 1 addition & 1 deletion ultraplot/axes/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4579,7 +4579,7 @@ def _parse_level_vals(
Whether to remove out non-positive, non-negative, and zero-valued
levels. The latter is useful for single-color contour plots.
norm, norm_kw : optional
Passed to `Norm`. Used to possbily infer levels or to convert values.
Passed to `Norm`. Used to possibly infer levels or to convert values.
vmin, vmax : float, optional
The user input normalization range.
skip_autolev : bool, optional
Expand Down
Loading