Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Test toolkits rebase#2135
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
Test toolkits rebase#2135
Changes from1 commit
Commits
Show all changes
500 commits Select commitHold shift + click to select a range
ea03180
Add ipython_inline_figure.html
mdboom8e90fee
Fix the onload callback as found by @andreabedini in #2310
mdboomd8f6ec9
Use IPython.display.display_html as suggested by @andreabedini
mdboom177b197
Don't use tornado template class directly, as suggested by @andreabedini
mdboombdb85ec
PEP8 fixes
mdboom88f8b8f
Merge pull request #2306 from lpsinger/mollweide_latitude_grid
WeatherGod48f594c
changed colorbar outline from a Line2D object to a Polygon object
tacaswelldd1f6b0
tweaked zorder to match line2D's default zorder
tacaswell7ebee32
Add a comment explaning __import__ syntax.
161c02b
Merge pull request #2319 from tacaswell/draw_idle_fix
mdboom75e8e5f
added entry to api_changes for type of `colorbar.ColorbarBase.outline`
tacaswellb44bdfe
Merge pull request #2301 from mdboom/travis-artifacts
mdboombdfdbdf
Merge pull request #2054 from mdboom/ipython-webagg-integration
mdboom89e53aa
Merge pull request #2352 from tacaswell/colorbar_outline_fix
dmcdougall8b7382d
Make pylab inline figures work again
mdboom84f0460
Merge pull request #2358 from mdboom/fix-inline-figures
mdboomc556204
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom26ed35b
Better axis limits when using shared axes and empty subplots
a091f6d
Merge pull request #2357 from ChrisBeaumont/empty-shared
dmcdougall300b393
[bug correction] triinterpolate is independant of triangulation numbe…
GBillotey271db8c
Merge pull request #2363 from GBillotey/new_test_triinterpolate
ianthomas23d0a0100
Merge pull request #2335 from andreabedini/patch-5
mdboomf4adec7
Use six instead of 2to3
mdboom791c4d5
Add document with tips for writing portable 2-3 code
mdboomdddc262
Fix compatibility with older version of PIL
mdboom705fae3
Merge pull request #2226 from mdboom/six
mdboom9fbd29f
Only turn on interactive mode if in a console.
mdboom519645c
Typos
felipeacsib9d1b54
Merge pull request #2374 from felipeacsi/master
mdboomff227d3
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom5013dc8
replaced `col2hex` which seems to have gotten lost in a bad merge
tacaswellc5abc50
pep8 fixes
tacaswellb5add85
pep8 fixes
tacaswell7ddc5ee
converted import-critical PyQt calls to new style so that it will
tacaswellbf3b1b4
pep8 fixes
tacaswellbcdf5f5
second pass at catching the rest of the old-style signal/slot
tacaswell1c649f5
change from mdboom
tacaswell1a3e9f1
Remove spurious print statement
mdboomb7f7ddd
Merge remote-tracking branch 'upstream/v1.3.x'
mdboomdf3d882
use new-style for PyQt as well as PySide
tacaswell10f2b0e
added 'savefig.transparent' rcParams
tacaswell99c8278
minor tweak to `pyplot.savefig` to ensure that if `transparent=True`
tacaswell146892e
comment tweak
tacaswell6c3cd20
Added entry to whats_new.rst
tacaswell8a3a4df
Merge pull request #2390 from tacaswell/transparent_rcparams
dmcdougall0b3b410
use six.move for cStringIO
davidovitch04b8314
Merge pull request #2393 from davidovitch/use_stringIO_from_six
mdboom6c1f14f
TypeError occurs when self.button=None in MouseEvents
1023886
support tight_bbox for pgf output, fixes #2342
pwuertzf37df88
Merge pull request #2391 from pwuertz/fix_2342
pwuertz9310a2b
Merge pull request #2399 from dimkal/master
pelsond7f3190
Fix ps backend from 2to3->six changes
mdboomd604681
backend_pgf: fix str/unicode comparison errors
pwuertz71691d3
Merge pull request #2404 from mdboom/ps-backend-encoding
mdboom7bc19c5
Fix syntax error on Python 3.2.
mdboom842fbf8
BUG: Fixed github stats retrieval
d583f3b
Merge pull request #2407 from pwuertz/fix_unicode_comp
pwuertza65151b
removed un-needed legacy code (_AnnotationBase._get_xy_legacy)
tacaswell3363b12
re factored `_AnnoationBase` to push keeping track of there the
tacaswell38b9385
pep8 fixes
tacaswellf6e3edc
added test for Annotation.set_position
tacaswellda6c6b5
Merge pull request #2351 from tacaswell/annotation_refactor
mdboomb4c9ced
Merge pull request #2382 from tacaswell/new_stlye_qt
mdboomddb4b45
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom132a463
Adding possibility to remove invisible lines and patches from relim
fariza71ff2fb
Fix merge
mdbooma17c5bb
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom7a9f234
Fix some six.moves
mdboom28eec9e
DOC: Add axes_api to documentation after the refactoring
94bdfd6
Adding test test_relim_visible_only
farizae665789
DOC: changed axes_api from automodule to autoclass
78ae9d7
Bug: alpha parameter was ignored when fill color is #000000
d3dba08
BUG: Fixed object type missmatch in SymLogNorm
5c6f2a1
Merge pull request #2242 from endolith/patch-3
mdboom750e2f4
Merge pull request #2417 from fariza/remlim-with-invisible-option
pelson803e538
Merge pull request #2427 from jarondl/add-Axes-api-doc
pelson62cad79
Alternative to #2431: Decode the filenames returned from fontconfig in
mdboomcdf87de
Just skip a file if its filename can not be decoded
mdboomf1ae145
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom8d88c7d
Be more explicit when catching the exception when doing the pyparsing
mdboom895ed32
Fix MacOSX backend post-six transition
mdboom8e52475
Use the --format argument to fontconfig so we don't have to parse
mdboom71e41e9
Fix failing mathtext tests.
mdboomd042e90
Use six.string_types instead of basestring.
alefnula7af7678
Merge pull request #2439 from alefnula/remove-basestring
mdboom88c49a9
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom2f6b117
Merge pull request #2435 from mdboom/pyparsing-monkeypatch-check-for-…
pelson912579a
Temporarily disable coding standards test
mdboom7c486f4
Merge branch 'v1.3.x'
pelson01ce972
Better error handling with font can not be loaded by macosx backend
mdboom46b5123
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom5f60446
add option to delete empty PdfPages when closed
megiesdffaf4e
clearer comments in test
megiescb805ad
refactor docstrings of PdfPages
megiese2a49e0
Skip CGContextSelectFont if font lookup fails
mdboomb060f7c
Merge pull request #2433 from mdboom/unicode-font-filenames
mdboomeb0ec8a
pep8 clean up (file seems to have been created with indentation of 3
tacaswellfad3bc1
a bit more pep8 work
tacaswell5fca7e3
The `from __future__ ...` line added in #2226 is three charachters
tacaswell799cbe6
Merge pull request #2460 from tacaswell/fix_future_import
pelsonfebea19
Fix ConnectionPatch to correctly account coordsB argument. Closes #2377.
leejjoon518afd8
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom653ecf7
Updated the position of a few of the text examples because they were …
mattklein999a1559eb
Updated examples to be easier to read when drawn to a small picture.
mattklein999c34a3aa
Merge pull request #2476 from mattklein999/text3dDemoPositionUpdate
WeatherGodd75d39f
Use dstack instead of zip to combine offset arrays in scatter.
mdboomb8726d0
Store transformations on collections as an Nx3x3 array, rather than a…
mdboomd7c08fb
Refactor WebAgg so it's easier to embed in other applications and run
mdboom68ca1a5
Make figure larger. Print address to console.
mdboom6389d14
Let the Javascript side control when to fetch new frames. draw_idle
mdboom379b14c
Merge pull request #2156 from mdboom/scatter-speed
mdboom9f72865
Merge pull request #2458 from tacaswell/mpl_inset_locater_pep8
mdboom2b614cf
Merge pull request #2453 from megies/pdfpages_keep_empty
mdboom9804c5d
Merge pull request #2420 from mdboom/webagg-factor
mdboom6a5aa01
Merge pull request #2415 from kshramt/kshramt/fix_fill_opacity
mdboom0b604b3
Catch stderr as well as stdout
0b84819
Merge pull request #2441 from torcolvin/master
mdboom926bddc
Merge pull request #2406 from cpelley/fixed_stats-retrieve
pelson1129d9c
ENH better error message when wrong cmap name.
NelleVde8a919
make pep8 test routine reusable for other projects
megiesaf6c607
correct current skipping of pep8 tests for nose test discovery
megiesd1cb803
Merge pull request #2486 from megies/reusable_pep8_testroutine
pelson1dc0404
Re-enabled PEP8 test, closing #2443.
pelsonc35781e
Update scatter_demo.py
fc6a048
Merge pull request #2494 from ugurthemaster/master
dmcdougall0672a2d
fixed an enconding bug when checking for gs version
vlsdb2830aa
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom170de26
Fix build
mdboom29d5bb8
Adding a missing 'b' back into two 'bbox_' kwargs
the-real-droop6fc76e3
Merge pull request #2496 from androomerrill/inset_locator_fix
mdboome42803c
add failing test: savefig(StringIO(), format="ps")
megies92766bb
Merge pull request #2428 from cpelley/symlognorm_fix
pelsonba49375
Merge remote-tracking branch 'upstream/v1.3.x'
pelson26498aa
Merge pull request #2491 from pelson/pep8_re-enable
NelleV65ce30e
Merge pull request #2485 from NelleV/error_message
pelson1fd7a33
add new ps backend test file in `__init__.py`
megies63f13c8
Fix writing to all manner of StringIO-like objects in PS backend.
mdboomee3de9e
pep8
tacaswellf7bf34e
- pep8
tacaswella3d2992
Merge pull request #2512 from mdboom/ps_StringIO
mdboom0788c28
Fix encoding issues when font name contains non-ascii characters
mdboom76bd505
Minor doc fixes
branliu0f9c62d2
Merge pull request #2523 from mdboom/ps-unicode-error
mdboom8162371
Merge pull request #2526 from thenovices/fix-typo
pelson0d288b3
Move external libraries to 'extern' directory
ianthomas23dab724a
Merge pull request #2531 from ianthomas23/extern_directory
mdboombd71341
cast argv to unicode before testing
minrka39639f
Merge pull request #2534 from minrk/unicode-argv
mdbooma234f93
Fix for compiling ttconv in extern directory
ianthomas230161fe2
Merge pull request #2535 from ianthomas23/extern_directory_fix
ianthomas23109187e
add more spectrum functions and add new spectrum types to specgram in…
toddrjende1c8ae
add mlab tests for new spectrum types, window and detrend functions, …
toddrjen6cf4d84
add CleanupTestCase, a unittest.TestCase with cleanup
toddrjen809411c
refactor mlab spectrum, window, and detrend functions to improve modu…
toddrjen212e24b
implement tests for refactored mlab spectrum, windowing, and detrend …
toddrjen7fc90de
add more spectral plots and add new spectrum types to specgram in _axes
toddrjenc89ce08
add tests for new spectrum types in _axes
toddrjen9499793
add demo for new spectral plot types
toddrjen4d9cc28
added information regarding new spectrum functions to CHANGELOG, what…
toddrjend5f9876
Merge pull request #2522 from toddrjen/spectrum
mdboomf9fddaf
fix removed api change regarding spectral functions
toddrjen3333ba0
Fixed typo in TimerWx
joferkingtonf5d995b
Merge branch 'master' of github.com:matplotlib/matplotlib
pelson3d31865
Various path effects related updates.
pelsonecbbd81
Merge pull request #2514 from tacaswell/mpl_toolkit_pep8
pelsonaefa98c
Merge pull request #2547 from toddrjen/apideltafix
WeatherGodcbfca1e
removing items from the call to six.iteritems
fariza4cd888e
Merge pull request #2553 from fariza/gtk_save_iteritems
pelsoncd71bbc
Merge branch 'master' of github.com:matplotlib/matplotlib
pelson06d0144
Merge remote branch 'upstream/v1.3.x'
pelson09d5f5f
Major refactor of path effects hook. Makes life much simpler!
pelson48f2648
fixed an enconding bug when checking for gs version
vlsd9b00f1c
Merge remote-tracking branch 'upstream/v1.3.x'
mdboome7d6cc8
Merge pull request #2550 from joferkington/fix-wx-singleshot-timer
mdboom310a889
fix typo
esc11075eb
simplify creation of transparent legend
esc71cc71a
Merge pull request #2562 from esc/minor_recipe_tweaks
WeatherGodfb2e612
add titleweight rc param
adrnd794b09
actually read the new rcParam
adrn573046c
reference rcparam in docstring for pyplot interface
adrn1e55a3c
fix pep8 errors.
adrn84e0063
Merge pull request #2462 from pelson/path_effects_update
mdboom06a2696
adds rcParam `axes.formatter.useoffset`
tacaswell0f09038
MultiCursor: make events connected during __init__ accessible (for la…
megies0425fbf
fix operation order error in _spectral_helper and implement more test…
toddrjen234781a
fix initialization of AnnotationBbox where None values of xybox and b…
leejjoon3b5364d
Merge pull request #2495 from vlsd/py3gscheck
tacaswell7897abd
Merge pull request #2401 from tacaswell/useoffset_rcparam
efiring5a7a00b
make event connector ids private
megiese539016
Fix typo in legend documentation
magnunorfc9820d
Merge pull request #2584 from magnunor/fix_legend_typo
mdboom072f702
Add capstyle and joinstyle properties to Patch.
pwuertz3b9ef36
Use projecting caps for axes spines (fixes #2542).
pwuertzed67aa3
Add test for new spine capstyle, workaround PDF rendering errors in l…
pwuertzc91589c
Merge pull request #2544 from pwuertz/fix_2542
mdboom2e66361
Make backend_pgf more flexible when saving to file-handles or streams.
pwuertzff304e4
Merge pull request #2571 from toddrjen/specfix
tacaswell55782cd
user guide restructure
01f3168
Merge pull request #2554 from marqh/userGuideShape
mdbooma247d93
Merge pull request #2587 from pwuertz/fix_1625
pwuertzcee4ba9
Fix infinite recursion in units with ndarray subclasses.
dopplershift21fd7c0
Merge pull request #2591 from dopplershift/fix-infinite-recursion
mdboom40c263b
Merge pull request #2579 from megies/mutlicursor_store_connectors
tacaswellc424d17
Merge pull request #2574 from adrn/titleweight
dmcdougall9290f57
Merge pull request #2582 from leejjoon/fix_annotation_bbox_default
tacaswell643c74b
Add easy style sheet selection.
tonysyu3270aa4
Add rc_params_in_file to return partially-filled RcParams
tonysyud83a03c
Rename style files to `*.style`
tonysyuc8cc486
Allow style.use to open URLs
tonysyu455b54c
Remove pyplot import
tonysyu7769b29
Add style context manager and tests
tonysyu3914089
Change style extension to *.mplstyle
tonysyuc3fae2e
Got a little crazy with the whitespace
tonysyua3de231
Add style package and data to setupext.py
tonysyud56f73e
Move test so that it actually runs.
tonysyuec6ce6b
Use explicit string check
tonysyu5fdc037
Hide rc_params_in_file from parent namespace
tonysyu0c7437c
Remove usage of import *
tonysyu200d2e0
Clarify docstring
tonysyu7392ce6
added `matplotlib.style` to pyplot import list
tacaswellea63c99
fix url rc specification
adrneaa23ee
fixed divergent naming scheme
tacaswell5f80ca1
pep8 clean up
tacaswellf5ecf5e
Add docs for style package
tonysyua8ef5bf
Import style package for easy use.
tonysyudc291e0
Use style package from pyplot
tonysyuc5b5bb4
Fix test
tonysyu7ac26ee
pep8
tacaswell46a725b
Clear style settings between tests
mdboomd372a35
Add note that style sheets are experimental.
tonysyue714c77
added python3 emulation code + six + fixed up print calls
tacaswell512b77c
removed unneeded print statements
tacaswell17282c8
Attempt to fix python 3 test errors on Travis CI
tonysyua6142fc
Remove test from list to test Travis CI failure.
tonysyu19e7bed
Remove test file to test Travis CI failure
tonysyuc604498
Revert commits used to test Travis CI test failures.
tonysyu0b098e2
Fix import for python 3
tonysyu7e2bffb
Use iteritems from `six` module
tonysyu1d87f34
Add compatibility layer for Python 3's urlopen
tonysyu79f83c9
Fix _fix_url on Python 2.6
mdboom509da9b
Fix for when pyparsing isn't present
mdbooma2dc36f
Minor fix
mdboomeb12e9a
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom246c348
Merge pull request #6 from mdboom/style/py26-fixes
tonysyu0e7daad
Merge pull request #2236 from tonysyu/stylesheets
mdboom1429035
Add infrastructure for testing of mpl toolkits and a single test to d…
jenshnielsen5f3ea92
add more tests to axesgrid1
jenshnielsen94ecece
Refresh test images.
jenshnielsen65da4eb
Add toolkit tests to setup and install them.
jenshnielsen373a5e3
Change comment
jenshnielsenFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
fix operation order error in _spectral_helper and implement more test…
…s to catch these sorts of problems in the future
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit0425fbf74c2040f808546b87d1d0ccbb4882226c
There are no files selected for viewing
4 changes: 2 additions & 2 deletionslib/matplotlib/mlab.py
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
328 changes: 328 additions & 0 deletionslib/matplotlib/tests/test_mlab.py
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.