File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
doc/api/next_api_changes/removals Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,8 @@ The **minimum_descent** has been removed from ``TextArea``
1616~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1717
1818The minimum_descent is now effectively always True.
19+
20+ Extra parameters to Axes constructor
21+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
23+ Parameters of the Axes constructor other than *fig * and *rect * are now keyword only.
Original file line number Diff line number Diff line change @@ -562,8 +562,8 @@ def __str__(self):
562562 return "{0}({1[0]:g},{1[1]:g};{1[2]:g}x{1[3]:g})" .format (
563563 type (self ).__name__ , self ._position .bounds )
564564
565- @_api .make_keyword_only ("3.4" , "facecolor" )
566565 def __init__ (self , fig , rect ,
566+ * ,
567567 facecolor = None , # defaults to rc axes.facecolor
568568 frameon = True ,
569569 sharex = None , # use Axes instance's xaxis info
You can’t perform that action at this time.
0 commit comments