X Tutup
Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 390 Bytes

File metadata and controls

10 lines (8 loc) · 390 Bytes

Changes for 0.65.1

removed add_axes and add_subplot from backend_bases.  Use
figure.add_axes and add_subplot instead.  The figure now manages the
current axes with gca and sca for get and set current axes.  If you
have code you are porting which called, e.g., figmanager.add_axes, you
can now simply do figmanager.canvas.figure.add_axes.
X Tutup