Skip to content

Doc backends #9101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 29, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: update wxPython data
v4.0 supports python3
  • Loading branch information
tacaswell committed Aug 29, 2017
commit c201bb93459890289ca2312969cd46f8447177a5
13 changes: 2 additions & 11 deletions tutorials/introductory/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ def my_plotter(ax, data1, data2, param_dict):
# GTKCairo Cairo rendering to a :term:`GTK` 2.x canvas (requires PyGTK_
# and pycairo_ or cairocffi_; Python2 only)
# WXAgg Agg rendering to a :term:`wxWidgets` canvas
# (requires wxPython_).
# (requires wxPython_. v4.0 (in beta) is
# required for python3).
# This backend can be activated in IPython with
# ``%matplotlib wx``.
# ============ ================================================================
Expand All @@ -464,16 +465,6 @@ def my_plotter(ax, data1, data2, param_dict):
# .. _PyQt4: https://riverbankcomputing.com/software/pyqt/intro
# .. _PyQt5: https://riverbankcomputing.com/software/pyqt/intro
#
# WX backends
# -----------
#
# At present the release version of `wxPython` (also known as wxPython classic)
# does not support python3. A work in progress redesigned version known as
# wxPython-Phoenix_ does support python3.
# Matplotlib should work with both versions.
#
# .. _wxPython-Phoenix: https://wxpython.org/Phoenix/docs/html/main.html
#
# GTK and Cairo
# -------------
#
Expand Down