Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
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 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
Changes from3 commits
Commits
Show all changes
1135 commits Select commitHold shift + click to select a range
decbc33
Cleanup formatting of setup messages
mdboom247689d
Fixes issue #1960. Account for right/top spine data offset on transfo…
cimarronm50cbfd2
Bug if MPLCONFIGDIRS is set
mdboomc154674
Improved comment for data spine transform adjustment - taken from mdb…
cimarronmc985196
Switch agg backend to use pixfmt_rgba32_plain instead of pixfmt_rgba3…
Westacular89479d3
Merge pull request #1868 from pelson/alpha_background
efiringdb81ab2
Fix position of rotated text in Agg backend
mdboom3120e6c
Merge pull request #1968 from mdboom/rotated_text
mdboom16d162b
figure: optionally configure automatic use of tight_layout
6f45b43
Added bullet to api_changes documentation on PR #1964
cimarronm8eb05dc
add test for automatic use of tight layout
pwuertz668690d
Merge pull request #1929 from pelson/bbox_inches_contour_problem
mdboomf16a1d3
Fixes imsave so it does not flatten alpha-channel data (and updated t…
Westacularae5c2f1
Failing tests.
pelson1e7399f
Fixes bug where linestyle always appears solid if linewidth is large …
Westacular1aefc52
Fixes bug where if alpha is set and edgecolor='none', edges would sti…
Westacular6cc8aaa
Changes backends to support of independent face and edge alphas
Westaculara7f7cc7
Add additional patch tests.
Westacular2f10e68
Take Image object's alpha attribute into account when compositing mul…
Westacular547cb7b
Fix Cairo backend so Images are actually visible for output formats o…
Westacular04ee71e
Add a test case for compositing images with an alpha attribute
Westacularb6b9062
Merge pull request #1956 from Westacular/imsave_alpha
pelson96ecc79
Merge remote-tracking branch 'upstream/v1.2.x'
mdboomcd18645
Added documentation of patch/alpha changes.
Westacular71e9ad9
Another documentation update
Westacular25aba29
Replace usage of Lena image in the gallery.
tonysyu42f3f00
Fix `backend_driver.py`
tonysyud75525f
Fix Travis config
mdboomb9f2b72
Merge pull request #1977 from tonysyu/fix-backend_driver
mdboom1d94744
Merge pull request #1976 from tonysyu/replace-lena-in-gallery
mdboom84a7a1f
Allow local libpng copy
GBillotey620117f
Change message when libpng pkg-config lookup fails
mdboomb009b63
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom2e31f66
Fix bug in SpanSelector, introduced in commit #dd325759
efiring6131cf7
Merge pull request #1982 from efiring/SpanSelector_blit_bug
pelsond834f53
Fix #1984: Use float for result of rgb_to_hsv
mdboombaeb6de
Updated test, and added a check for tuple length
Westacularba1f673
Documenting the isRGB -> isRGBA change to API
Westacular4fd36da
Merge pull request #1984 from mdboom/rgb_to_hsv
pelsond63b854
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom1f42367
Go back to one ghostscript process per test
mdboom6410dab
Fix some test images that weren't being run on Travis before
mdboom9795b15
Run tests in parallel on Travis and in tox
mdboom12bbda8
Include all test files
mdboomecf9ec3
Make the test function name match so that they can be pickled through…
mdbooma127c31
Don't call "show" from a test
mdboom852c127
Fix typo so correct gs executable will be run
mdboomde64395
Remove import of old util
mdboom2ba68a4
Don't run tests in parallel on Travis
mdboom268c91c
Use $(nproc) to determine number of processors, as discovered by @pel…
mdboom720fa80
Use cbook.mkdirs, since with multiprocessing tests each process may t…
mdboom61fb780
Make the log quieter
mdboom623a128
Only compare PNG version of hexbin extent -- it otherwise can crash i…
mdboom3c94011
Don't switch backends in a test
mdboom8c5071b
Make pip install of pyparsing quiet also
mdboom3063af9
Limited number of processes on Travis to 8, since otherwise we run ou…
mdboom807125d
Remove tests we're no longer using because they consume too much memo…
mdboom08ba300
Fix .travis.yml message
mdboom6917f4f
Histograms with stacked=True, normed=True now normalize sum of histog…
neggert4db3df8
Add test images
neggertf6efb57
Described stacked normed hist changes in CHANGELOG
neggert4791c9a
PEP8 fixes
neggertcda4f0d
Merge pull request #1833 from neggert/normedstacked_fix
mdboom695e8b5
Added bar plot pickle support.
pelson5205ba3
Made it possible to pickle Log scale plots.
pelson87bd8b8
De-dented after the fix.
pelsonfdb8280
Fixed tight_layout pickle support.
pelson5448d5b
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom440086d
Merge pull request #1990 from pelson/tight_layout_pickle
mdboomf4d3a1b
Merge remote-tracking branch 'pelson/log_scale_pickle'
mdboom1f07cb8
Merge pull request #1988 from pelson/pickle_bars
mdbooma8aaf57
Use a plot directive rather than a link to a file in the _image direc…
mdboom0e256f1
A number of small fixes to reduce warnings during doc build
mdboomaf07100
Merge pull request #1964 from cimarronm/data_spine_right_top_location…
mdboom60e67e0
Merge pull request #1954 from Westacular/alpha-patch
efiring9e734b6
Merge pull request #1902 from cimarronm/native_osx_quit
efiringdf34c93
Merge pull request #1896 from mdboom/doc-warnings
pelson301d6df
Merge pull request #1953 from mdboom/fix-doc-build
pelsone528dad
Raise exception when user tries to use set_xlim or set_ylim on a geo …
adrn3ed1397
Merge pull request #1136 from pwuertz/tight-layout-parameters
pelson3e9f4a6
Merge pull request #1955 from Westacular/alpha-image-composite
pelsone13cd6e
Merge pull request #1927 from mdboom/pyparsing-workaround
mdboom23c9734
Merge remote-tracking branch 'upstream/v1.2.x'
mdboomfb2da34
Merge pull request #1917 from tacaswell/priv_axis.set_scale
mdboomfdf123e
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom3b2a722
Merge pull request #1770 from dhyams/wxbackend_tiff_jpeg_pil_fix
mdboom50508af
Fix problem writing out meshes
mdboom5c26a7e
implement path_effects for Line2D objects
leejjoon99e2b5e
modify patheffect_demo.py to demonstrate patheffects for Line2D objects
leejjoon05bec2c
initial implementation of patheffect for collections
leejjoonb7b3272
patheffect.draw_path_collection work with mixed renderer.
leejjoonf157c97
add tests for patheffects
leejjoone1e0848
Add a sketch path filter.
mdboom65544a1
Fix oops in _path.cpp
mdboomc288df2
Add xkcd() function to set up a number of parameters to create plots …
mdboomc7278d2
BUG: fixed weird case where boxplot whiskers went inside box
phobsonc1a1079
Merge pull request #1950 from pelson/matplotlib_doc
pelson47193ee
Merge pull request #1092 from pelson/subplot_int
pelsonedb1526
Credit basis for plots
mdboom24cf375
Supported datetimes with microseconds, and those with long time serie…
pelson41b42a1
@NelleV's review actions.
pelson5736059
PEP8 the dates module.
pelsona736819
Added support for providing 1 or 2 extra colours to the contour routi…
pelsoncc61700
Change behavior of `font.*` rcParams so they take effect only on to-b…
mdboom9652004
Miscellaneous fixes mentioned in the PR
mdbooma274a41
Provide xkcd as a context manager
mdboom4a61f50
Add credit to figures themselves
mdboom6b442b8
Merge pull request #1329 from mdboom/wiggles
pelsonbe049b2
Shared colorbar axes working.
pelson6f47a80
added unittest for colorbar creation.
pelson6dde4c1
Updated tests and added docstring.
pelsonda88271
Rebased and updated tests.
pelson8952dee
@mdbooms suggestion for handling missing result files.
pelsond5b078b
Merge pull request #956 from pelson/multiaxes_colorbar
efiringde956ef
Fix #2006: stretch is invalid, introduced in cc61700
mdboomacbac82
Allow Paths to be marked as readonly, mark all of the singletons as r…
mdboom4c9a407
Add docstrings
mdboom3f032d9
Use with statement for assert_raises
mdboom2ea3dcb
Fixes a number of bugs introduced by cc61700. texmanager will now st…
mdboomab5a141
Merge pull request #2006 from mdboom/fix-stretch-invalid
mdboomd129186
Make weighting by position in the list less magical
mdboom7293060
Long line
mdboom97ba7b0
Don't use 'with assert_raises', it doesn't work on Python 2.6
mdboom48ad92a
Fix #2015: After the baseline refactoring in #1810, baseline handling…
mdboom83d9cf8
Merge pull request #2010 from mdboom/immutable-paths
mdboom7e7b532
Merge remote-tracking branch 'upstream/v1.2.x' into HEAD
mdboom28f33ed
Update baseline images
mdboomb5c340a
Merge pull request #2012 from mdboom/texmanager-family-list
mdboom4ed18ca
Merge pull request #2015 from mdboom/usetex-baseline-fixes
mdboom84dffb2
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom0ecc702
qt4_editor formlayout now works with colour tuples
drevicko7574ae7
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom8c8bc8f
Warn when too many figures are opened
mdboom0433bd5
Rename rcParam to figure.max_open_warning. Rewrite warning message.
mdboom3d17d95
Merge pull request #1919 from mdboom/max-num-figures
mdboomf6ab77c
Build: avoid win32-incompatible functions
GBillotey5ba7a83
Fixed call to path.Path.contains_point from pnpoly. contains_point ac…
f311ef5
Merge pull request #2019 from GBillotey/SDK_build
mdboom51107ea
Merge pull request #2020 from aseagram/fix_pnpoly
mdboomd39f9c0
Merge pull request #1951 from mdboom/parallelize_tests
mdboomd582cec
@efiring's suggestion.
pelson03f8ce1
Fixed failing axes test.
pelsonf30dc0a
Merge pull request #1925 from pelson/long_timeseries_plots
efiringcf819b6
Deprecate the top-level functions in path.py
mdboom84ffb60
Remove deprecated code
mdboom8364f87
Use new warn_deprecated helper function and decorator where appropriate.
mdboomc933a62
Warn about incompleteness of CocoaAgg backend
mdboome955a74
Remove the Fltk backend
mdboom4109e96
Remove the EMF backend
mdboom56e7833
Add a what's new entry for the WebAgg backend
mdboom016d120
Merge pull request #1753 from bingjeff/master
mdboomf2cc66b
Type correction: float -> double
GBilloteycdf7d0a
Merge pull request #2029 from GBillotey/SDK_build
mdboom0045a6b
pep8 fixes
tacaswell486f58d
and fixed most of the long lines
tacaswell89410ac
questionable fix of overly long import lines
tacaswell965f6c4
Remove FltkAgg from comment
mdboom21f3946
Fix typo
mdboom3dab377
Remove commented out stuff
mdboom85f1966
Remove misleading sentence.
mdboom5438051
Clean up text and links in screenshots page of user docs.
tonysyu84188bf
Tweak aesthetics of plots in screenshots page.
tonysyu2c24467
Add streamplot function to screenshots doc
tonysyu3e03751
fix pstoeps function in backend_ps.py
leejjoondac1530
Added an api_changes entry for contour levels & colours with the exte…
pelson0266d90
Handle setting path_effects in the constructor using the setp infrast…
mdboomcfdf9ec
Fix some typos pointed out in #2026.
mdboom92e51ad
Merge pull request #2030 from tacaswell/image_pep8
mdboomcadcefc
Merge pull request #2032 from mdboom/fix-path-effect-construction
pelson3586394
Merge pull request #2026 from mdboom/deprecations-pre-13
pelson99d4e40
Merge pull request #2033 from leejjoon/fix-pstoeps
mdboom5218f47
Added the cleared method to Path, and updated the path module's docum…
pelson855d343
Made the Path created by cleared consistent with the actions that hav…
pelson2150bd8
Fix missing ticks on inverted log axis
mdboom24a635f
Merge pull request #2011 from pelson/api_changes_sketch
mdboom355b056
Merge pull request #2002 from pelson/contour_levels_with_colors
mdboom90c1aa3
Update a test to check inverted log axes
mdboom4d2699e
Merge pull request #2028 from mdboom/additional-whats-new-1-3
mdboomfd57377
Added a coding_standards test module. Currently checks PEP8 complianc…
pelsonbc3e3ed
Added some of the PEP8 guidelines to ignore in the coding standards t…
pelsonbb1a328
Fixed failing PEP8 test.
pelson747b849
PEP8 test only on python2. 2to3 produces non pep8 compliant code.
pelsonbd4f6fd
Fixed tests after rebase.
pelson053968e
Added parameters to the xkcd function. Fixed deprecation warning on P…
pelsonc4dc4cd
Merge remote-tracking branch 'tonysyu/screenshots-update' into doc-fi…
mdboomb02b701
Merge pull request #2038 from pelson/xkcd_args
mdboom40bbb9b
Ensure that PY_ARRAY_UNIQUE_SYMBOL is uniquely defined for each exten…
bfroehle40340fc
Fixes a number of problems in the doc build.
mdboombcf4df6
Merge pull request #2036 from mdboom/inverted-log-axis
mdboome7cb77e
Tweak image path
takluyverc73f180
Merge pull request #2048 from takluyver/patch-1
pelson43ecd9a
Fix parallel testing by using the multi-process safe cbook.mkdirs
mdboom22613d2
double backticks
mdboom600e981
Merge pull request #2049 from mdboom/create-testing-cache-using-cbook…
pelsonf9b1a9a
Remove long URL
mdboom8ea183b
Merge pull request #2041 from mdboom/doc-fixes-1-3
mdboomb239626
Merge pull request #2042 from bfroehle/py_array_unique_symbol
mdboomb50237d
Deprecated the set_colorbar method on a scalar mappable.
pelsond5071f4
Merge pull request #1945 from pelson/pep8_testing
mdboom785d66a
Added an api_changes note about the deprecation of ScalarMappable.set…
pelson936dd1f
pep8 fixes in animation.py
tacaswell148ed82
Merge pull request #2055 from pelson/mappable_colorbar_attribute
mdboomfd25c85
Add a better error message when IPython can't be found or doesn't hav…
mdboom2cc7e21
Merge pull request #2057 from tacaswell/animation_pep8
pelson4a6b612
Merge pull request #2017 from drevicko/fix-form-colors
mdboom22c3978
Merge pull request #2053 from mdboom/ipython-directive-error-message
pelsonc39d9dc
fixed: compare_images for older numpy versions. added: backend_pdf al…
4aa8a58
fix: dpi setting should work now for rasterization in svg backend
ea5ac65
update for my patch
1fe4f41
update for my patch
c5d9b06
api change
fb704ec
added test result images
dfc1af8
added note to whats_new.rst
ea74001
added a note to changelog
f288b4e
Update test images
mdboomf262892
Merge pull request #2044 from mdboom/svg-rasterize
mdboombf7b501
Merge remote-tracking branch 'upstream/v1.2.x'
mdboomde2b77c
Merge remote-tracking branch 'upstream/v1.2.x'
mdboom5e2e0fb
Merge pull request #2069 from jakevdp/anim_fix
mdboomb093b8c
Merge branch 'pcolorargs'
mdboomca293ce
Merge pull request #1975 from pwuertz/pgf_mixedrenderer
pwuertz130b6fc
Merge pull request #1813 from mdboom/gtk3-version-check
mdboome783faa
Merge branch 'v1.2.x' into v1.3.x
mdboom7634812
Deprecate FIFOBuffer class
mdboom5bb185e
use plt.subplots() in examples as much as possible
ivanov8d1ee03
revert to OO interface (no pyplot) in OO example
ivanov376a0b4
more `subplots`, cleanup of old `import *` style
ivanov9a32267
whats_new: a note about the changed examples
ivanove4dbbc6
addressing PR feedback
ivanov33b4cce
Merge branch 'use-subplots' into v1.3.x
mdboome5bd364
Fix pdf_use14corefonts test
mdboom6588bb3
Fix tests
mdboom3ac8144
Merge pull request #454 from mdboom/xdg_config
mdboomebb7a9d
Merge pull request #2050 from pelson/colormap_api
mdboom2af443e
Fix PEP8 whitespace issue
mdboom96ce689
Update logo_sidebar_horiz.png
mdboom0d2f9a7
Merge remote-tracking branch 'upstream/v1.2.x' into v1.3.x
mdboom493fa46
Merge pull request #2024 from mdboom/new_logo
mdbooma92e00e
Merge pull request #2066 from GBillotey/oversized_doc_img
mdboome2bf78e
Merge pull request #2076 from cgohlke/patch-1
mdboomb13fc46
Merge pull request #2077 from rblomberg/yahoo-csv-url-fix
mdboomb3bdf84
Fix bug in XFG_CONFIG handling
mdboom3b2f937
Fix deprecation warning when running tests
mdboomb72b0f7
Fixed failing test on python3.
pelsone2d674c
Merge pull request #2080 from pelson/cmap_and_norm_levels_test_fix
mdboom8eef95e
Exclude the setuptools stubs in the correct way
mdboom33faad1
Wait until font caches exist before starting tests
mdboom18d25f9
Correctly set the initial data limit bounding box to null limits rath…
mdbooma129662
Only do the strange autoscale on/off thing when doing a histogram bar…
mdboom412f1b3
Simplify handling of unit and null bboxes
mdboomFile 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
There are no files selected for viewing
7 changes: 7 additions & 0 deletionsdoc/users/whats_new.rst
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
9 changes: 5 additions & 4 deletionslib/matplotlib/backends/backend_agg.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
2 changes: 1 addition & 1 deletionlib/matplotlib/backends/backend_pdf.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
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletionslib/matplotlib/tests/baseline_images/test_figure/alpha_background.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletionslib/matplotlib/tests/test_agg.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
19 changes: 19 additions & 0 deletionslib/matplotlib/tests/test_figure.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
6 changes: 3 additions & 3 deletionssrc/_backend_agg.cpp
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
2 changes: 1 addition & 1 deletionsrc/_backend_agg.h
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
2 changes: 1 addition & 1 deletionsrc/_image.cpp
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.