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

Skip to content

BUG: Cannot pick empty vline #3591

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 67 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
126fb9c
BUG : fix list comprehensions over class members
tacaswell Sep 3, 2014
32c11af
BUG : fix glaring syntax error
tacaswell Sep 4, 2014
99c04e9
BLD/BUG/DOC : made pytz a required dependency
tacaswell Sep 6, 2014
f40bf14
DOC : removed freetype version caveats
tacaswell Sep 6, 2014
ac62606
BLD : updated message when to pytz found
tacaswell Sep 6, 2014
3a9757c
BUG : fix encoding of png data
tacaswell Sep 6, 2014
0a41d83
Allow running from non-ascii directory on Windows
mdboom Sep 12, 2014
81760d7
Remove backticks around None. This is not a ref
jenshnielsen Sep 16, 2014
630f867
Fix formatting in docstring for dates
jenshnielsen Sep 16, 2014
592ac13
Merge pull request #3521 from jenshnielsen/more_doc_fixes
tacaswell Sep 16, 2014
ef72f6d
Clarify matplotlib/PyCXX incompatibility
mdboom Sep 16, 2014
0575dc5
Merge pull request #3492 from mdboom/clarify-pycxx
mdboom Sep 16, 2014
a6dc25d
BUG: Take the absolute difference between times when determining the …
cimarronm Sep 16, 2014
3424506
BUG : fix eps corruption when using clipping
tacaswell Sep 16, 2014
cb36b28
Merge pull request #3526 from tacaswell/fix_eps_clip_paths
efiring Sep 17, 2014
301fa0a
Only insert links to pdfs if we are actually generating these. This s…
jenshnielsen Sep 17, 2014
1b11e2f
Merge pull request #3487 from mdboom/use-getcwdu
tacaswell Sep 17, 2014
75fbc9e
Merge pull request #3530 from jenshnielsen/travis_docs
tacaswell Sep 18, 2014
d10e26e
Merge pull request #3510 from blink1073/fix-setupext
tacaswell Sep 18, 2014
4234f0f
BUG : fix handling of flierprop by boxplot
tacaswell Sep 18, 2014
8158393
BUG/DOC : Correct default value listed in docstring
tacaswell Sep 18, 2014
8496e06
Merge pull request #3369 from e-q/legendFrameAlpha
tacaswell Sep 18, 2014
ebe5333
Merge pull request #3535 from tacaswell/boxplot_doc
WeatherGod Sep 18, 2014
46f0d4b
BUG : fixes whis over-writing in boxplot_stats
tacaswell Sep 18, 2014
350413c
Fix marker clipping rectangle.
mdboom Sep 18, 2014
53b6797
Merge pull request #3534 from tacaswell/bxp_whis_fix
WeatherGod Sep 18, 2014
cfc92e2
Merge pull request #3464 from tacaswell/nbagg_py3k
pelson Sep 18, 2014
014c112
DEP : update six minimum version
tacaswell Sep 18, 2014
34230a7
TST: Added test for inverted limit with autodatelocator
cimarronm Sep 19, 2014
63c52f8
STY/TST: pep8 fixes for test_dates
cimarronm Sep 19, 2014
402e895
Merge pull request #3524 from cimarronm/autodatelocaltor_3522
tacaswell Sep 19, 2014
31f305e
Extended the nbagg backend to support animation.
pelson Sep 19, 2014
11748bf
DOC : fix main-page tags
tacaswell Sep 19, 2014
4706ee0
Merge pull request #3543 from tacaswell/fix_mainpage
mdboom Sep 19, 2014
b4fb455
Fix warning in lines.py
jenshnielsen Sep 18, 2014
fd558d9
Indent correctly in mlab
jenshnielsen Sep 19, 2014
b9ac3fc
silence warnings in art3d
jenshnielsen Sep 19, 2014
7dca5a0
Fix warnings in cbook
jenshnielsen Sep 19, 2014
52714d8
Fix warnings in _axes
jenshnielsen Sep 19, 2014
f28c204
fix rendering of warnings in mlab
jenshnielsen Sep 21, 2014
602176e
Improve rendering of title docs
jenshnielsen Sep 21, 2014
33a8a76
Merge pull request #3539 from tacaswell/six_fix
jenshnielsen Sep 21, 2014
2f1fcde
docstring in trirefine
jenshnielsen Sep 21, 2014
3e4620a
Fixed firefox keyboard focus bug with nbagg backend.
pelson Sep 22, 2014
1b96117
Updated nbagg backend to default to a transparent figure patch.
pelson Sep 22, 2014
03ceef7
Merge pull request #3548 from jenshnielsen/autodoc_fixes
mdboom Sep 22, 2014
a62e7f3
Merge pull request #3545 from mdehoon/setfont_informative_error_message
tacaswell Sep 22, 2014
b35fae6
DOC: Fixed comment documentation to match with code on timer interval…
cimarronm Sep 22, 2014
0ce5259
Merge pull request #3555 from cimarronm/timer_example_docfix
tacaswell Sep 23, 2014
6872174
Install texlive and other dependencies when building docs.
jenshnielsen Sep 21, 2014
aa583e4
Fixed the webagg backend to handle figures with transparency.
pelson Sep 24, 2014
d37e613
PEP8 : whitespace fix
tacaswell Sep 24, 2014
ee2dde7
Merge pull request #3559 from jenshnielsen/texlive_travis
tacaswell Sep 24, 2014
f9feefe
Merge pull request #3559 from pelson/nbagg_enhancments
tacaswell Sep 24, 2014
2775a7f
BUG : don't assume label in boxpplot_stat
tacaswell Sep 25, 2014
b30d50d
Fixed the differencing of images for the webagg/nbagg backends.
pelson Sep 25, 2014
236355c
pyplot: Fix exception in `_backend_selection` during import
wmanley Sep 19, 2014
6bcffbe
TST : modified tests to pass
tacaswell Sep 27, 2014
7602e3d
BUG : deal with empty list passed to boxplot
tacaswell Sep 27, 2014
ec894f6
Merge pull request #3479 from tacaswell/build_dep_updates
mdboom Sep 27, 2014
20741b5
Merge pull request #3514 from mdboom/large-ticks
tacaswell Sep 27, 2014
2645afb
Merge pull request #3533 from tacaswell/fix_flierprop
mdboom Sep 27, 2014
6f6afc5
Merge pull request #3571 from tacaswell/bxp_empty
mdboom Sep 27, 2014
ccc7afb
Merge pull request #3567 from pelson/nbagg_diff_image_fix
mdboom Sep 27, 2014
40720ef
Merge pull request #3566 from tacaswell/fix_bxp_label
mdboom Sep 27, 2014
7e6be9d
Merge pull request #3585 from matplotlib/v1.4.0-doc
jenshnielsen Sep 28, 2014
5e2b03c
Fix crash in picking for zero-length path collection
mdboom Sep 29, 2014
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
2 changes: 2 additions & 0 deletions lib/matplotlib/sphinxext/plot_directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,9 @@ def remove_coding(text):
{{ only_latex }}

{% for img in images %}
{% if 'pdf' in img.formats -%}
.. image:: {{ build_dir }}/{{ img.basename }}.pdf
{% endif -%}
{% endfor %}

{{ only_texinfo }}
Expand Down