Skip to content

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 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
500 commits
Select commit Hold shift + click to select a range
ea03180
Add ipython_inline_figure.html
mdboom May 23, 2013
8e90fee
Fix the onload callback as found by @andreabedini in #2310
mdboom Aug 26, 2013
d8f6ec9
Use IPython.display.display_html as suggested by @andreabedini
mdboom Aug 26, 2013
177b197
Don't use tornado template class directly, as suggested by @andreabedini
mdboom Aug 26, 2013
bdb85ec
PEP8 fixes
mdboom Aug 26, 2013
88f8b8f
Merge pull request #2306 from lpsinger/mollweide_latitude_grid
WeatherGod Aug 27, 2013
48f594c
changed colorbar outline from a Line2D object to a Polygon object
tacaswell Aug 27, 2013
dd1f6b0
tweaked zorder to match line2D's default zorder
tacaswell Aug 27, 2013
7ebee32
Add a comment explaning __import__ syntax.
Aug 27, 2013
161c02b
Merge pull request #2319 from tacaswell/draw_idle_fix
mdboom Aug 28, 2013
75e8e5f
added entry to api_changes for type of `colorbar.ColorbarBase.outline`
tacaswell Aug 28, 2013
b44bdfe
Merge pull request #2301 from mdboom/travis-artifacts
mdboom Aug 28, 2013
bdfdbdf
Merge pull request #2054 from mdboom/ipython-webagg-integration
mdboom Aug 28, 2013
89e53aa
Merge pull request #2352 from tacaswell/colorbar_outline_fix
dmcdougall Aug 29, 2013
8b7382d
Make pylab inline figures work again
mdboom Aug 30, 2013
84f0460
Merge pull request #2358 from mdboom/fix-inline-figures
mdboom Aug 30, 2013
c556204
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Aug 30, 2013
26ed35b
Better axis limits when using shared axes and empty subplots
Aug 30, 2013
a091f6d
Merge pull request #2357 from ChrisBeaumont/empty-shared
dmcdougall Aug 31, 2013
300b393
[bug correction] triinterpolate is independant of triangulation numbe…
GBillotey Sep 1, 2013
271db8c
Merge pull request #2363 from GBillotey/new_test_triinterpolate
ianthomas23 Sep 3, 2013
d0a0100
Merge pull request #2335 from andreabedini/patch-5
mdboom Sep 3, 2013
f4adec7
Use six instead of 2to3
mdboom Aug 14, 2013
791c4d5
Add document with tips for writing portable 2-3 code
mdboom Sep 3, 2013
dddc262
Fix compatibility with older version of PIL
mdboom Sep 3, 2013
705fae3
Merge pull request #2226 from mdboom/six
mdboom Sep 3, 2013
9fbd29f
Only turn on interactive mode if in a console.
mdboom Aug 8, 2013
519645c
Typos
felipeacsi Sep 4, 2013
b9d1b54
Merge pull request #2374 from felipeacsi/master
mdboom Sep 4, 2013
ff227d3
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 4, 2013
5013dc8
replaced `col2hex` which seems to have gotten lost in a bad merge
tacaswell Sep 5, 2013
c5abc50
pep8 fixes
tacaswell Sep 5, 2013
b5add85
pep8 fixes
tacaswell Sep 5, 2013
7ddc5ee
converted import-critical PyQt calls to new style so that it will
tacaswell Sep 5, 2013
bf3b1b4
pep8 fixes
tacaswell Sep 5, 2013
bcdf5f5
second pass at catching the rest of the old-style signal/slot
tacaswell Sep 5, 2013
1c649f5
change from mdboom
tacaswell Sep 5, 2013
1a3e9f1
Remove spurious print statement
mdboom Sep 5, 2013
b7f7ddd
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 6, 2013
df3d882
use new-style for PyQt as well as PySide
tacaswell Sep 7, 2013
10f2b0e
added 'savefig.transparent' rcParams
tacaswell Sep 7, 2013
99c8278
minor tweak to `pyplot.savefig` to ensure that if `transparent=True`
tacaswell Sep 7, 2013
146892e
comment tweak
tacaswell Sep 7, 2013
6c3cd20
Added entry to whats_new.rst
tacaswell Sep 7, 2013
8a3a4df
Merge pull request #2390 from tacaswell/transparent_rcparams
dmcdougall Sep 8, 2013
0b3b410
use six.move for cStringIO
davidovitch Sep 8, 2013
04b8314
Merge pull request #2393 from davidovitch/use_stringIO_from_six
mdboom Sep 9, 2013
6c1f14f
TypeError occurs when self.button=None in MouseEvents
Sep 9, 2013
1023886
support tight_bbox for pgf output, fixes #2342
pwuertz Sep 7, 2013
f37df88
Merge pull request #2391 from pwuertz/fix_2342
pwuertz Sep 10, 2013
9310a2b
Merge pull request #2399 from dimkal/master
pelson Sep 10, 2013
d7f3190
Fix ps backend from 2to3->six changes
mdboom Sep 10, 2013
d604681
backend_pgf: fix str/unicode comparison errors
pwuertz Sep 10, 2013
71691d3
Merge pull request #2404 from mdboom/ps-backend-encoding
mdboom Sep 10, 2013
7bc19c5
Fix syntax error on Python 3.2.
mdboom Sep 10, 2013
842fbf8
BUG: Fixed github stats retrieval
Sep 10, 2013
d583f3b
Merge pull request #2407 from pwuertz/fix_unicode_comp
pwuertz Sep 10, 2013
a65151b
removed un-needed legacy code (_AnnotationBase._get_xy_legacy)
tacaswell Aug 27, 2013
3363b12
re factored `_AnnoationBase` to push keeping track of there the
tacaswell Aug 27, 2013
38b9385
pep8 fixes
tacaswell Sep 6, 2013
f6e3edc
added test for Annotation.set_position
tacaswell Sep 7, 2013
da6c6b5
Merge pull request #2351 from tacaswell/annotation_refactor
mdboom Sep 10, 2013
b4c9ced
Merge pull request #2382 from tacaswell/new_stlye_qt
mdboom Sep 10, 2013
ddb4b45
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 11, 2013
132a463
Adding possibility to remove invisible lines and patches from relim
fariza Sep 12, 2013
71ff2fb
Fix merge
mdboom Sep 12, 2013
a17c5bb
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 13, 2013
7a9f234
Fix some six.moves
mdboom Sep 13, 2013
28eec9e
DOC: Add axes_api to documentation after the refactoring
Sep 16, 2013
94bdfd6
Adding test test_relim_visible_only
fariza Sep 16, 2013
e665789
DOC: changed axes_api from automodule to autoclass
Sep 16, 2013
78ae9d7
Bug: alpha parameter was ignored when fill color is #000000
Sep 12, 2013
d3dba08
BUG: Fixed object type missmatch in SymLogNorm
Sep 17, 2013
5c6f2a1
Merge pull request #2242 from endolith/patch-3
mdboom Sep 17, 2013
750e2f4
Merge pull request #2417 from fariza/remlim-with-invisible-option
pelson Sep 18, 2013
803e538
Merge pull request #2427 from jarondl/add-Axes-api-doc
pelson Sep 18, 2013
62cad79
Alternative to #2431: Decode the filenames returned from fontconfig in
mdboom Sep 18, 2013
cdf87de
Just skip a file if its filename can not be decoded
mdboom Sep 18, 2013
f1ae145
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 18, 2013
8d88c7d
Be more explicit when catching the exception when doing the pyparsing
mdboom Sep 18, 2013
895ed32
Fix MacOSX backend post-six transition
mdboom Sep 18, 2013
8e52475
Use the --format argument to fontconfig so we don't have to parse
mdboom Sep 18, 2013
71e41e9
Fix failing mathtext tests.
mdboom Sep 18, 2013
d042e90
Use six.string_types instead of basestring.
alefnula Sep 19, 2013
7af7678
Merge pull request #2439 from alefnula/remove-basestring
mdboom Sep 19, 2013
88c49a9
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 19, 2013
2f6b117
Merge pull request #2435 from mdboom/pyparsing-monkeypatch-check-for-…
pelson Sep 20, 2013
912579a
Temporarily disable coding standards test
mdboom Sep 20, 2013
7c486f4
Merge branch 'v1.3.x'
pelson Sep 20, 2013
01ce972
Better error handling with font can not be loaded by macosx backend
mdboom Sep 23, 2013
46b5123
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 23, 2013
5f60446
add option to delete empty PdfPages when closed
megies Sep 23, 2013
dffaf4e
clearer comments in test
megies Sep 24, 2013
cb805ad
refactor docstrings of PdfPages
megies Sep 24, 2013
e2a49e0
Skip CGContextSelectFont if font lookup fails
mdboom Sep 24, 2013
b060f7c
Merge pull request #2433 from mdboom/unicode-font-filenames
mdboom Sep 24, 2013
eb0ec8a
pep8 clean up (file seems to have been created with indentation of 3
tacaswell Sep 24, 2013
fad3bc1
a bit more pep8 work
tacaswell Sep 24, 2013
5fca7e3
The `from __future__ ...` line added in #2226 is three charachters
tacaswell Sep 25, 2013
799cbe6
Merge pull request #2460 from tacaswell/fix_future_import
pelson Sep 26, 2013
febea19
Fix ConnectionPatch to correctly account coordsB argument. Closes #2377.
leejjoon Sep 26, 2013
518afd8
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Sep 27, 2013
653ecf7
Updated the position of a few of the text examples because they were …
mattklein999 Sep 29, 2013
a1559eb
Updated examples to be easier to read when drawn to a small picture.
mattklein999 Sep 29, 2013
c34a3aa
Merge pull request #2476 from mattklein999/text3dDemoPositionUpdate
WeatherGod Sep 30, 2013
d75d39f
Use dstack instead of zip to combine offset arrays in scatter.
mdboom Jul 22, 2013
b8726d0
Store transformations on collections as an Nx3x3 array, rather than a…
mdboom Jul 22, 2013
d7c08fb
Refactor WebAgg so it's easier to embed in other applications and run
mdboom Sep 13, 2013
68ca1a5
Make figure larger. Print address to console.
mdboom Sep 13, 2013
6389d14
Let the Javascript side control when to fetch new frames. draw_idle
mdboom Sep 13, 2013
379b14c
Merge pull request #2156 from mdboom/scatter-speed
mdboom Sep 30, 2013
9f72865
Merge pull request #2458 from tacaswell/mpl_inset_locater_pep8
mdboom Sep 30, 2013
2b614cf
Merge pull request #2453 from megies/pdfpages_keep_empty
mdboom Sep 30, 2013
9804c5d
Merge pull request #2420 from mdboom/webagg-factor
mdboom Sep 30, 2013
6a5aa01
Merge pull request #2415 from kshramt/kshramt/fix_fill_opacity
mdboom Sep 30, 2013
0b604b3
Catch stderr as well as stdout
Oct 1, 2013
0b84819
Merge pull request #2441 from torcolvin/master
mdboom Oct 1, 2013
926bddc
Merge pull request #2406 from cpelley/fixed_stats-retrieve
pelson Oct 1, 2013
1129d9c
ENH better error message when wrong cmap name.
NelleV Oct 2, 2013
de8a919
make pep8 test routine reusable for other projects
megies Oct 2, 2013
af6c607
correct current skipping of pep8 tests for nose test discovery
megies Oct 2, 2013
d1cb803
Merge pull request #2486 from megies/reusable_pep8_testroutine
pelson Oct 3, 2013
1dc0404
Re-enabled PEP8 test, closing #2443.
pelson Oct 3, 2013
c35781e
Update scatter_demo.py
Oct 4, 2013
fc6a048
Merge pull request #2494 from ugurthemaster/master
dmcdougall Oct 4, 2013
0672a2d
fixed an enconding bug when checking for gs version
vlsd Oct 4, 2013
b2830aa
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Oct 4, 2013
170de26
Fix build
mdboom Oct 4, 2013
29d5bb8
Adding a missing 'b' back into two 'bbox_' kwargs
the-real-droop Oct 5, 2013
6fc76e3
Merge pull request #2496 from androomerrill/inset_locator_fix
mdboom Oct 5, 2013
e42803c
add failing test: savefig(StringIO(), format="ps")
megies Oct 6, 2013
92766bb
Merge pull request #2428 from cpelley/symlognorm_fix
pelson Oct 8, 2013
ba49375
Merge remote-tracking branch 'upstream/v1.3.x'
pelson Oct 8, 2013
26498aa
Merge pull request #2491 from pelson/pep8_re-enable
NelleV Oct 9, 2013
65ce30e
Merge pull request #2485 from NelleV/error_message
pelson Oct 10, 2013
1fd7a33
add new ps backend test file in `__init__.py`
megies Oct 11, 2013
63f13c8
Fix writing to all manner of StringIO-like objects in PS backend.
mdboom Oct 11, 2013
ee3de9e
pep8
tacaswell Oct 12, 2013
f7bf34e
- pep8
tacaswell Oct 12, 2013
a3d2992
Merge pull request #2512 from mdboom/ps_StringIO
mdboom Oct 14, 2013
0788c28
Fix encoding issues when font name contains non-ascii characters
mdboom Oct 16, 2013
76bd505
Minor doc fixes
branliu0 Oct 16, 2013
f9c62d2
Merge pull request #2523 from mdboom/ps-unicode-error
mdboom Oct 18, 2013
8162371
Merge pull request #2526 from thenovices/fix-typo
pelson Oct 18, 2013
0d288b3
Move external libraries to 'extern' directory
ianthomas23 Oct 19, 2013
dab724a
Merge pull request #2531 from ianthomas23/extern_directory
mdboom Oct 21, 2013
bd71341
cast argv to unicode before testing
minrk Oct 22, 2013
a39639f
Merge pull request #2534 from minrk/unicode-argv
mdboom Oct 22, 2013
a234f93
Fix for compiling ttconv in extern directory
ianthomas23 Oct 22, 2013
0161fe2
Merge pull request #2535 from ianthomas23/extern_directory_fix
ianthomas23 Oct 22, 2013
109187e
add more spectrum functions and add new spectrum types to specgram in…
toddrjen Oct 6, 2013
de1c8ae
add mlab tests for new spectrum types, window and detrend functions, …
toddrjen Oct 6, 2013
6cf4d84
add CleanupTestCase, a unittest.TestCase with cleanup
toddrjen Oct 10, 2013
809411c
refactor mlab spectrum, window, and detrend functions to improve modu…
toddrjen Oct 6, 2013
212e24b
implement tests for refactored mlab spectrum, windowing, and detrend …
toddrjen Oct 9, 2013
7fc90de
add more spectral plots and add new spectrum types to specgram in _axes
toddrjen Oct 6, 2013
c89ce08
add tests for new spectrum types in _axes
toddrjen Oct 6, 2013
9499793
add demo for new spectral plot types
toddrjen Oct 6, 2013
4d9cc28
added information regarding new spectrum functions to CHANGELOG, what…
toddrjen Oct 6, 2013
d5f9876
Merge pull request #2522 from toddrjen/spectrum
mdboom Oct 24, 2013
f9fddaf
fix removed api change regarding spectral functions
toddrjen Oct 25, 2013
3333ba0
Fixed typo in TimerWx
joferkington Oct 28, 2013
f5d995b
Merge branch 'master' of github.com:matplotlib/matplotlib
pelson Oct 28, 2013
3d31865
Various path effects related updates.
pelson Sep 24, 2013
ecbbd81
Merge pull request #2514 from tacaswell/mpl_toolkit_pep8
pelson Oct 28, 2013
aefa98c
Merge pull request #2547 from toddrjen/apideltafix
WeatherGod Oct 28, 2013
cbfca1e
removing items from the call to six.iteritems
fariza Oct 28, 2013
4cd888e
Merge pull request #2553 from fariza/gtk_save_iteritems
pelson Oct 29, 2013
cd71bbc
Merge branch 'master' of github.com:matplotlib/matplotlib
pelson Oct 29, 2013
06d0144
Merge remote branch 'upstream/v1.3.x'
pelson Oct 29, 2013
09d5f5f
Major refactor of path effects hook. Makes life much simpler!
pelson Sep 24, 2013
48f2648
fixed an enconding bug when checking for gs version
vlsd Oct 4, 2013
9b00f1c
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Oct 30, 2013
e7d6cc8
Merge pull request #2550 from joferkington/fix-wx-singleshot-timer
mdboom Oct 30, 2013
310a889
fix typo
esc Oct 30, 2013
11075eb
simplify creation of transparent legend
esc Oct 30, 2013
71cc71a
Merge pull request #2562 from esc/minor_recipe_tweaks
WeatherGod Oct 31, 2013
fb2e612
add titleweight rc param
adrn Nov 4, 2013
d794b09
actually read the new rcParam
adrn Nov 4, 2013
573046c
reference rcparam in docstring for pyplot interface
adrn Nov 4, 2013
1e55a3c
fix pep8 errors.
adrn Nov 4, 2013
84e0063
Merge pull request #2462 from pelson/path_effects_update
mdboom Nov 4, 2013
06a2696
adds rcParam `axes.formatter.useoffset`
tacaswell Sep 10, 2013
0f09038
MultiCursor: make events connected during __init__ accessible (for la…
megies Nov 5, 2013
0425fbf
fix operation order error in _spectral_helper and implement more test…
toddrjen Nov 2, 2013
234781a
fix initialization of AnnotationBbox where None values of xybox and b…
leejjoon Nov 7, 2013
3b5364d
Merge pull request #2495 from vlsd/py3gscheck
tacaswell Nov 8, 2013
7897abd
Merge pull request #2401 from tacaswell/useoffset_rcparam
efiring Nov 8, 2013
5a7a00b
make event connector ids private
megies Nov 8, 2013
e539016
Fix typo in legend documentation
magnunor Nov 8, 2013
fc9820d
Merge pull request #2584 from magnunor/fix_legend_typo
mdboom Nov 8, 2013
072f702
Add capstyle and joinstyle properties to Patch.
pwuertz Oct 24, 2013
3b9ef36
Use projecting caps for axes spines (fixes #2542).
pwuertz Oct 24, 2013
ed67aa3
Add test for new spine capstyle, workaround PDF rendering errors in l…
pwuertz Nov 8, 2013
c91589c
Merge pull request #2544 from pwuertz/fix_2542
mdboom Nov 8, 2013
2e66361
Make backend_pgf more flexible when saving to file-handles or streams.
pwuertz Nov 8, 2013
ff304e4
Merge pull request #2571 from toddrjen/specfix
tacaswell Nov 11, 2013
55782cd
user guide restructure
Oct 21, 2013
01f3168
Merge pull request #2554 from marqh/userGuideShape
mdboom Nov 11, 2013
a247d93
Merge pull request #2587 from pwuertz/fix_1625
pwuertz Nov 12, 2013
cee4ba9
Fix infinite recursion in units with ndarray subclasses.
dopplershift Nov 13, 2013
21fd7c0
Merge pull request #2591 from dopplershift/fix-infinite-recursion
mdboom Nov 14, 2013
40c263b
Merge pull request #2579 from megies/mutlicursor_store_connectors
tacaswell Nov 14, 2013
c424d17
Merge pull request #2574 from adrn/titleweight
dmcdougall Nov 14, 2013
9290f57
Merge pull request #2582 from leejjoon/fix_annotation_bbox_default
tacaswell Nov 14, 2013
643c74b
Add easy style sheet selection.
tonysyu Jul 21, 2013
3270aa4
Add rc_params_in_file to return partially-filled RcParams
tonysyu Jul 21, 2013
d83a03c
Rename style files to `*.style`
tonysyu Jul 21, 2013
c8cc486
Allow style.use to open URLs
tonysyu Jul 21, 2013
455b54c
Remove pyplot import
tonysyu Jul 21, 2013
7769b29
Add style context manager and tests
tonysyu Jul 23, 2013
3914089
Change style extension to *.mplstyle
tonysyu Jul 23, 2013
c3fae2e
Got a little crazy with the whitespace
tonysyu Jul 23, 2013
a3de231
Add style package and data to setupext.py
tonysyu Jul 25, 2013
d56f73e
Move test so that it actually runs.
tonysyu Sep 19, 2013
ec6ce6b
Use explicit string check
tonysyu Sep 19, 2013
5fdc037
Hide rc_params_in_file from parent namespace
tonysyu Sep 19, 2013
0c7437c
Remove usage of import *
tonysyu Sep 19, 2013
200d2e0
Clarify docstring
tonysyu Sep 19, 2013
7392ce6
added `matplotlib.style` to pyplot import list
tacaswell Sep 27, 2013
ea63c99
fix url rc specification
adrn Sep 17, 2013
eaa23ee
fixed divergent naming scheme
tacaswell Sep 27, 2013
5f80ca1
pep8 clean up
tacaswell Sep 27, 2013
f5ecf5e
Add docs for style package
tonysyu Sep 29, 2013
a8ef5bf
Import style package for easy use.
tonysyu Sep 29, 2013
dc291e0
Use style package from pyplot
tonysyu Sep 29, 2013
c5b5bb4
Fix test
tonysyu Sep 29, 2013
7ac26ee
pep8
tacaswell Oct 18, 2013
46a725b
Clear style settings between tests
mdboom Sep 30, 2013
d372a35
Add note that style sheets are experimental.
tonysyu Oct 19, 2013
e714c77
added python3 emulation code + six + fixed up print calls
tacaswell Oct 27, 2013
512b77c
removed unneeded print statements
tacaswell Oct 31, 2013
17282c8
Attempt to fix python 3 test errors on Travis CI
tonysyu Nov 13, 2013
a6142fc
Remove test from list to test Travis CI failure.
tonysyu Nov 14, 2013
19e7bed
Remove test file to test Travis CI failure
tonysyu Nov 14, 2013
c604498
Revert commits used to test Travis CI test failures.
tonysyu Nov 14, 2013
0b098e2
Fix import for python 3
tonysyu Nov 17, 2013
7e2bffb
Use iteritems from `six` module
tonysyu Nov 17, 2013
1d87f34
Add compatibility layer for Python 3's urlopen
tonysyu Nov 17, 2013
79f83c9
Fix _fix_url on Python 2.6
mdboom Nov 18, 2013
509da9b
Fix for when pyparsing isn't present
mdboom Nov 18, 2013
a2dc36f
Minor fix
mdboom Nov 18, 2013
eb12e9a
Merge remote-tracking branch 'upstream/v1.3.x'
mdboom Nov 18, 2013
246c348
Merge pull request #6 from mdboom/style/py26-fixes
tonysyu Nov 18, 2013
0e7daad
Merge pull request #2236 from tonysyu/stylesheets
mdboom Nov 18, 2013
1429035
Add infrastructure for testing of mpl toolkits and a single test to d…
jenshnielsen Oct 18, 2012
5f3ea92
add more tests to axesgrid1
jenshnielsen Nov 10, 2012
94ecece
Refresh test images.
jenshnielsen Jun 18, 2013
65da4eb
Add toolkit tests to setup and install them.
jenshnielsen Jun 18, 2013
373a5e3
Change comment
jenshnielsen Jun 18, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added entry to api_changes for type of colorbar.ColorbarBase.outline
  • Loading branch information
tacaswell committed Aug 28, 2013
commit 75e8e5f9975b21f9de80a64d5971c69f6548c86b
4 changes: 4 additions & 0 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ original location:
'open-close-high-low' order of quotes, and what the module used and the later
is 'open-high-low-close' order of quotes, which is the standard in finance.

* The artist used to draw the outline of a `colorbar` has been changed
from a `matplotlib.lines.Line2D` to `matplotlib.patches.Polygon`,
thus `colorbar.ColorbarBase.outline` is now a
`matplotlib.patches.Polygon` object.

.. _changes_in_1_3:

Expand Down