Skip to content
  • Sponsor matplotlib/matplotlib

  • 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

Merged
merged 3 commits into from
Aug 29, 2017
Merged

Doc backends #9101

merged 3 commits into from
Aug 29, 2017

Conversation

tacaswell
Copy link
Member

There is alot more work needed on this section, but is an improvement.

Closes matplotlib/ipympl#13

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Aug 26, 2017
@@ -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
Copy link
Member

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.

Copy link
Member

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
@tacaswell
Copy link
Member Author

I got rid of the stand-alone paragraph and just noted that v4 is required.

@WeatherGod WeatherGod merged commit efb030d into matplotlib:master Aug 29, 2017
@tacaswell tacaswell deleted the doc_backends branch August 29, 2017 19:46
# 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
Copy link
Member

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)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, PR shortly.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xref #9126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants