Package: matplotlib / 2.0.0+dfsg1-2

Metadata

Package Version Patches format
matplotlib 2.0.0+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
20_matplotlibrc_path_search_fix.patch | (download)

lib/matplotlib/__init__.py | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 fixes the path to search for matplotlibrc file

70_bts720549_try_StayPuft_for_xkcd.patch | (download)

lib/matplotlib/pyplot.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 try to use also staypuft (a free font) for xkcd

multiarch tktcl.patch | (download)

setupext.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 adapt setup to find multiarched tk/tcl

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/752647
gtk3cairo_check_no multiprocessing.patch | (download)

setupext.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 gtk3cairo_check_no-multiprocessing

Patch-Name: gtk3cairo_check_no-multiprocessing.patch

0005 bts800803 disable the GitHub Fork Me ribbon.patch | (download)

doc/_templates/layout.html | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 bts800803 disable the github fork me ribbon


0006 bts800803 dont use the Raleway font from the Google .patch | (download)

doc/_templates/layout.html | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 bts800803 dont use the raleway font (from the google fonts api)


0007 bts800803 remote the Google Analytics tracking.patch | (download)

doc/_templates/layout.html | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 bts800803 remote the google analytics tracking


0008 Increase test tollerance.patch | (download)

lib/matplotlib/testing/decorators.py | 2 1 + 1 - 0 !
lib/matplotlib/tests/test_mathtext.py | 2 1 + 1 - 0 !
lib/matplotlib/tests/test_patheffects.py | 2 1 + 1 - 0 !
lib/matplotlib/tests/test_png.py | 2 1 + 1 - 0 !
lib/matplotlib/tests/test_streamplot.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 increase test tollerance

Patch taken from Fedora packaging:
http://pkgs.fedoraproject.org/cgit/rpms/python-matplotlib.git/plain/python-matplotlib-increase-tests-tolerance.patch

0009 Add a newline separator in fc list call.patch | (download)

lib/matplotlib/font_manager.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add a newline separator in fc-list call

Fixes #7906.

0010 remove interpolation_none_vs_nearest.py.patch | (download)

examples/images_contours_and_fields/interpolation_none_vs_nearest.py | 62 0 + 62 - 0 !
1 file changed, 62 deletions(-)

 remove interpolation_none_vs_nearest.py

this example uses necked_tensile_specimen.png, which has been removed due to a
non distributable color calibration code, and so when it is executed during the
build process makes it fail to generate the HTML doc.