-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Doc backends #9101
Conversation
Also add IPython magic details
367aa74
to
1847d22
Compare
tutorials/introductory/usage.py
Outdated
@@ -452,7 +465,7 @@ def my_plotter(ax, data1, data2, param_dict): | |||
# .. _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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this statement still true? wxpython 4.0.0b1 seems to support py3k. I don't know when the support started, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wxpython 4.0 is the same as Phonix which is the first version to support python 3. We could update this to point to wx 4.0 beta
v4.0 supports python3
I got rid of the stand-alone paragraph and just noted that v4 is required. |
# pycairo_ or cairocffi_; Python2 only) | ||
# Qt5Agg Agg rendering in a :term:`Qt5` canvas (requires PyQt5_). This | ||
# backend can be activated in IPython with ``%matplotlib qt5``. | ||
# ipympl Agg rendering embedded in a Jupyter widget. This can be enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? This doesn't come with Matplotlib; should there be some reference for installing it (like the other requirements)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, PR shortly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xref #9126
There is alot more work needed on this section, but is an improvement.
Closes matplotlib/ipympl#13