Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bug in Axes.relim when the first line is y_isdata=False and possible fix #854

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
wants to merge 1,135 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1135 commits
Select commit Hold shift + click to select a range
decbc33
Cleanup formatting of setup messages
mdboom Apr 30, 2013
247689d
Fixes issue #1960. Account for right/top spine data offset on transfo…
cimarronm Apr 30, 2013
50cbfd2
Bug if MPLCONFIGDIRS is set
mdboom May 1, 2013
c154674
Improved comment for data spine transform adjustment - taken from mdb…
cimarronm May 1, 2013
c985196
Switch agg backend to use pixfmt_rgba32_plain instead of pixfmt_rgba3…
Westacular Mar 31, 2013
89479d3
Merge pull request #1868 from pelson/alpha_background
efiring May 1, 2013
db81ab2
Fix position of rotated text in Agg backend
mdboom May 2, 2013
3120e6c
Merge pull request #1968 from mdboom/rotated_text
mdboom May 2, 2013
16d162b
figure: optionally configure automatic use of tight_layout
Aug 22, 2012
6f45b43
Added bullet to api_changes documentation on PR #1964
cimarronm May 2, 2013
8eb05dc
add test for automatic use of tight layout
pwuertz May 2, 2013
668690d
Merge pull request #1929 from pelson/bbox_inches_contour_problem
mdboom May 3, 2013
f16a1d3
Fixes imsave so it does not flatten alpha-channel data (and updated t…
Westacular Apr 27, 2013
ae5c2f1
Failing tests.
pelson Apr 12, 2013
1e7399f
Fixes bug where linestyle always appears solid if linewidth is large …
Westacular Apr 24, 2013
1aefc52
Fixes bug where if alpha is set and edgecolor='none', edges would sti…
Westacular Apr 24, 2013
6cc8aaa
Changes backends to support of independent face and edge alphas
Westacular Apr 24, 2013
a7f7cc7
Add additional patch tests.
Westacular Apr 27, 2013
2f10e68
Take Image object's alpha attribute into account when compositing mul…
Westacular Apr 25, 2013
547cb7b
Fix Cairo backend so Images are actually visible for output formats o…
Westacular Apr 26, 2013
04ee71e
Add a test case for compositing images with an alpha attribute
Westacular Apr 27, 2013
b6b9062
Merge pull request #1956 from Westacular/imsave_alpha
pelson May 3, 2013
96ecc79
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 3, 2013
cd18645
Added documentation of patch/alpha changes.
Westacular May 4, 2013
71e9ad9
Another documentation update
Westacular May 4, 2013
25aba29
Replace usage of Lena image in the gallery.
tonysyu May 5, 2013
42f3f00
Fix `backend_driver.py`
tonysyu May 5, 2013
d75525f
Fix Travis config
mdboom May 6, 2013
b9f2b72
Merge pull request #1977 from tonysyu/fix-backend_driver
mdboom May 6, 2013
1d94744
Merge pull request #1976 from tonysyu/replace-lena-in-gallery
mdboom May 6, 2013
84a7a1f
Allow local libpng copy
GBillotey May 2, 2013
620117f
Change message when libpng pkg-config lookup fails
mdboom May 6, 2013
b009b63
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 6, 2013
2e31f66
Fix bug in SpanSelector, introduced in commit #dd325759
efiring May 7, 2013
6131cf7
Merge pull request #1982 from efiring/SpanSelector_blit_bug
pelson May 7, 2013
d834f53
Fix #1984: Use float for result of rgb_to_hsv
mdboom May 7, 2013
baeb6de
Updated test, and added a check for tuple length
Westacular May 8, 2013
ba1f673
Documenting the isRGB -> isRGBA change to API
Westacular May 8, 2013
4fd36da
Merge pull request #1984 from mdboom/rgb_to_hsv
pelson May 8, 2013
d63b854
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 8, 2013
1f42367
Go back to one ghostscript process per test
mdboom Apr 26, 2013
6410dab
Fix some test images that weren't being run on Travis before
mdboom Apr 26, 2013
9795b15
Run tests in parallel on Travis and in tox
mdboom Apr 26, 2013
12bbda8
Include all test files
mdboom Apr 26, 2013
ecf9ec3
Make the test function name match so that they can be pickled through…
mdboom Apr 26, 2013
a127c31
Don't call "show" from a test
mdboom Apr 26, 2013
852c127
Fix typo so correct gs executable will be run
mdboom Apr 30, 2013
de64395
Remove import of old util
mdboom Apr 30, 2013
2ba68a4
Don't run tests in parallel on Travis
mdboom Apr 30, 2013
268c91c
Use $(nproc) to determine number of processors, as discovered by @pel…
mdboom May 1, 2013
720fa80
Use cbook.mkdirs, since with multiprocessing tests each process may t…
mdboom May 1, 2013
61fb780
Make the log quieter
mdboom May 1, 2013
623a128
Only compare PNG version of hexbin extent -- it otherwise can crash i…
mdboom May 6, 2013
3c94011
Don't switch backends in a test
mdboom May 8, 2013
8c5071b
Make pip install of pyparsing quiet also
mdboom May 8, 2013
3063af9
Limited number of processes on Travis to 8, since otherwise we run ou…
mdboom May 8, 2013
807125d
Remove tests we're no longer using because they consume too much memo…
mdboom May 8, 2013
08ba300
Fix .travis.yml message
mdboom May 8, 2013
6917f4f
Histograms with stacked=True, normed=True now normalize sum of histog…
neggert Mar 17, 2013
4db3df8
Add test images
neggert Mar 17, 2013
f6efb57
Described stacked normed hist changes in CHANGELOG
neggert Mar 18, 2013
4791c9a
PEP8 fixes
neggert Apr 6, 2013
cda4f0d
Merge pull request #1833 from neggert/normedstacked_fix
mdboom May 9, 2013
695e8b5
Added bar plot pickle support.
pelson May 9, 2013
5205ba3
Made it possible to pickle Log scale plots.
pelson May 9, 2013
87bd8b8
De-dented after the fix.
pelson May 9, 2013
fdb8280
Fixed tight_layout pickle support.
pelson May 9, 2013
5448d5b
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 10, 2013
440086d
Merge pull request #1990 from pelson/tight_layout_pickle
mdboom May 10, 2013
f4d3a1b
Merge remote-tracking branch 'pelson/log_scale_pickle'
mdboom May 10, 2013
1f07cb8
Merge pull request #1988 from pelson/pickle_bars
mdboom May 10, 2013
a8aaf57
Use a plot directive rather than a link to a file in the _image direc…
mdboom May 10, 2013
0e256f1
A number of small fixes to reduce warnings during doc build
mdboom May 10, 2013
af07100
Merge pull request #1964 from cimarronm/data_spine_right_top_location…
mdboom May 11, 2013
60e67e0
Merge pull request #1954 from Westacular/alpha-patch
efiring May 11, 2013
9e734b6
Merge pull request #1902 from cimarronm/native_osx_quit
efiring May 11, 2013
df34c93
Merge pull request #1896 from mdboom/doc-warnings
pelson May 13, 2013
301d6df
Merge pull request #1953 from mdboom/fix-doc-build
pelson May 13, 2013
e528dad
Raise exception when user tries to use set_xlim or set_ylim on a geo …
adrn Mar 26, 2013
3ed1397
Merge pull request #1136 from pwuertz/tight-layout-parameters
pelson May 13, 2013
3e9f4a6
Merge pull request #1955 from Westacular/alpha-image-composite
pelson May 13, 2013
e13cd6e
Merge pull request #1927 from mdboom/pyparsing-workaround
mdboom May 13, 2013
23c9734
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 13, 2013
fb2da34
Merge pull request #1917 from tacaswell/priv_axis.set_scale
mdboom May 13, 2013
fdf123e
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 13, 2013
3b2a722
Merge pull request #1770 from dhyams/wxbackend_tiff_jpeg_pil_fix
mdboom May 13, 2013
50508af
Fix problem writing out meshes
mdboom May 13, 2013
5c26a7e
implement path_effects for Line2D objects
leejjoon Jan 3, 2012
99e2b5e
modify patheffect_demo.py to demonstrate patheffects for Line2D objects
leejjoon Mar 4, 2012
05bec2c
initial implementation of patheffect for collections
leejjoon Jul 16, 2012
b7b3272
patheffect.draw_path_collection work with mixed renderer.
leejjoon Apr 16, 2013
f157c97
add tests for patheffects
leejjoon Apr 16, 2013
e1e0848
Add a sketch path filter.
mdboom Oct 5, 2012
65544a1
Fix oops in _path.cpp
mdboom Oct 5, 2012
c288df2
Add xkcd() function to set up a number of parameters to create plots …
mdboom May 13, 2013
c7278d2
BUG: fixed weird case where boxplot whiskers went inside box
phobson Mar 26, 2013
c1a1079
Merge pull request #1950 from pelson/matplotlib_doc
pelson May 14, 2013
47193ee
Merge pull request #1092 from pelson/subplot_int
pelson May 14, 2013
edb1526
Credit basis for plots
mdboom May 14, 2013
24cf375
Supported datetimes with microseconds, and those with long time serie…
pelson Apr 19, 2013
41b42a1
@NelleV's review actions.
pelson Apr 25, 2013
5736059
PEP8 the dates module.
pelson May 14, 2013
a736819
Added support for providing 1 or 2 extra colours to the contour routi…
pelson May 14, 2013
cc61700
Change behavior of `font.*` rcParams so they take effect only on to-b…
mdboom May 14, 2013
9652004
Miscellaneous fixes mentioned in the PR
mdboom May 14, 2013
a274a41
Provide xkcd as a context manager
mdboom May 14, 2013
4a61f50
Add credit to figures themselves
mdboom May 14, 2013
6b442b8
Merge pull request #1329 from mdboom/wiggles
pelson May 14, 2013
be049b2
Shared colorbar axes working.
pelson Jun 15, 2012
6f47a80
added unittest for colorbar creation.
pelson Jun 19, 2012
6dde4c1
Updated tests and added docstring.
pelson Aug 13, 2012
da88271
Rebased and updated tests.
pelson Mar 13, 2013
8952dee
@mdbooms suggestion for handling missing result files.
pelson May 14, 2013
d5b078b
Merge pull request #956 from pelson/multiaxes_colorbar
efiring May 14, 2013
de956ef
Fix #2006: stretch is invalid, introduced in cc61700
mdboom May 15, 2013
acbac82
Allow Paths to be marked as readonly, mark all of the singletons as r…
mdboom May 15, 2013
4c9a407
Add docstrings
mdboom May 15, 2013
3f032d9
Use with statement for assert_raises
mdboom May 15, 2013
2ea3dcb
Fixes a number of bugs introduced by cc61700. texmanager will now st…
mdboom May 15, 2013
ab5a141
Merge pull request #2006 from mdboom/fix-stretch-invalid
mdboom May 15, 2013
d129186
Make weighting by position in the list less magical
mdboom May 15, 2013
7293060
Long line
mdboom May 15, 2013
97ba7b0
Don't use 'with assert_raises', it doesn't work on Python 2.6
mdboom May 15, 2013
48ad92a
Fix #2015: After the baseline refactoring in #1810, baseline handling…
mdboom May 15, 2013
83d9cf8
Merge pull request #2010 from mdboom/immutable-paths
mdboom May 15, 2013
7e7b532
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
mdboom May 15, 2013
28f33ed
Update baseline images
mdboom May 15, 2013
b5c340a
Merge pull request #2012 from mdboom/texmanager-family-list
mdboom May 15, 2013
4ed18ca
Merge pull request #2015 from mdboom/usetex-baseline-fixes
mdboom May 16, 2013
84dffb2
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 16, 2013
0ecc702
qt4_editor formlayout now works with colour tuples
drevicko May 16, 2013
7574ae7
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 16, 2013
8c8bc8f
Warn when too many figures are opened
mdboom May 13, 2013
0433bd5
Rename rcParam to figure.max_open_warning. Rewrite warning message.
mdboom May 15, 2013
3d17d95
Merge pull request #1919 from mdboom/max-num-figures
mdboom May 16, 2013
f6ab77c
Build: avoid win32-incompatible functions
GBillotey May 16, 2013
5ba7a83
Fixed call to path.Path.contains_point from pnpoly. contains_point ac…
May 17, 2013
f311ef5
Merge pull request #2019 from GBillotey/SDK_build
mdboom May 17, 2013
51107ea
Merge pull request #2020 from aseagram/fix_pnpoly
mdboom May 17, 2013
d39f9c0
Merge pull request #1951 from mdboom/parallelize_tests
mdboom May 17, 2013
d582cec
@efiring's suggestion.
pelson May 17, 2013
03f8ce1
Fixed failing axes test.
pelson May 17, 2013
f30dc0a
Merge pull request #1925 from pelson/long_timeseries_plots
efiring May 20, 2013
cf819b6
Deprecate the top-level functions in path.py
mdboom May 20, 2013
84ffb60
Remove deprecated code
mdboom May 20, 2013
8364f87
Use new warn_deprecated helper function and decorator where appropriate.
mdboom May 20, 2013
c933a62
Warn about incompleteness of CocoaAgg backend
mdboom May 20, 2013
e955a74
Remove the Fltk backend
mdboom May 20, 2013
4109e96
Remove the EMF backend
mdboom May 20, 2013
56e7833
Add a what's new entry for the WebAgg backend
mdboom May 20, 2013
016d120
Merge pull request #1753 from bingjeff/master
mdboom May 20, 2013
f2cc66b
Type correction: float -> double
GBillotey May 20, 2013
cdf7d0a
Merge pull request #2029 from GBillotey/SDK_build
mdboom May 20, 2013
0045a6b
pep8 fixes
tacaswell May 20, 2013
486f58d
and fixed most of the long lines
tacaswell May 20, 2013
89410ac
questionable fix of overly long import lines
tacaswell May 20, 2013
965f6c4
Remove FltkAgg from comment
mdboom May 20, 2013
21f3946
Fix typo
mdboom May 20, 2013
3dab377
Remove commented out stuff
mdboom May 20, 2013
85f1966
Remove misleading sentence.
mdboom May 20, 2013
5438051
Clean up text and links in screenshots page of user docs.
tonysyu May 21, 2013
84188bf
Tweak aesthetics of plots in screenshots page.
tonysyu May 21, 2013
2c24467
Add streamplot function to screenshots doc
tonysyu May 21, 2013
3e03751
fix pstoeps function in backend_ps.py
leejjoon May 21, 2013
dac1530
Added an api_changes entry for contour levels & colours with the exte…
pelson May 21, 2013
0266d90
Handle setting path_effects in the constructor using the setp infrast…
mdboom May 21, 2013
cfdf9ec
Fix some typos pointed out in #2026.
mdboom May 21, 2013
92e51ad
Merge pull request #2030 from tacaswell/image_pep8
mdboom May 21, 2013
cadcefc
Merge pull request #2032 from mdboom/fix-path-effect-construction
pelson May 21, 2013
3586394
Merge pull request #2026 from mdboom/deprecations-pre-13
pelson May 21, 2013
99d4e40
Merge pull request #2033 from leejjoon/fix-pstoeps
mdboom May 21, 2013
5218f47
Added the cleared method to Path, and updated the path module's docum…
pelson May 15, 2013
855d343
Made the Path created by cleared consistent with the actions that hav…
pelson May 21, 2013
2150bd8
Fix missing ticks on inverted log axis
mdboom May 21, 2013
24a635f
Merge pull request #2011 from pelson/api_changes_sketch
mdboom May 21, 2013
355b056
Merge pull request #2002 from pelson/contour_levels_with_colors
mdboom May 21, 2013
90c1aa3
Update a test to check inverted log axes
mdboom May 21, 2013
4d2699e
Merge pull request #2028 from mdboom/additional-whats-new-1-3
mdboom May 21, 2013
fd57377
Added a coding_standards test module. Currently checks PEP8 complianc…
pelson Apr 25, 2013
bc3e3ed
Added some of the PEP8 guidelines to ignore in the coding standards t…
pelson May 14, 2013
bb1a328
Fixed failing PEP8 test.
pelson May 14, 2013
747b849
PEP8 test only on python2. 2to3 produces non pep8 compliant code.
pelson May 21, 2013
bd4f6fd
Fixed tests after rebase.
pelson May 21, 2013
053968e
Added parameters to the xkcd function. Fixed deprecation warning on P…
pelson May 21, 2013
c4dc4cd
Merge remote-tracking branch 'tonysyu/screenshots-update' into doc-fi…
mdboom May 21, 2013
b02b701
Merge pull request #2038 from pelson/xkcd_args
mdboom May 21, 2013
40bbb9b
Ensure that PY_ARRAY_UNIQUE_SYMBOL is uniquely defined for each exten…
bfroehle May 21, 2013
40340fc
Fixes a number of problems in the doc build.
mdboom May 21, 2013
bcf4df6
Merge pull request #2036 from mdboom/inverted-log-axis
mdboom May 21, 2013
e7cb77e
Tweak image path
takluyver May 22, 2013
c73f180
Merge pull request #2048 from takluyver/patch-1
pelson May 22, 2013
43ecd9a
Fix parallel testing by using the multi-process safe cbook.mkdirs
mdboom May 22, 2013
22613d2
double backticks
mdboom May 22, 2013
600e981
Merge pull request #2049 from mdboom/create-testing-cache-using-cbook…
pelson May 22, 2013
f9b1a9a
Remove long URL
mdboom May 22, 2013
8ea183b
Merge pull request #2041 from mdboom/doc-fixes-1-3
mdboom May 22, 2013
b239626
Merge pull request #2042 from bfroehle/py_array_unique_symbol
mdboom May 22, 2013
b50237d
Deprecated the set_colorbar method on a scalar mappable.
pelson May 23, 2013
d5071f4
Merge pull request #1945 from pelson/pep8_testing
mdboom May 23, 2013
785d66a
Added an api_changes note about the deprecation of ScalarMappable.set…
pelson May 24, 2013
936dd1f
pep8 fixes in animation.py
tacaswell May 24, 2013
148ed82
Merge pull request #2055 from pelson/mappable_colorbar_attribute
mdboom May 24, 2013
fd25c85
Add a better error message when IPython can't be found or doesn't hav…
mdboom May 24, 2013
2cc7e21
Merge pull request #2057 from tacaswell/animation_pep8
pelson May 24, 2013
4a6b612
Merge pull request #2017 from drevicko/fix-form-colors
mdboom May 24, 2013
22c3978
Merge pull request #2053 from mdboom/ipython-directive-error-message
pelson May 24, 2013
c39d9dc
fixed: compare_images for older numpy versions. added: backend_pdf al…
Aug 26, 2012
4aa8a58
fix: dpi setting should work now for rasterization in svg backend
Aug 26, 2012
ea5ac65
update for my patch
Oct 3, 2012
1fe4f41
update for my patch
Oct 3, 2012
c5d9b06
api change
May 4, 2013
fb704ec
added test result images
May 17, 2013
dfc1af8
added note to whats_new.rst
May 17, 2013
ea74001
added a note to changelog
May 17, 2013
f288b4e
Update test images
mdboom May 21, 2013
f262892
Merge pull request #2044 from mdboom/svg-rasterize
mdboom May 24, 2013
bf7b501
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 24, 2013
de2b77c
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom May 24, 2013
5e2e0fb
Merge pull request #2069 from jakevdp/anim_fix
mdboom May 28, 2013
b093b8c
Merge branch 'pcolorargs'
mdboom May 28, 2013
ca293ce
Merge pull request #1975 from pwuertz/pgf_mixedrenderer
pwuertz May 27, 2013
130b6fc
Merge pull request #1813 from mdboom/gtk3-version-check
mdboom May 28, 2013
e783faa
Merge branch 'v1.2.x' into v1.3.x
mdboom May 28, 2013
7634812
Deprecate FIFOBuffer class
mdboom May 28, 2013
5bb185e
use plt.subplots() in examples as much as possible
ivanov Nov 8, 2012
8d1ee03
revert to OO interface (no pyplot) in OO example
ivanov Nov 8, 2012
376a0b4
more `subplots`, cleanup of old `import *` style
ivanov Nov 10, 2012
9a32267
whats_new: a note about the changed examples
ivanov Nov 12, 2012
e4dbbc6
addressing PR feedback
ivanov Dec 18, 2012
33b4cce
Merge branch 'use-subplots' into v1.3.x
mdboom May 28, 2013
e5bd364
Fix pdf_use14corefonts test
mdboom May 28, 2013
6588bb3
Fix tests
mdboom May 28, 2013
3ac8144
Merge pull request #454 from mdboom/xdg_config
mdboom May 28, 2013
ebb7a9d
Merge pull request #2050 from pelson/colormap_api
mdboom May 28, 2013
2af443e
Fix PEP8 whitespace issue
mdboom May 28, 2013
96ce689
Update logo_sidebar_horiz.png
mdboom May 28, 2013
0d2f9a7
Merge remote-tracking branch 'upstream/v1.2.x' into v1.3.x
mdboom May 29, 2013
493fa46
Merge pull request #2024 from mdboom/new_logo
mdboom May 29, 2013
a92e00e
Merge pull request #2066 from GBillotey/oversized_doc_img
mdboom May 29, 2013
e2bf78e
Merge pull request #2076 from cgohlke/patch-1
mdboom May 29, 2013
b13fc46
Merge pull request #2077 from rblomberg/yahoo-csv-url-fix
mdboom May 29, 2013
b3bdf84
Fix bug in XFG_CONFIG handling
mdboom May 29, 2013
3b2f937
Fix deprecation warning when running tests
mdboom May 29, 2013
b72b0f7
Fixed failing test on python3.
pelson May 29, 2013
e2d674c
Merge pull request #2080 from pelson/cmap_and_norm_levels_test_fix
mdboom May 29, 2013
8eef95e
Exclude the setuptools stubs in the correct way
mdboom May 29, 2013
33faad1
Wait until font caches exist before starting tests
mdboom May 29, 2013
18d25f9
Correctly set the initial data limit bounding box to null limits rath…
mdboom May 28, 2013
a129662
Only do the strange autoscale on/off thing when doing a histogram bar…
mdboom May 29, 2013
412f1b3
Simplify handling of unit and null bboxes
mdboom May 29, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*~
*$
*.bak
*.kdev4
.project
.pydevproject

Expand Down Expand Up @@ -34,6 +35,7 @@ dist

# OS generated files #
######################
.directory
.gdb_history
.DS_Store?
ehthumbs.db
Expand All @@ -51,3 +53,4 @@ doc/examples
doc/_templates/gallery.html
doc/users/installing.rst
doc/_static/matplotlibrc
lib/dateutil
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ python:
- 3.3

install:
- pip -q install --use-mirrors nose numpy
- pip install -q --use-mirrors nose python-dateutil numpy pep8
# This is a workaround to install the latest versions of pyparsing,
# which are not yet available on PyPI
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]; then pip -q install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.0/pyparsing-2.0.0.tar.gz; fi'
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip -q install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-1.5.7/pyparsing-1.5.7.tar.gz; fi'
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip -q install --use-mirrors PIL; fi
- sudo apt-get -qq update && sudo apt-get -qq install inkscape
- sudo apt-get update && sudo apt-get -qq install inkscape
- python setup.py install

script:
- mkdir ../tmp_test_dir
- cd ../tmp_test_dir
- python ../matplotlib/tests.py -sv
# The number of processes is hardcoded, because using too many causes the
# Travis VM to run out of memory (since so many copies of inkscape and
# ghostscript are running at the same time).
- echo Testing using 8 processes
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
134 changes: 111 additions & 23 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
2013-05-18 Added support for arbitrary rasterization resolutions to the
SVG backend. Previously the resolution was hard coded to 72
dpi. Now the backend class takes a image_dpi argument for
its constructor, adjusts the image bounding box accordingly
and forwards a magnification factor to the image renderer.
The code and results now resemble those of the PDF backend.
- MW

2013-05-08 Changed behavior of hist when given stacked=True and normed=True.
Histograms are now stacked first, then the sum is normalized.
Previously, each histogram was normalized, then they were stacked.

2013-04-25 Changed all instances of:

from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
to:

from cbook import mplDeprecation

and removed the import into the matplotlib namespace in __init__.py
Thomas Caswell


2013-04-15 Added 'axes.xmargin' and 'axes.ymargin' to rpParams to set default
margins on auto-scaleing. - TAC

2013-04-16 Added patheffect support for Line2D objects. -JJL

2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
kwargs are passed to the underlying `plot` call. -TAC

2013-02-25 Added classes CubicTriInterpolator, UniformTriRefiner, TriAnalyzer
to matplotlib.tri module. - GBy

2013-01-23 Add 'savefig.directory' to rcParams to remember and fill in the last
directory saved to for figure save dialogs - Martin Spacek

2013-01-13 Add eventplot method to axes and pyplot and EventCollection class
to collections.

2013-01-08 Added two extra titles to axes which are flush with the left and
right edges of the plot respectively.
Andrew Dawson

2013-01-07 Add framealpha keyword argument to legend - PO

2013-01-16 Till Stensitzki added a baseline feature to stackplot

2012-12-22 Added classes for interpolation within triangular grids
(LinearTriInterpolator) and to find the triangles in which points
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT

2012-12-05 Added MatplotlibDeprecationWarning class for signaling deprecation.
Matplotlib developers can use this class as follows:

Expand All @@ -8,6 +60,42 @@
for the signaling of deprecation, but via UserWarnings which are
not ignored by default. - PI

2012-11-27 Added the *mtext* parameter for supplying matplotlib.text.Text
instances to RendererBase.draw_tex and RendererBase.draw_text.
This allows backends to utilize additional text attributes, like
the alignment of text elements. - pwuertz

2012-11-26 deprecate matplotlib/mpl.py, which was used only in pylab.py and is
now replaced by the more suitable `import matplotlib as mpl`. - PI

2012-11-25 Make rc_context available via pyplot interface - PI

2012-11-16 plt.set_cmap no longer throws errors if there is not already
an active colorable artist, such as an image, and just sets
up the colormap to use from that point forward. - PI

2012-11-16 Added the funcction _get_rbga_face, which is identical to
_get_rbg_face except it return a (r,g,b,a) tuble, to line2D.
Modified Line2D.draw to use _get_rbga_face to get the markerface
color so that any alpha set by markerfacecolor will respected.
- Thomas Caswell

2012-11-13 Add a symmetric log normalization class to colors.py.
Also added some tests for the normalization class.
Till Stensitzki

2012-11-12 Make axes.stem take at least one argument.
Uses a default range(n) when the first arg not provided.
Damon McDougall

2012-11-09 Make plt.subplot() without arguments act as subplot(111) - PI

2012-11-08 Replaced plt.figure and plt.subplot calls by the newer, more
convenient single call to plt.subplots() in the documentation
examples - PI

2012-10-05 Add support for saving animations as animated GIFs. - JVDP

2012-08-11 Fix path-closing bug in patches.Polygon, so that regardless
of whether the path is the initial one or was subsequently
set by set_xy(), get_xy() will return a closed path if and
Expand Down Expand Up @@ -980,7 +1068,7 @@
2009-02-02 Change default resolution on polar plot to 1 - MGD

2009-02-02 Avoid malloc errors in ttconv for fonts that don't have
e.g. PostName (a version of Tahoma triggered this) - JKS
e.g., PostName (a version of Tahoma triggered this) - JKS

2009-01-30 Remove support for pyExcelerator in exceltools -- use xlwt
instead - JDH
Expand Down Expand Up @@ -1054,7 +1142,7 @@
(slanting and extending). - JKS

2008-12-29 Fix a bug in pdf usetex support, which occurred if the same
Type-1 font was used with different encodings, e.g. with
Type-1 font was used with different encodings, e.g., with
Minion Pro and MnSymbol. - JKS

2008-12-20 fix the dpi-dependent offset of Shadow. - JJL
Expand Down Expand Up @@ -1153,7 +1241,7 @@

2008-12-08 Some of the changes Michael made to improve the output of
the property tables in the rest docs broke of made
difficult to use some of the interactive doc helpers, eg
difficult to use some of the interactive doc helpers, e.g.,
setp and getp. Having all the rest markup in the ipython
shell also confused the docstrings. I added a new rc param
docstring.harcopy, to format the docstrings differently for
Expand All @@ -1177,7 +1265,7 @@
2008-12-05 Fixed a bug that the handlelength of the new legend class
set too short when numpoints=1 -JJL

2008-12-04 Added support for data with units (e.g. dates) to
2008-12-04 Added support for data with units (e.g., dates) to
Axes.fill_between. -RM

2008-12-04 Added fancybox keyword to legend. Also applied some changes
Expand Down Expand Up @@ -1258,7 +1346,7 @@
Tollerud and Jae-Joon Lee. - MM

2008-10-11 Fixed bug in pdf backend: if you pass a file object for
output instead of a filename, e.g. in a wep app, we now
output instead of a filename, e.g., in a wep app, we now
flush the object at the end. - JKS

2008-10-08 Add path simplification support to paths with gaps. - EF
Expand Down Expand Up @@ -1471,7 +1559,7 @@
2008-06-20 Added set/get_closed method to Polygon; fixes error
in hist - MM

2008-06-19 Use relative font sizes (e.g. 'medium' and 'large') in
2008-06-19 Use relative font sizes (e.g., 'medium' and 'large') in
rcsetup.py and matplotlibrc.template so that text will
be scaled by default when changing rcParams['font.size'] -
EF
Expand Down Expand Up @@ -2103,8 +2191,8 @@

2007-07-31 Refactoring of distutils scripts.
- Will not fail on the entire build if an optional Python
package (e.g. Tkinter) is installed but its development
headers are not (e.g. tk-devel). Instead, it will
package (e.g., Tkinter) is installed but its development
headers are not (e.g., tk-devel). Instead, it will
continue to build all other extensions.
- Provide an overview at the top of the output to display
what dependencies and their versions were found, and (by
Expand Down Expand Up @@ -2136,7 +2224,7 @@
should be changed to ${\cal R}$. Alternatively, you may
use the new LaTeX-style font commands (\mathcal, \mathrm,
\mathit, \mathtt) which do affect the following group,
eg. $\mathcal{R}$.
e.g., $\mathcal{R}$.

Other new features include:

Expand All @@ -2146,10 +2234,10 @@

- Sub/superscripts are less likely to accidentally overlap.

- Support for sub/superscripts in either order, eg. $x^i_j$
- Support for sub/superscripts in either order, e.g., $x^i_j$
and $x_j^i$ are equivalent.

- Double sub/superscripts (eg. $x_i_j$) are considered
- Double sub/superscripts (e.g., $x_i_j$) are considered
ambiguous and raise an exception. Use braces to disambiguate.

- $\frac{x}{y}$ can be used for displaying fractions.
Expand Down Expand Up @@ -2412,7 +2500,7 @@
color-setting operations in the pdf backend. The idea is
that you include the resulting file in another program and
set the colors (both stroke and fill color) there, so you
can use the same pdf file for e.g. a paper and a
can use the same pdf file for e.g., a paper and a
presentation and have them in the surrounding color. You
will probably not want to draw figure and axis frames in
that case, since they would be filled in the same color. - JKS
Expand Down Expand Up @@ -2501,7 +2589,7 @@
frameowrk. Artists will define their own pick method with
a configurable epsilon tolerance and return pick attrs.
All artists that meet the tolerance threshold will fire a
PickEvent with artist dependent attrs; eg, a Line2D can set
PickEvent with artist dependent attrs; e.g., a Line2D can set
the indices attribute that shows the indices into the line
that are within epsilon of the pick point. See
examples/pick_event_demo.py. The implementation of pick
Expand Down Expand Up @@ -2611,7 +2699,7 @@

2006-11-19 Added semi-automatic docstring generation detailing all the
kwargs that functions take using the artist introspection
tools; eg 'help text now details the scatter kwargs
tools; e.g., 'help text now details the scatter kwargs
that control the Text properties - JDH

2006-11-17 Removed obsolete scatter_classic, leaving a stub to
Expand Down Expand Up @@ -2901,7 +2989,7 @@

2006-06-16 Added a pointer to parent in figure canvas so you can
access the container with fig.canvas.manager. Useful if
you want to set the window title, eg in gtk
you want to set the window title, e.g., in gtk
fig.canvas.manager.window.set_title, though a GUI neutral
method would be preferable JDH

Expand Down Expand Up @@ -3370,7 +3458,7 @@

2005-12-03 Modified scipy patch to support Numeric, scipy and numarray
Some work remains to be done because some of the scipy
imports are broken if only the core is installed. Eg
imports are broken if only the core is installed. e.g.,
apparently we need from scipy.basic.fftpack import * rather
than from scipy.fftpack import *

Expand Down Expand Up @@ -3619,7 +3707,7 @@
2005-07-06 Made HOME/.matplotlib the new config dir where the
matplotlibrc file, the ttf.cache, and the tex.cache live.
The new default filenames in .matplotlib have no leading
dot and are not hidden. Eg, the new names are matplotlibrc
dot and are not hidden. e.g., the new names are matplotlibrc
tex.cache ttffont.cache. This is how ipython does it so it
must be right. If old files are found, a warning is issued
and they are moved to the new location. Also fixed
Expand Down Expand Up @@ -3893,7 +3981,7 @@

2005-04-11 Applied a variant of rick's xlim/ylim/axis patch. These
functions now take kwargs to let you selectively alter only
the min or max if desired. Eg xlim(xmin=2) or
the min or max if desired. e.g., xlim(xmin=2) or
axis(ymax=3). They always return the new lim. - JDH


Expand Down Expand Up @@ -4022,7 +4110,7 @@
2005-02-23 Added rc param ps.useafm so backend ps can use native afm
fonts or truetype. afme breaks mathtext but causes much
smaller font sizes and may result in images that display
better in some contexts (eg pdfs incorporated into latex
better in some contexts (e.g., pdfs incorporated into latex
docs viewed in acrobat reader). I would like to extend
this approach to allow the user to use truetype only for
mathtext, which should be easy.
Expand Down Expand Up @@ -4150,9 +4238,9 @@

2005-01-18 Added accents to mathtext: \hat, \breve, \grave, \bar,
\acute, \tilde, \vec, \dot, \ddot. All of them have the
same syntax, eg to make an overbar you do \bar{o} or to
same syntax, e.g., to make an overbar you do \bar{o} or to
make an o umlaut you do \ddot{o}. The shortcuts are also
provided, eg: \"o \'e \`e \~n \.x \^y - JDH
provided, e.g., \"o \'e \`e \~n \.x \^y - JDH

2005-01-18 Plugged image resize memory leaks - JDH

Expand Down Expand Up @@ -4319,7 +4407,7 @@

2004-12-04 Fixed some legend bugs JDH

2004-11-30 Added over command for oneoff over plots. Eg over(plot, x,
2004-11-30 Added over command for oneoff over plots. e.g., over(plot, x,
y, lw=2). Works with any plot function.

2004-11-30 Added bbox property to text - JDH
Expand Down Expand Up @@ -4495,7 +4583,7 @@
2004-09-17 Added coords formatter attributes. These must be callable,
and return a string for the x or y data. These will be used
to format the x and y data for the coords box. Default is
the axis major formatter. Eg
the axis major formatter. e.g.:

# format the coords message box
def price(x): return '$%1.2f'%x
Expand Down
Loading