-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
make wx backends compatible with wxPython-Phoenix #3421
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
WeatherGod
merged 5 commits into
matplotlib:master
from
wernerfb:wxPythonPhoenixAug2014
May 23, 2015
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
758f826
Update wx backend to be compatible with wxPython classic 2.8.12+ on P…
wernerfb 91c4296
add import six as it is part of the standard imports
wernerfb ba2fce5
create a what's new entry
wernerfb ad6a712
improve text
wernerfb 12cf540
improve text
wernerfb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
improve text
- Loading branch information
commit ad6a7123558209565629853f7b309dfb2ac155cc
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,7 @@ The wx backend can now be used with both wxPython classic and | |
wxPython classic has to be at least version 2.8.12 and works on Python 2.x, | ||
wxPython Phoenix needs a current snapshot and works on Python 2.7 and 3.4+. | ||
|
||
User code is responsible to set the wxPython version you want to use, see for | ||
example the `examples\user_interfaces\embedding_in_wx2.py`. | ||
If you have multiple versions of wxPython installed, then the user code is | ||
responsible to set the wxPython version you want to use. How to do this is | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "to set" --> "for setting". Nix "you want". |
||
explained in the comment at the beginning of example the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "example the" --> "the example" |
||
`examples\user_interfaces\embedding_in_wx2.py`. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
"needs a current snapshot" <-- this phrase will not age well. I would consider taking it out, and just stating what versions of python it is intended for (which is entirely the point of the sentence). This version of matplotlib won't be released for a few more months, anyway.
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.
@WeatherGod I still think this needs some kind of version specification for WX Phoenix. I don't know if it is likely that there will be an official release before the next Matplotlib release.
I would replace current with a date/month something like "As of April 2015 no official wxPhoenix release has been made but a recent snapshot should work ..." Followed by the python versions supported.