Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c458cbc

Browse files
committed
DOC: more minor API constraints
1 parent 3401a5d commit c458cbc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/api/api_changes/2015-12-01-TAC.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ The behavior of `matplotlib.Artist.update` is slightly changed to now
1010
sort by key name and returns a list of the returned values from the
1111
setter methods to avoid changing the API of
1212
`matplotlib.Artist.set` and `matplotlib.artist.setp`.
13+
14+
The keys passed into `matplotlib.Artist.update` are now converted to
15+
all lower case before being processed, to match the behavior of
16+
`matplotlib.Artist.set` and `matplotlib.artist.setp`. This should not
17+
break any user code because there are no set methods with capitals in
18+
the names, however going forward this puts a constraint naming properties.

0 commit comments

Comments
 (0)