Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53d5789

Browse files
committed
Bump removal point of deprecated backends.
We won't remove these so close to 2.2's release, and it makes more sense to drop them in a major version anyway.
1 parent e014266 commit 53d5789

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/backends/backend_gdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __init__(self, figure):
384384
if self.__class__ == matplotlib.backends.backend_gdk.FigureCanvasGDK:
385385
warn_deprecated('2.0', message="The GDK backend is "
386386
"deprecated. It is untested, known to be "
387-
"broken and will be removed in Matplotlib 2.2. "
387+
"broken and will be removed in Matplotlib 3.0. "
388388
"Use the Agg backend instead. "
389389
"See Matplotlib usage FAQ for"
390390
" more info on backends.",

lib/matplotlib/backends/backend_gtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def __init__(self, figure):
186186
if self.__class__ == matplotlib.backends.backend_gtk.FigureCanvasGTK:
187187
warn_deprecated('2.0', message="The GTK backend is "
188188
"deprecated. It is untested, known to be "
189-
"broken and will be removed in Matplotlib 2.2. "
189+
"broken and will be removed in Matplotlib 3.0. "
190190
"Use the GTKAgg backend instead. "
191191
"See Matplotlib usage FAQ for"
192192
" more info on backends.",

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def __init__(self, bitmap, dpi):
192192
"""
193193
warn_deprecated('2.0', message="The WX backend is "
194194
"deprecated. It's untested "
195-
"and will be removed in Matplotlib 2.2. "
195+
"and will be removed in Matplotlib 3.0. "
196196
"Use the WXAgg backend instead. "
197197
"See Matplotlib usage FAQ for more info on backends.",
198198
alternative='WXAgg')

0 commit comments

Comments
 (0)