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 10ae902 commit b9bfdb3Copy full SHA for b9bfdb3
lib/matplotlib/collections.py
@@ -2084,9 +2084,9 @@ def set_array(self, A):
2084
if misshapen_data:
2085
_api.warn_deprecated(
2086
"3.5", message=f"For X ({width}) and Y ({height}) "
2087
- f"with {self._shading} shading, the expected shape of A is ({h}, {w}). "
2088
- f"Passing A ({A.shape}) is deprecated since "
2089
- "%(since)s and will become an error %(removal)s.")
+ f"with {self._shading} shading, the expected shape of "
+ f"A is ({h}, {w}). Passing A ({A.shape}) is deprecated "
+ "since %(since)s and will become an error %(removal)s.")
2090
2091
if faulty_data:
2092
raise TypeError(
0 commit comments