File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ now use a common codepath to look up how to update the given artist
77properties (either using the setter methods or an attribute/property).
88
99The behavior of `matplotlib.Artist.update ` is slightly changed to
10- returna a list of the returned values from the setter methods to avoid
10+ return a list of the returned values from the setter methods to avoid
1111changing the API of `matplotlib.Artist.set ` and
1212`matplotlib.artist.setp `.
1313
1414The keys passed into `matplotlib.Artist.update ` are now converted to
1515lower case before being processed to match the behavior of
1616`matplotlib.Artist.set ` and `matplotlib.artist.setp `. This should not
1717break any user code because there are no set methods with capitals in
18- the names, however going forward this puts a constraint naming
18+ the names, however going forward this puts a constraint on naming
1919properties.
You can’t perform that action at this time.
0 commit comments