|
1 | 1 | Removals
|
2 | 2 | --------
|
| 3 | +The following deprecated APIs have been removed: |
| 4 | + |
| 5 | +Classes and methods |
| 6 | +~~~~~~~~~~~~~~~~~~~ |
| 7 | +- ``backend_bases.RendererBase.strip_math()`` |
| 8 | + (use ``cbook.strip_math()`` instead) |
| 9 | + |
| 10 | +- ``backend_wx.debug_on_error()`` (no replacement) |
| 11 | +- ``backend_wx.raise_msg_to_str()`` (no replacement) |
| 12 | +- ``backend_wx.fake_stderr`` (no replacement) |
| 13 | +- ``backend_wx.MenuButtonWx`` (no replacement) |
| 14 | +- ``backend_wx.PrintoutWx`` (no replacement) |
| 15 | +- ``_backend_tk.NavigationToolbar2Tk.set_active()`` (no replacement) |
| 16 | + |
| 17 | +- ``backend_ps.PsBackendHelper.gs_exe`` property (no replacement) |
| 18 | +- ``backend_ps.PsBackendHelper.gs_version`` property (no replacement) |
| 19 | +- ``backend_ps.PsBackendHelper.supports_ps2write`` property (no replacement) |
| 20 | +- ``backend_ps.RendererPS.afmfontd`` property (no replacement) |
| 21 | +- ``backend_ps.GraphicsContextPS.shouldstroke`` property (no replacement) |
| 22 | + |
| 23 | +- ``backend_gtk3.FileChooserDialog`` (no replacement) |
| 24 | +- ``backend_gtk3.SaveFigureGTK3.get_filechooser()`` (no replacement) |
| 25 | +- ``backend_gtk3.NavigationToolbar2GTK3.get_filechooser()`` (no replacement) |
| 26 | + |
| 27 | +- ``backend_gtk3cairo.FigureManagerGTK3Cairo`` |
| 28 | + (use ``backend_gtk3.FigureManagerGTK3`` instead) |
| 29 | + |
| 30 | +- ``backend_pdf.RendererPdf.afm_font_cache`` property (no replacement) |
| 31 | + |
| 32 | +- ``backend_pgf.LatexManagerFactory`` (no replacement) |
| 33 | + |
| 34 | +- ``backend_qt5.NavigationToolbar2QT.buttons`` property (no replacement) |
| 35 | +- ``backend_qt5.NavigationToolbar2QT.adj_window`` property (no replacement) |
| 36 | + |
| 37 | +- ``matplotlib.checkdep_dvipng`` (no replacement) |
| 38 | +- ``matplotlib.checkdep_ghostscript`` (no replacement) |
| 39 | +- ``matplotlib.checkdep_pdftops`` (no replacement) |
| 40 | +- ``matplotlib.checkdep_inkscape`` (no replacement) |
| 41 | +- ``matplotlib.get_py2exe_datafiles`` (no replacement) |
| 42 | +- ``matplotlib.tk_window_focus`` (use ``rcParams['tk.window_focus']`` instead) |
| 43 | + |
| 44 | +- ``pyplot.plotfile()`` (Instead, load the data using |
| 45 | + `pandas.read_csv` or `numpy.loadtxt` or similar and use regular pyplot |
| 46 | + functions to plot the loaded data.) |
| 47 | +- ``rcsetup.validate_qt4()`` (no replacement) |
| 48 | +- ``rcsetup.validate_qt5()`` (no replacement) |
| 49 | +- ``rcsetup.validate_verbose()`` (no replacement) |
| 50 | +- ``rcsetup.ValidateInterval`` (no replacement) |
| 51 | + |
| 52 | +- ``sphinxext.plot_directive.plot_directive()`` |
| 53 | + (use the class ``PlotDirective`` instead) |
| 54 | + |
| 55 | +- ``Artist.aname`` property (no replacement) |
| 56 | +- ``Axis.iter_ticks`` (no replacement) |
| 57 | + |
| 58 | +- ``image.BboxImage.interp_at_native`` property (no replacement) |
| 59 | +- ``lines.Line2D.verticalOffset`` property (no replacement) |
| 60 | +- ``bezier.find_r_to_boundary_of_closedpath()`` (no relacement) |
| 61 | + |
| 62 | +- ``quiver.Quiver.color()`` (use ``Quiver._getfacecolor()`` instead) |
| 63 | +- ``quiver.Quiver.keyvec`` property (no replacement) |
| 64 | +- ``quiver.Quiver.keytext`` property (no replacement) |
| 65 | + |
| 66 | +- ``colorbar.ColorbarBase.get_cmap`` (use ``ScalarMappable.get_cmap`` instead) |
| 67 | +- ``colorbar.ColorbarBase.set_cmap`` (use ``ScalarMappable.set_cmap`` instead) |
| 68 | +- ``colorbar.ColorbarBase.get_clim`` (use ``ScalarMappable.get_clim`` instead) |
| 69 | +- ``colorbar.ColorbarBase.set_clim`` (use ``ScalarMappable.set_clim`` instead) |
| 70 | +- ``colorbar.ColorbarBase.set_norm`` (use ``ScalarMappable.set_norm`` instead) |
0 commit comments