8000 update by ibnIrshad · Pull Request #3 · ibnIrshad/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

update #3

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

Merged
merged 227 commits into from
Mar 4, 2017
Merged
Changes from 1 commit
Commits
Show all changes
227 commits
Select commit Hold shift + click to select a range
f47c69e
MNT: update yahoo finance url
buefox Aug 29, 2015
de46378
added missing '&'s (stupid mistake)
buefox Sep 1, 2015
9f5c27f
Fix cohere-demo
dstansby Jan 28, 2017
a54d257
Add exaple title to cohere_demo
dstansby Jan 29, 2017
7f81351
Move cohere_demo to lines_bars_and_markers
dstansby Jan 29, 2017
998af8b
Add in missing .py
dstansby Jan 29, 2017
705b021
Handle dvi font names as ASCII bytestrings
jkseppan Aug 25, 2016
dbc8b9e
Test that the KeyError is raised when the font is missing
jkseppan Aug 25, 2016
93fad55
Mention bytestrings in docstring
jkseppan Aug 25, 2016
4874e4e
Add a helpful note when raising KeyError from dviread.PsFonts
jkseppan Aug 25, 2016
a130ba7
Attempted fix for Python 3.4 compatibility
jkseppan Aug 25, 2016
0f0e41a
More python 3.4 compatibility
jkseppan Aug 26, 2016
a7b5772
Use numpydoc format for several dviread docstrings
jkseppan Dec 27, 2016
803a96e
Remove useless docstring
jkseppan Dec 27, 2016
ec5d80e
Raise a more useful exception
jkseppan Dec 27, 2016
fe52808
Remove misleading parentheses from assert
jkseppan Dec 27, 2016
aa8c4f6
Simplify parsing with regular expressions
jkseppan Dec 27, 2016
9de07aa
Perhaps simplify further with regular expressions
jkseppan Dec 27, 2016
c87b653
Remove useless assert
jkseppan Dec 29, 2016
2e19a61
Fix dvi font name handling in pdf backend
jkseppan Dec 31, 2016
119934a
Separate the handling of dvi fonts in the pdf backend
jkseppan Jan 1, 2017
8fa303f
Simplify enc file parsing
jkseppan Jan 2, 2017
94587b1
Small changes in response to code review
jkseppan Jan 3, 2017
254e3df
Simplify psfonts.map parsing further
jkseppan Jan 3, 2017
a8674b3
Try to fix the KeyError test
jkseppan Jan 29, 2017
f6b4a32
FIX: Restore hatch color tracking edge color
tacaswell Jan 28, 2017
a58b0d1
DOC: add whats_new and api_changes entries for gc hatch methods
tacaswell Jan 29, 2017
66f8c26
Clarifying backports documentation
story645 Jan 29, 2017
c2daee2
Fix another datad[cmapname] that didn't exist in master.
QuLogic Jan 30, 2017
a8a769d
Fix grammar of Vega cmap deprecation message.
QuLogic Jan 30, 2017
49a14f3
Update coding_guide.rst
story645 Jan 30, 2017
fbe562c
Merge pull request #7986 from QuLogic/fix-cmap-deprecation
NelleV Jan 30, 2017
460e19d
Use backports.functools_lru_cache instead of functools32
felixonmars Jan 19, 2017
98a9347
Merge pull request #7809 from lkilcher/marker_verts_bug
dstansby Jan 30, 2017
8481bc5
Merge pull request #7997 from anntzer/image-tutorial-cmap
dstansby Jan 31, 2017
ab81f13
Test 2.0.x on released python 3.6
dstansby Jan 31, 2017
936315c
Fix broken backported test
dstansby Jan 31, 2017
6b2e116
PEP8
dstansby Jan 31, 2017
c4700bb
FIX: do not try to render empty images
tacaswell Feb 1, 2017
6727dc6
Merge pull request #8004 from dstansby/backport-test-fix
NelleV Feb 1, 2017
654b53b
Merge pull request #8000 from matplotlib/testing-3.6-1
QuLogic Feb 1, 2017
d9742a4
DOC: add missing docs for change to Figure.set_size_inches
tacaswell Feb 2, 2017
493cb8a
Merge pull request #8008 from tacaswell/doc_document_set_size_inches_…
NelleV Feb 2, 2017
1deff71
do not ignore "closed" parameter in Poly3DCollection
dlaidig Feb 3, 2017
2f568c7
add test for closed parameter for Poly3DCollection
dlaidig Feb 3, 2017
48d0ddc
TST: fix test (turns out it is not a context manager)
tacaswell Feb 5, 2017
3ae2ec9
FIX: numpy arrays are not 'truthy'
tacaswell Feb 5, 2017
eeb5a76
Merge pull request #7981 from story645/coding_guide
QuLogic Feb 6, 2017
9bf4238
Cleanup: use `is not` instead of `not ... is`, etc.
anntzer Jan 23, 2017
07752de
Merge pull request #7933 from anntzer/cleanup-not-is-is-not
QuLogic Feb 6, 2017
99de4a7
Bump font cache version.
QuLogic Feb 6, 2017
c4b8fe6
Merge pull request #8014 from dani-l/poly3dbug
WeatherGod Feb 6, 2017
6add6ce
ENH: Fixed PercentFormatter usage with latex
madphysicist Jan 27, 2017
62ad55b
Increase data length of specgram() test to remove UserWarnings (fixes…
DietBru Jan 29, 2017
7893b7b
Added test to check if specgram() warning is raised if len(x)<=NFFT.
DietBru Jan 29, 2017
804ade1
Typo + code beautification
DietBru Jan 30, 2017
17c40aa
Test the case len(x) < NFFT for psd() to restore code coverage.
DietBru Jan 31, 2017
379d128
Make sure that warning is always triggered.
DietBru Feb 1, 2017
850bb2e
Restore code coverage (second attempt).
DietBru Feb 3, 2017
9c031b9
Merge pull request #8025 from tacaswell/fix_log_subs
NelleV Feb 6, 2017
af37a47
Merge pull request #8029 from QuLogic/fontcache-bump
NelleV Feb 6, 2017
acda4ac
DOC: add missing word
tacaswell < 8000 relative-time datetime="2017-02-06T20:38:52Z" class="no-wrap">Feb 6, 2017
babdf73
MNT: minor tweak to checking size
tacaswell Feb 6, 2017
91261e7
Merge pull request #7965 from madphysicist/pct-formatter-updates
QuLogic Feb 6, 2017
d63c95d
Merge pull request #7976 from tacaswell/fix_hatch_color
QuLogic Feb 6, 2017
013fd3f
Merge pull request #8006 from tacaswell/fix_imshow_segfault
QuLogic Feb 6, 2017
c43f4fd
FIX: in errorbar discard any kwargs which have None value
tacaswell Feb 6, 2017
502a395
Update set_and_get.py
shaunwbell Feb 6, 2017
6a46f04
Merge pull request #7985 from vollbier/fix_specgram_Userwarning
QuLogic Feb 6, 2017
c15694b
Merge pull request #8033 from shaunwbell/patch-1
tacaswell Feb 7, 2017
e5c3cba
Merge pull request #8033 from shaunwbell/patch-1
tacaswell Feb 7, 2017
061061b
extend 'grid.linestyle' valid types to on-off ink sequences
afvincent Feb 7, 2017
5be29b5
extend 'add test for the new function 'validate_grid_linestyle'
afvincent Feb 7, 2017
4870135
MNT: Always run coverage on AppVeyor
dopplershift Feb 6, 2017
2519bf2
MNT: Increase required test lines coverage
dopplershift Feb 6, 2017
d8907b7
BUG: Fix duplicated test name in test_axes.
dopplershift Feb 7, 2017
093923b
BUG: Fix duplicated test name in test_contour.py
dopplershift Feb 7, 2017
ae2381c
MNT: Remove duplicated test code.
dopplershift Feb 7, 2017
7d0a3d3
MNT: Remove unused pickling debug code.
dopplershift Feb 7, 2017
3227ed1
BUG: Duplicated test class in test_ticker.py
dopplershift Feb 7, 2017
ca858b7
BUG: Fix animation test
dopplershift Feb 7, 2017
af56c13
MNT: More testing cleanups for coverage.
dopplershift Feb 7, 2017
9f316f9
MNT: Pep8 a few tests
dopplershift Feb 7, 2017
9b8b99b
Fixed a small mistake in matplotlibrc.template
rebot Feb 7, 2017
f406d7d
Remove convolution from cohere_demo
dstansby Feb 7, 2017
37d7f1f
Fix pyplot.axes(ax) when ax is in other figure.
pavoljuhas Feb 7, 2017
25efd07
fix a small typo
afvincent Feb 8, 2017
712116b
Test pyplot.axes(ax) with ax from other figure.
pavoljuhas Feb 8, 2017
dfd1da5
Merge pull request #8037 from tacaswell/fix_errorbar_color_cycle
dopplershift Feb 8, 2017
e6e8468
Merge pull request #7968 from dstansby/cohere-demo-fix
dopplershift Feb 8, 2017
f7865d3
Merge pull request #8042 from rebot/patch-1
tacaswell Feb 9, 2017
5cb183c
Relax validation for all ls-related rcParams but contour.negative_lin…
afvincent Feb 9, 2017
d9ff6a8
Check that strings are valid line styles
afvincent Feb 9, 2017
44c3fde
fix PEP8
afvincent Feb 9, 2017
86c851a
Undeprecate is_scalar_or_string.
anntzer Feb 9, 2017
e8032df
use validate_linestyle even for rcParam 'contour.negative_linestyle'
afvincent Feb 10, 2017
e7caa5e
Added tight_layout() to example.
Feb 10, 2017
e8d4502
Merge pull request #8060 from tobias-froehlich/master
NelleV Feb 10, 2017
383e256
Add missing module to plt.subplots call.
pavoljuhas Feb 10, 2017
2fa64ad
Move pyplot.axes test to a dedicated function.
pavoljuhas Feb 10, 2017
96c75be
Merge pull request #8055 from anntzer/undeprecate-is_scalar_or_string
dstansby Feb 11, 2017
3d99e43
Merge pull request #8043 from pavoljuhas/fix-pyplot-axes-in-other-figure
NelleV Feb 11, 2017
25a8fed
ENH: make texFontMap a property
tacaswell Feb 11, 2017
2665eab 8000
Clean up and move accented text example
dstansby Feb 12, 2017
41b7d7f
Clean up text_rotation example
dstansby Feb 12, 2017
f19839e
Move text_rotation example
dstansby Feb 12, 2017
92e2c52
Merge pull request #6 from tacaswell/dvi-ascii
jkseppan Feb 12, 2017
5ba21b0
Use file system encoding for the psfonts file name
jkseppan Feb 12, 2017
10135bf
Document minor API changes
jkseppan Feb 12, 2017
6de9813
Explain named group ordering
jkseppan Feb 12, 2017
bf9aef6
Merge pull request #4997 from buefox/master
dstansby Feb 12, 2017
48456f5
Switch to suppress = True.
heathhenley Feb 12, 2017
2673585
Reintroduce former public validators for negative contours (but they …
afvincent Feb 13, 2017
0cab7c6
Merge pull request #8070 from heath730/setup_cfg_update
phobson Feb 13, 2017
7bd9bfe
make validate_linestyle private and case insensitive (+ adapt relevan…
afvincent Feb 13, 2017
ac51372
Merge pull request #8070 from heath730/setup_cfg_update
phobson Feb 13, 2017
ad21964
Remove deprecation warning in 'validate_negative_linestyle_legacy'
afvincent Feb 13, 2017
7ab75f5
Deprecate former validation schemes used by 'contour.negative_linestyle'
afvincent Feb 14, 2017
59328e6
Fix typo (a forgotten 'return' statement...)
afvincent Feb 14, 2017
6a13691
Scatter text anchor points
dstansby Feb 14, 2017
3c19565
Tidy up docstring
dstansby Feb 14, 2017
cc5be95
Add link to scipython book
Feb 16, 2017
da7564d
Set sticky_edges correctly for negative height bar().
anntzer Jan 30, 2017
862651d
Fix PYTHONHASHSEED setup on OS X.
QuLogic Feb 16, 2017
bdb8682
TST: Close figures before image comparison.
QuLogic Feb 5, 2017
b71447f
Remove test_mouseclicks and copy some bits to docs.
QuLogic Feb 5, 2017
c632e41
Use pytest.importorskip for consistent skip message.
QuLogic Feb 5, 2017
113d079
Remove nose from tox environment.
QuLogic Feb 5, 2017
9d36e98
Document markers used by pytest.
QuLogic Feb 3, 2017
d9fbe8d
Fix tests.py when passing modules instead of paths.
QuLogic Feb 5, 2017
244806d
Update documentation to use pytest for testing.
QuLogic Feb 6, 2017
25192ea
Change setup to require pytest instead of nose.
QuLogic Feb 6, 2017
50eaad6
Remove multiprocess nose stuff.
QuLogic Feb 14, 2017
4529002
TST: Add 3.6 to tox.ini.
QuLogic Feb 16, 2017
5bc91c7
Move conftest.py so it works with uninstalled tests.
QuLogic Feb 16, 2017
a4427a1
Fix running of tests without installation.
QuLogic Feb 16, 2017
53e6bc4
DOC: add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
mitya57 Feb 16, 2017
3026bbd
Set default dpi to figure.dpi for MovieWriter classes.
heathhenley Feb 11, 2017
e0c002c
Add test for setup dpi default.
heathhenley Feb 11, 2017
4cfbb2f
Merge pull request #7871 from felixonmars/backports.functools_lru_cache
NelleV Feb 16, 2017
91a2bb8
Merge pull request #8084 from jacob-on-github/patch-2
dstansby Feb 16, 2017
a347da9
Merge pull request #8084 from jacob-on-github/patch-2
dstansby Feb 16, 2017
2a6bd58
Merge unicode_demo into accented_text
dstansby Feb 16, 2017
b430281
Remove unicode_demo
dstansby Feb 16, 2017
f697e8c
Merge pull request #8063 from heath730/Update_MovieWriter_dpi_default
dopplershift Feb 16, 2017
de72808
Merge pull request #8086 from mitya57/master
tacaswell Feb 17, 2017
1cce7d3
Merge pull request #8086 from mitya57/master
tacaswell Feb 17, 2017
5e825bd
Merge pull request #8085 from QuLogic/osx-shuf
tacaswell Feb 17, 2017
276e1e9
API: Remove lw clipping for dash scaling and tweak pattern
tacaswell Feb 6, 2017
c5a59e3
TST: Tests which require updates due to previous commit
tacaswell Feb 6, 2017
70e87c8
Fix the deprecation decorators
afvincent Feb 17, 2017
c060842
Add a what's new entry
afvincent Feb 17, 2017
aabf385
Fix a typo with the example in the what's new entry
afvincent Feb 17, 2017
1122dc5
Update accented text sentences@
dstansby Feb 17, 2017
53c5560
Remove example of matrix of size (12, 12) and (64, 64)
patniharshit Feb 17, 2017
2558530
Merge pull request #8032 from tacaswell/api_lw_scale_clipping
afvincent Feb 17, 2017
6a0c3ee
Update pytest documentation based on review.
QuLogic Feb 18, 2017
29c1308
TST: Remove extra Travis build.
QuLogic Feb 18, 2017
224305c
Improve error message for image_comparison decorator.
anntzer Feb 18, 2017
1c2477d
use plt.gca instead of plt.axes for already exhisting implicit axes
patniharshit Feb 18, 2017
f944078
remove spaces in comment
patniharshit Feb 18, 2017
5f98750
Merge pull request #8096 from anntzer/improve-imagecomparisondecorato…
NelleV Feb 18, 2017
f99c366
Merge pull request #8097 from patniharshit/gca
NelleV Feb 18, 2017
6450ce2
Merge pull request #8040 from afvincent/wip_relax_grid_ls_validation
NelleV Feb 18, 2017
3b9a916
Merge pull request #8094 from patniharshit/keepmiddle
dstansby Feb 18, 2017
35996ce
Merge pull request #8094 from patniharshit/keepmiddle
dstansby Feb 18, 2017
add8155
Update examples/README.txt.
anntzer Feb 19, 2017
747792b
Merge pull request #8099 from anntzer/examples-readme
NelleV Feb 19, 2017
3986e84
Named Matplotlib module in windows instructions
Feb 19, 2017
8bf2488
Use XDG config path on FreeBSD
rqcy Feb 19, 2017
0497a1d
Merge pull request #8101 from goldstarwebs/master
NelleV Feb 20, 2017
0d5a02a
Merge pull request #8026 from QuLogic/pytest-tweaks
dstansby Feb 20, 2017
752d6c6
Merge remote-tracking branch 'matplotlib/v2.0.0-doc' into v2.0.x
tacaswell Feb 20, 2017
8241344
Merge pull request #8103 from afvincent/enh_use_xdg_config_path_on_fr…
NelleV Feb 20, 2017
47fdc32
Merge remote-tracking branch 'matplotlib/v2.0.x'
tacaswell Feb 20, 2017
e69ea36
Merge pull request #8110 from tacaswell/mrg2.0.x
dstansby Feb 20, 2017
cf0d260
Merge pull request #8036 from dopplershift/tweak-coverage
dstansby Feb 20, 2017
6b25f0b
Add test for rectangle with width, height < 0.
anntzer Feb 20, 2017
c2aabe9
Cleanup transforms.py.
anntzer Nov 3, 2016
aa406bf
Restore fast(er) impl. of `overlaps`.
anntzer Feb 21, 2017
297a753
Don't drop nans in bbox computations.
anntzer Feb 21, 2017
7f45a85
Add branch coverage; exclude _version.py from coverage.
anntzer Feb 21, 2017
2bce760
Merge pull request #7394 from anntzer/transforms-cleanup
QuLogic Feb 21, 2017
0676217
Deprecate matplotlib.tests.assert_str_equal.
anntzer Feb 21, 2017
48c7360
Drop None from Container.get_children().
anntzer Feb 21, 2017
ccc8f16
Merge pull request #8118 from anntzer/deprecate-assert_str_equal
phobson Feb 21, 2017
a14b453
Curlies --> curly braces
dstansby Feb 21, 2017
349d6f0
Merge pull request #7995 from anntzer/negative-height-bar
NelleV Feb 22, 2017
29bff2f
Merge pull request #8115 from anntzer/coverage-tweaks
NelleV Feb 22, 2017
db9e631
Merge pull request #8119 from anntzer/drop-None-container-children
NelleV Feb 22, 2017
a34c859
Merge pull request #8065 from dstansby/doc-accented-text
QuLogic Feb 23, 2017
56377e3
Disable network tests on AppVeyor.
QuLogic Feb 23, 2017
a4694a0
DOC: numpydoc-ify widget.Slider.
heathhenley Feb 23, 2017
36ad946
Raise ValueError if slidermin/max incompatible.
heathhenley Feb 23, 2017
f59028e
Dry out bounds checking for reuse.
heathhenley Feb 23, 2017
9f4258b
Lint: tabs to spaces.
heathhenley Feb 23, 2017
ffba7d9
Tests for widgets.Slider.
heathhenley Feb 23, 2017
7220afd
Merge pull request #8133 from QuLogic/appveyor-no-network
NelleV Feb 23, 2017
652224c
DOC: Fixed x, y, docstring in errorbar
madphysicist Feb 24, 2017
ba418fd
Merge pull request #8139 from madphysicist/patch-1
NelleV Feb 24, 2017
9d3e5e1
Doc nit.
heathhenley Feb 23, 2017
ea899aa
Improve test coverage.
heathhenley Feb 23, 2017
dc55f80
Bounds check returns value.
heathhenley Feb 23, 2017
325789a
FIX nitpicks on docstring
NelleV Feb 24, 2017
2b42285
Fix: indent error
heathhenley Feb 25, 2017
8c57dae
Regenerate the gitwash docs.
aashil Feb 23, 2017
c3e65f1
Merge pull request #8134 from heath730/slider_updates
NelleV Feb 25, 2017
65201e0
Merge pull request #8066 from dstansby/doc-text-rotation
NelleV Feb 25, 2017
0a0fd5e
Deprecate Axes.axesPatch, Figure.figurePatch.
anntzer Feb 25, 2017
4a2c850
Merge pull request #6977 from jkseppan/dvi-ascii
QuLogic Feb 26, 2017
781872e
Remove support for -dbackend argv.
anntzer Feb 25, 2017
cb0d97c
Merge pull request #8137 from aashil/regenerate-gitwash-docs
dstansby Feb 26, 2017
a6c32f8
Merge pull request #8148 from anntzer/remove--dbackend-flag
tacaswell Feb 26, 2017
cce57fe
Merge pull request #8150 from anntzer/deprecate-figurePatch-axesPatch
QuLogic Feb 26, 2017
2c6ed07
Add a block in 'installing' docs.
aashil Feb 27, 2017
1182770
Merge pull request #8161 from aashil/fix-doc-syntax
tacaswell Feb 27, 2017
14071f6
Fixes typos in Artist tutorial
katzenbaer Feb 27, 2017
e67026c
Merge pull request #8167 from katzenbaer/fixes-artists-docs
dstansby Feb 28, 2017
04d5e0a
fix_small_typos_in_eventplot_docstring
afvincent Feb 28, 2017
72cea62
Merge pull request #8171 from afvincent/typo_eventplot_docstring
anntzer Mar 1, 2017
dfce0b2
MAINT: mappingview check for Python 3.4
matthew-brett Feb 27, 2017
c2f675d
Merge pull request #8166 from matthew-brett/master
dstansby Mar 1, 2017
7c22928
add badges
epintozzi Mar 2, 2017
6b501ea
add badges
epintozzi Mar 2, 2017
e569bab
gitter badge
epintozzi Mar 2, 2017
ac6cbf8
use svg for travis badge
epintozzi Mar 2, 2017
1f173dd
Merge pull request #8178 from epintozzi/readme_badges
dstansby Mar 2, 2017
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
Raise a more useful exception
  • Loading branch information
jkseppan committed Jan 29, 2017
commit ec5d80e66e443b5c43a80c981139fd78c43e9ef7
4 changes: 3 additions & 1 deletion lib/matplotlib/dviread.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,9 @@ class DviFont(object):
__slots__ = ('texname', 'size', 'widths', '_scale', '_vf', '_tfm')

def __init__(self, scale, tfm, texname, vf):
assert(isinstance(texname, bytes))
if not isinstance(texname, bytes):
raise ValueError("texname must be a bytestring, got %s"
% type(texname))
self._scale, self._tfm, self.texname, self._vf = \
scale, tfm, texname, vf
self.size = scale * (72.0 / (72.27 * 2**16))
Expand Down
0