-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Get wx backends and examples compitable with Phoenix #2803
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
126 commits
Select commit
Hold shift + click to select a range
eff9217
Don't free a font that hasn't been created
mdboom ec2212e
Don't clear glyphs if the face was never created.
mdboom cbb1d4c
- get wx backends compatible with wxPython Phoenix
wernerfb 556ff86
- get wx examples compatible with wxPython Phoenix
wernerfb 7b9fef5
replaces epd and pythonxy with anaconda and canopy. Also, added some …
katyhuff 7108099
adds dyld_fallback_library_path
katyhuff a79cfc6
removing pythonxy
katyhuff d847a85
reformatting for line length
katyhuff 7e2fdd2
redhat->linux
katyhuff 156ff59
drops pylab reference
katyhuff a68e33e
getting rid of extra space
katyhuff 9bd9c6f
both are good distributions
katyhuff 1b3243c
conda libpng and freetype don't help
katyhuff 9dedc0f
DOC : change how OO/pyplot/pylab is addressed
tacaswell a2b9461
DOC : grammer fixes and doc edits
tacaswell adc9ec4
DOC : edits to usage_faq.rst
tacaswell a52cd33
Two
katyhuff 40861f7
moves libpng from optional to required
katyhuff 386a088
TST: do not remove files while they are open
cgohlke aec5a56
BUG: do not remove file if passed in file object
cgohlke 0a6ee42
TST: On Windows open files can not be removed
cgohlke ac1a333
STY: remove unused imports in plot_directive
matthew-brett d160d6c
STY: pep8 2 lines between functions
matthew-brett 7f0a450
MNT: remove Python 2.7 copy of relpath
matthew-brett d1388d3
STY: typos in plot_directive docstrings
matthew-brett 802e267
BUG: don't show parens, comma when no source link
matthew-brett 8755041
puts pythonxy back in
katyhuff 4efb43a
python(x,y) is now on google code?
katyhuff 16cc1c4
Upload artifacts only on main repository.
mdboom 7f447e0
Merge pull request #3269 from mdboom/artifacts-master-only
tacaswell 448179a
Merge pull request #3238 from katyhuff/osx_install
dmcdougall 674044e
Merge pull request #3257 from matthew-brett/refactor-plot-directive
dmcdougall 92ff77b
Merge branch 'v1.4.x'
tacaswell 7f79ca5
Merge pull request #3247 from tacaswell/usage_faq
pelson 0168960
Merge branch 'v1.4.x'
pelson 5e07591
Merge branch 'v1.4.x'
tacaswell 4314d44
Merge pull request #3250 from cgohlke/patch-2
tacaswell bd67783
Rewrite checks to use communicate.
jenshnielsen 04536ea
Silence some more cloesed file warnings
jenshnielsen 78e7531
Ensure that file is closed in texmanager
jenshnielsen dfcbe97
Remove leftover debug
jenshnielsen cd3b775
Correct stdout in dvipng_hack
jenshnielsen 5728b56
Change checks to more closly match the original
jenshnielsen 461264e
Add breaks to match original
jenshnielsen 053648a
Merge pull request #3235 from jenshnielsen/more_warnings
mdboom 0287479
Merge remote-tracking branch 'upstream/v1.4.x'
mdboom 0fb7914
BUG : fix _reshape_2D bug with [(n, 1), ..] input
tacaswell 5f68f64
Change num lines to int in hatch.
jenshnielsen 687f1f8
Index with an integer in test_axes
jenshnielsen 4d3b23a
Number of verts in simplification is an int
jenshnielsen e559ace
Explicite cast to int in colors
jenshnielsen 82496ee
Cast steps to integer in cbook
jenshnielsen d7a5c8e
Cast to integer in bezier for indexing
jenshnielsen dc87d3b
Cast to integer in contour
jenshnielsen 8993188
Integer division in mlab test
jenshnielsen 2c37ba1
Integer division in trirefine
jenshnielsen cd75c01
Filter warnings in rcparams test.
jenshnielsen c56ece1
Suppress some more warnings.
jenshnielsen ef2c5fa
Catch warning thrown in Mollweide projection.
jenshnielsen ffe211e
Filter warnings with more selective np.errstate context
lpsinger a94e43f
Remove redundant cast to int
jenshnielsen a7e673d
Delay the cast to int in contour.py
jenshnielsen e572706
Merge pull request #3296 from matplotlib/v1.4.x
tacaswell 1aa2e58
Added 'double arrow' (DArrow) to patches.BoxStyle.
lkilcher 50ba22f
Added image test for arrow patches.
lkilcher 8e6aff2
Update patches doc and example.
lkilcher 1a87326
Merge pull request #3284 from tacaswell/cbook_bxpstats_fix
WeatherGod 9e9a3cd
Merge pull request #3194 from lkilcher/annotate_bbox_DArrow
tacaswell 155e1f7
Catch warnings in tightlayout test.
jenshnielsen 669c379
Add note about disabling warnings in test_rcparams
jenshnielsen 855407b
Add note to test_subplots
jenshnielsen 8727205
Add note to test_tightlayout
jenshnielsen 57040ac
Suppress deprecation warning for Delaunay module in the test suite
jenshnielsen 1b7856e
Suppress warning due to NaNs in this test.
jenshnielsen 58ac6a8
Suppress warning when handling NaNs in streamplot
jenshnielsen edffd3c
Use assert_array_almost_equal from numpy.ma
jenshnielsen 827393e
Use ma.testutils rather than a filter for warnings with NaN in
jenshnielsen 9aea0d4
Fixed error with QSizePolicy
c01d5e6
Replaced unicode() function by six.text_type
11b86d3
Merge pull request #3323 from MrLeeh/patch-2
tacaswell 926bc63
MNT : bumped version on master branch to 1.5.x
tacaswell c04a828
Merge remote-tracking branch 'v1.4.x'
tacaswell d797bc1
Fix #3304.
mdboom a501abb
Fix exception message
mdboom 5b0e0d8
Simplify reference counting
mdboom 3ca461e
Merge pull request #3324 from mdboom/backend-agg-crash
tacaswell 284f56a
Merge branch 'v1.4.x'
tacaswell 6ba32e8
DOC : added folders for api_changes and whats_new
tacaswell 31a0af5
Merge pull request #3322 from MrLeeh/patch-1
tacaswell 96a3ea2
Reduce minimum freetype version to 2.3
mdboom 40b6020
Merge pull request #3262 from mdboom/min-freetype-version
tacaswell f0d098c
Merge branch 'v1.4.x' into master
efiring d192293
Merge branch 'v1.4.x'
pelson 0b73eda
Merge branch 'v1.4.x'
pelson 811761a
DOC : tweaked api_change/whats_new README
tacaswell 34737d9
PEP8 conformity; removed outcommented code
MartinThoma 17adaa2
Merge pull request #3359 from MartinThoma/master
efiring 7bf8154
DOC: Fixed the wording of the deprecation warning
ericdill 15fd1b4
Merge pull request #3372 from ericdill/qt4compat
tacaswell b1ebb3c
Merge branch 'v1.4.x'
tacaswell fb27b4c
Merge pull request #3349 from tacaswell/api_whats_new_folders
efiring 481314e
BUG: Fixes custom path marker sizing for issue #1980
cimarronm 3477744
TST: Updated vertex_markers baseline image for marker size fix
cimarronm edeba33
DOC: Elaborated marker style documentation for custom-defined markers
cimarronm f27b180
Move stylelib to mpl-data
cgohlke 31b63f9
Load styles from mpl-data
cgohlke 7afa906
Include stylelib files in MANIFEST.in
cgohlke d4abb37
Include stylelib files in package_data
cgohlke 559c915
Merge pull request #3390 from cgohlke/move_stylelib
efiring a43a2f9
MNT : Merge branch 'v1.4.x' back into master
tacaswell f4782da
DOC : add note about np.matrix and pandas objects
tacaswell 676f04b
DOC : add examples of casting DataFrame and matrix
tacaswell aa49f1f
Merge pull request #3394 from tacaswell/input_type_faq
jenshnielsen d5e0e9d
Merge pull request #3397 from tacaswell/install_guide_tweaks
jenshnielsen 98d19db
Merge pull request #3378 from cimarronm/custommarkersizefix
tacaswell 82ac087
Merge pull request #3244 from jenshnielsen/rcwarnings
tacaswell 9a42b8d
Merge pull request #3241 from jenshnielsen/numpy_clean_warnings
tacaswell 9d648fc
Merge pull request #2635 from mdboom/font-crash
tacaswell 9661a02
Merge pull request #3282 from jenshnielsen/mollweide_warning
tacaswell 5499980
- get wx backends compatible with wxPython Phoenix
wernerfb 6acf934
- get wx examples compatible with wxPython Phoenix
wernerfb 245a384
- set a variable at import time for wxPython classic/phoenix version
wernerfb cccfb24
- use wxversion only in Py2
wernerfb cdbde0b
- use wxversion only in Py2
wernerfb 11648f3
- sometimes get an except: builtins.AttributeError: 'App' object has …
wernerfb 33e3428
Merge branch 'wxPythonPhoenix' of github.com:wernerfb/matplotlib into…
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
- get wx backends compatible with wxPython Phoenix
- Loading branch information
commit 549998082104e8f1aa395cb77a7b0111f54cc28c
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
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
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.
Why did you remove these (and the same a few blocks down)?
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.
They don't exist anymore.
http://docs.wxwidgets.org/2.9/defs_8h.html#a41c4609211685cff198618963ec8f77d
http://wxpython.org/Phoenix/docs/html/KeyCode.enumeration.html?highlight=keycodes