Thanks to visit codestin.com Credit goes to github.com
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 3401a5d commit c458cbcCopy full SHA for c458cbc
1 file changed
doc/api/api_changes/2015-12-01-TAC.rst
@@ -10,3 +10,9 @@ The behavior of `matplotlib.Artist.update` is slightly changed to now
10
sort by key name and returns a list of the returned values from the
11
setter methods to avoid changing the API of
12
`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