Skip to content
Open
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
Apply black formatting
  • Loading branch information
K-Mirembe-Mercy committed Mar 23, 2026
commit 61da5a0e7d313b2f8be0e27d35ffb51e7ce16846
2 changes: 1 addition & 1 deletion ultraplot/legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ def _resolve_inputs(
pad=pad,
space=space,
frameon=frameon,
linewidth=kwargs.get("linewidth", None),
linewidth=kwargs.get("linewidth", None),
ncol=ncol,
order=order,
label=label,
Expand Down