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