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 3a2e196 commit bdc07deCopy full SHA for bdc07de
mpl_gui/__init__.py
@@ -158,8 +158,8 @@ def by_label(self):
158
multiples = {k: v for k, v in counts.items() if v > 1}
159
warnings.warn(
160
(
161
- "There are repeated labels but only one figure with a given label can be return. "
162
- + f"The repeated labels are {multiples!r}."
+ f"There are repeated labels ({multiples!r}), but only the newest figure with that label can "
+ "be returned. "
163
),
164
stacklevel=2,
165
)
0 commit comments