Skip to content

Commit f8f3e1d

Browse files
authored
Merge pull request matplotlib#27888 from rcomer/contour-37-changenote
DOC: fix stray release note entry
2 parents 5abcae2 + cd31954 commit f8f3e1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/prev_api_changes/api_changes_3.7.0/behaviour.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,13 @@ dtype and *levels* is not specified, *levels* now defaults to ``[0.5]`` for
120120
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121121

122122
This can occur if the user explicitly passes a ``levels`` array with no values
123+
between ``z.min()`` and ``z.max()``; or if ``z`` has the same value everywhere.
123124

124125
``AxesImage.set_extent`` now raises ``TypeError`` for unknown keyword arguments
125126
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126127

127128
It previously raised a `ValueError`.
128129

129-
etween ``z.min()`` and ``z.max()``; or if ``z`` has the same value everywhere.
130-
131130
Change of ``legend(loc="best")`` behavior
132131
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
133132

0 commit comments

Comments
 (0)