Skip to content

Commit c201bb9

Browse files
committed
DOC: update wxPython data
v4.0 supports python3
1 parent 1847d22 commit c201bb9

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

tutorials/introductory/usage.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,8 @@ def my_plotter(ax, data1, data2, param_dict):
444444
# GTKCairo Cairo rendering to a :term:`GTK` 2.x canvas (requires PyGTK_
445445
# and pycairo_ or cairocffi_; Python2 only)
446446
# WXAgg Agg rendering to a :term:`wxWidgets` canvas
447-
# (requires wxPython_).
447+
# (requires wxPython_. v4.0 (in beta) is
448+
# required for python3).
448449
# This backend can be activated in IPython with
449450
# ``%matplotlib wx``.
450451
# ============ ================================================================
@@ -464,16 +465,6 @@ def my_plotter(ax, data1, data2, param_dict):
464465
# .. _PyQt4: https://riverbankcomputing.com/software/pyqt/intro
465466
# .. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
466467
#
467-
# WX backends
468-
# -----------
469-
#
470-
# At present the release version of `wxPython` (also known as wxPython classic)
471-
# does not support python3. A work in progress redesigned version known as
472-
# wxPython-Phoenix_ does support python3.
473-
# Matplotlib should work with both versions.
474-
#
475-
# .. _wxPython-Phoenix: https://wxpython.org/Phoenix/docs/html/main.html
476-
#
477468
# GTK and Cairo
478469
# -------------
479470
#

0 commit comments

Comments
 (0)