Skip to content

Commit

Permalink
Merge pull request matplotlib#27888 from rcomer/contour-37-changenote
Browse files Browse the repository at this point in the history
DOC: fix stray release note entry
  • Loading branch information
rcomer authored Mar 8, 2024
2 parents 5abcae2 + cd31954 commit f8f3e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/prev_api_changes/api_changes_3.7.0/behaviour.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,13 @@ dtype and *levels* is not specified, *levels* now defaults to ``[0.5]`` for
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

It previously raised a `ValueError`.

etween ``z.min()`` and ``z.max()``; or if ``z`` has the same value everywhere.

Change of ``legend(loc="best")`` behavior
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit f8f3e1d

Please sign in to comment.