You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(16) |
2
(16) |
3
(5) |
4
(4) |
5
(4) |
6
(10) |
7
(33) |
8
(11) |
9
(20) |
10
(7) |
11
(8) |
12
(18) |
13
(27) |
14
(21) |
15
(15) |
16
(10) |
17
(12) |
18
(3) |
19
(12) |
20
(12) |
21
(14) |
22
(32) |
23
(15) |
24
(20) |
25
(12) |
26
(32) |
27
(29) |
28
(17) |
29
(25) |
30
(12) |
31
(5) |
imshow requires the data to be regularly spaced. use pcolor instead. Also, to be clear, pcolor() can take 1-D X and Y arguments, but only if it is regular. If the coordinates are irregular, then you need to use 2D X and Y arguments. Ben Root On Wed, Jul 7, 2010 at 5:15 PM, Ross Williamson < ros...@gm...> wrote: > Hi Everyone > > I think I'm being dumb but I have a set of 2d data (2d array) z > (100x100) which I need to plot - I have a nominal set of x and y > positions say: > > x = linspace(0,100) > y = linspace(0,100) > > Now the actual positions of the points in z are given by the following: > > u,v = meshgrid(x,y) > > phi = arctan2(v,u) > theta = arcsin(u/cos(phi)) > > so I have three 2d arrays (100x100) which describe the postion > (phi,theta) of the points in z > > How do I go about plotting these say using imshow? > > Cheers > > Ross > > -- > Ross Williamson > University of Chicago > Department of Astronomy & Astrophysics > 773-834-9785 (office) > 312-504-3051 (Cell) > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
Hi Everyone I think I'm being dumb but I have a set of 2d data (2d array) z (100x100) which I need to plot - I have a nominal set of x and y positions say: x = linspace(0,100) y = linspace(0,100) Now the actual positions of the points in z are given by the following: u,v = meshgrid(x,y) phi = arctan2(v,u) theta = arcsin(u/cos(phi)) so I have three 2d arrays (100x100) which describe the postion (phi,theta) of the points in z How do I go about plotting these say using imshow? Cheers Ross -- Ross Williamson University of Chicago Department of Astronomy & Astrophysics 773-834-9785 (office) 312-504-3051 (Cell)
Hi Everyone I think I'm being dumb but I have a set of 2d data (2d array) z (100x100) which I need to plot - I have a nominal set of x and y positions say: x = linspace(0,100) y = linspace(0,100) Now the actual positions of the points in z are given by the following: -- Ross Williamson University of Chicago Department of Astronomy & Astrophysics 773-834-9785 (office) 312-504-3051 (Cell)
Try out the xlim() function. It can take a tuple of values, or two arguments. Ben Root On Wed, Jul 7, 2010 at 4:57 AM, abbb <ab...@su...> wrote: > > Hi there, > I am trying to rotate the axis of my hammer plot. They are set to span from > -pi to pi along the x-axis and pi/2 to -pi/2 on the y-axis, however, I > would > like the axis to go from 0 to 2*pi on the x-axis. I am using this for the > first time, my code is just: > > subplot(111, projection="hammer") > p=plot([a],[b],"o") > grid(True) > show() > > does anyone know what i need to add to this to change the limits of the > x-axis? > > -- > View this message in context: > http://old.nabble.com/hammer-aitoff-projection-changing-the-axis-tp29094391p29094391.html > Sent from the matplotlib - users mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
I found one method to work around this. I iterate through the list of collections by accessing the axes.collections list and checking to see if the type of the collection is a CircleCollection. If so, I remove the item then redraw the collection for the appropriate zoom level. This doesn't really seem like an optimal way of doing this though. -Aman On Wed, Jul 7, 2010 at 4:36 PM, Aman Thakral <ama...@gm...> wrote: > Hi, > > I was just curious if there is a way to update the data for a scatter plot > similar to the set_data function for a axes.plot object? The reason is > because I need to update a scatter plot at various zoom levels and > colors/distribution of the circles will change with the zoom level. I > looked at the output from the get_paths and it does not correspond to the > vertices of circles that are in the plot. > > Any help would be greatly appreciated. > > Thanks, > Aman > -- Aman Thakral B.Eng & Biosci, M.Eng Design
Hi, I was just curious if there is a way to update the data for a scatter plot similar to the set_data function for a axes.plot object? The reason is because I need to update a scatter plot at various zoom levels and colors/distribution of the circles will change with the zoom level. I looked at the output from the get_paths and it does not correspond to the vertices of circles that are in the plot. Any help would be greatly appreciated. Thanks, Aman
Bala, the white space you see is due to contourf trying to have the axes ticks end on a round number. If you don't want that behavior, you can set the limits of the plot after calling contourf() with something like this: contourf(X, Y, Z) xlim(x_min, x_max) ylim(y_min, y_max) presuming you would know which values to use for the min and max variables. Somebody else will have to explain the locator and the x,y units kargs because I am not familiar with them. Ben Root On Wed, Jul 7, 2010 at 5:34 AM, Bala subramanian <bal...@gm...>wrote: > Friends, > > I used contourf function to plot a matrix, the output figure is attached. > In the figure, i observe a strange white space at the corners. What is going > wrong here. Herewith i have also attached the code. > > Also someone please explaing me the usage of locator and x,y units **kargs > available for contourf function. > > Thanks, > Bala > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >
On Wed, Jul 7, 2010 at 12:39 PM, Edward Barnard <edb...@gm...> wrote: > Hi All > > I had a problem installing matplotlib 1.0.0 on MacOS X 10.6 using python.org 2.6.5 with the binary installer (dmg). When importing pylab, datautils was missing. I fixed that by easy_installing python-dateutils, but it seems like it should be included in the installer or listed in the install requirements. > > Thanks for a great piece of software! Russell -- did you use setup.cfg for the mac binaries? pytz and dateutil should be turned on in that file (copy setup.cfg.template to setup.cfg)
resending to the list too, fwiw. 2010年7月5日 Stephen T. <obs...@ho...>: > Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python > 2.6 downloaded and installed from python.org. (10.5 came with Apple Python > 2.5). I've also installed NumPy and SciPy for Python 2.6. Since you are 10.5, I think your default compiler is gcc-4.0 if I'm not very much mistaken. Can you please verify that by issuing gcc --version? I had a private conversation with the "owner" of the previous thread about OS X, and it seems that there are two ways to build matplotlib. I personally had no luck with the prebuilt version either, but I don't remember the issue, I think it wasn't compatible with my gcc-4.2 compiled freetype2 (I'm on 10.6). a) Use make.osx. This is quite easy, but you have no control over where the libraries are installed, and if you do not log it via 2>&1 | tee log.txt we will be unable to diagnose. make.osx installs libraries in your system, so be aware of this. b) Install the libraries on your own. This seems to be a little more complicated, but it isn't really. I used libpng 1.4 with a few modifications, just a few lines in src/_png.cpp. (You also may already have recent enough versions through your /opt/ path.) Sorry, I'm writing this again and again to all the users I tried to convice of this way, but I didn't find inclination to do it properly together with the developers on the website. Did you compile Python 2.6 yourself? If yes, have you made sure to use the --enable-framework switch for configure? > I've tried EasyInstall, svn, and dmg. The dmg expects Apple Python 2.6 so > that's out. For the EasyInstall and svn routes I think I must be missing > some external libraries? Below are some snippets of warnings/error messages: It would be helpful to have information about the initial diagnostic output of the setup.py call, but I don't know if easy_install works that way. The installation routine tells there what libraries are found and if you have pkg-config it tells also the version found. > from EasyInstall: > $ easy_install matplotlib > > matplotlib: 0.99.3 > warning: no files found matching 'MANIFEST' > warning: no files found matching 'lib/mpl_toolkits' > ld warning: in /opt/local/lib/libfreetype.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libz.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libfreetype.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libz.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libpng12.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libz.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libfreetype.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libz.dylib, file is not of required > architecture > ld: in /opt/local/lib/libxml2.2.dylib, file is not of required architecture > for architecture ppc I think /opt/ installs are macports or similar? What kind of "package system" for Mac do you have installed? > collect2: ld returned 1 exit status It doesn't tell which arch it's missing. I'm a bit confused about this "missing architecture". What arch does your system have? > ld warning: duplicate dylib /opt/local/lib/libz.1.dylib That's strange to me. > lipo: can't open input file: > /var/folders/Yh/Yh3On1j+FXW+r-334Wk-vk+++TI/-Tmp-//ccWD9nm4.out (No such > file or directory) > error: Setup script exited with error: command 'c++' failed with exit status > 1 This is the normal error when it failed. > from SVN: > $ python setup.py build > matplotlib: 1.0.svn Somewhere here comes the output about the libraries and dependencies. > ld warning: in /opt/local/lib/libfreetype.dylib, file is not of required > architecture > ld warning: in /opt/local/lib/libz.dylib, file is not of required > architecture > ld: in /opt/local/lib/libxml2.2.dylib, file is not of required architecture > for architecture ppc > collect2: ld returned 1 exit status > ld warning: duplicate dylib /opt/local/lib/libz.1.dylib > lipo: can't open input file: > /var/folders/Yh/Yh3On1j+FXW+r-334Wk-vk+++TI/-Tmp-//cc6cv190.out (No such > file or directory) > error: command 'c++' failed with exit status 1 This all seems the same as above. > and in both throughout the messages there are references to "linker input > file unused because linking not done" for > powerpc-apple-darwin9-gcc-4.0.1 and i686-apple-darwin9-gcc-4.0.1. I don't know, I also encountered this often, seems to be an extra option issued by the distutils, which is not needed. > I'd tried the EPD version also (and had it working), but then EasyInstall > would direct me to their repositories (for which I did not have a password) > so I could not download and install RPy2 and other modules (easily), so I > decided to build up from individual components... I did without EPD and 0.99.3 is working fine. > Any advice you can provide on helping me complete the matplotlib > installation? I think after this I will have the basics for data analysis in > Python (with NumPy and SciPy). Yeah. Please be prepared that it may take a while to sort out all the issues on our way. But I'm sure it's worth! Friedrich
On 7 July 2010 14:00, John Hunter <jd...@gm...> wrote: > On Wed, Jul 7, 2010 at 12:12 PM, Eric Firing <ef...@ha...> wrote: >> On 07/07/2010 04:25 AM, Angus McMorland wrote: >>> Hi all, >>> >>> I'm trying to install matplotlib from svn. I have two versions of >>> numpy on my computer: one installed by the Ubuntu package manager in >>> /usr/lib and one installed from source in /usr/local/lib which takes >>> precedence based on the order of my PYTHONPATH. I'm trying to install >>> the latest matplotlib from source, also into /usr/local using >>> >>> python setup.py install --prefix=/usr/local >>> >>> but mpl's setup.py appears to not use np.get_include() when working >>> out where to look for the numpy headers, so is finding the old ones in >>> /usr/lib. Is this the correct behaviour, and/or am I doing something >>> wrong? Is there another way to specify where the headers should be >>> found? >> >> I can't investigate properly right now, but get_include() is getting called: >> >> efiring@manini:~/programs/py/mpl/mpl_trunk$ grep get_include *.py >> setupext.py: module.include_dirs.append(numpy.get_include()) >> >> You could try putting in print statements to see what version of numpy >> has been imported at that point, and if it is the wrong one, how that >> comes about. When numpy is being imported for the first time in >> setupext.py, is PYTHONPATH what you think it is? > > That was my first thought -- when you call setup.py install are you > running as root. If so, it may not be picking up your userland > PYTHONPATH. Try adding the python path on the install line, eg > > PYTHONPATH=/usr/local/lib/python2.6/site-packages python setup.py > install --prefix=/usr/local Thanks guys- that was exactly the problem: sudo not carrying PYTHONPATH through from userland. In case anyone's interested, I fixed it by adding Defaults env_keep+="PYTHONPATH" to my /etc/sudoers file, so the problem should now be permanently fixed. Sorry for the noise. Angus.
On Wed, Jul 7, 2010 at 12:12 PM, Eric Firing <ef...@ha...> wrote: > On 07/07/2010 04:25 AM, Angus McMorland wrote: >> Hi all, >> >> I'm trying to install matplotlib from svn. I have two versions of >> numpy on my computer: one installed by the Ubuntu package manager in >> /usr/lib and one installed from source in /usr/local/lib which takes >> precedence based on the order of my PYTHONPATH. I'm trying to install >> the latest matplotlib from source, also into /usr/local using >> >> python setup.py install --prefix=/usr/local >> >> but mpl's setup.py appears to not use np.get_include() when working >> out where to look for the numpy headers, so is finding the old ones in >> /usr/lib. Is this the correct behaviour, and/or am I doing something >> wrong? Is there another way to specify where the headers should be >> found? > > I can't investigate properly right now, but get_include() is getting called: > > efiring@manini:~/programs/py/mpl/mpl_trunk$ grep get_include *.py > setupext.py: module.include_dirs.append(numpy.get_include()) > > You could try putting in print statements to see what version of numpy > has been imported at that point, and if it is the wrong one, how that > comes about. When numpy is being imported for the first time in > setupext.py, is PYTHONPATH what you think it is? That was my first thought -- when you call setup.py install are you running as root. If so, it may not be picking up your userland PYTHONPATH. Try adding the python path on the install line, eg PYTHONPATH=/usr/local/lib/python2.6/site-packages python setup.py install --prefix=/usr/local
Hi All I had a problem installing matplotlib 1.0.0 on MacOS X 10.6 using python.org 2.6.5 with the binary installer (dmg). When importing pylab, datautils was missing. I fixed that by easy_installing python-dateutils, but it seems like it should be included in the installer or listed in the install requirements. Thanks for a great piece of software! -Ed
On 07/07/2010 04:25 AM, Angus McMorland wrote: > Hi all, > > I'm trying to install matplotlib from svn. I have two versions of > numpy on my computer: one installed by the Ubuntu package manager in > /usr/lib and one installed from source in /usr/local/lib which takes > precedence based on the order of my PYTHONPATH. I'm trying to install > the latest matplotlib from source, also into /usr/local using > > python setup.py install --prefix=/usr/local > > but mpl's setup.py appears to not use np.get_include() when working > out where to look for the numpy headers, so is finding the old ones in > /usr/lib. Is this the correct behaviour, and/or am I doing something > wrong? Is there another way to specify where the headers should be > found? I can't investigate properly right now, but get_include() is getting called: efiring@manini:~/programs/py/mpl/mpl_trunk$ grep get_include *.py setupext.py: module.include_dirs.append(numpy.get_include()) You could try putting in print statements to see what version of numpy has been imported at that point, and if it is the wrong one, how that comes about. When numpy is being imported for the first time in setupext.py, is PYTHONPATH what you think it is? Eric > > Thanks, > > Angus.
On 07/07/2010 05:01 AM, Benjamin Root wrote: > Samuel, > > Fortunately, matplotlib keeps all of the files that it compiles with the > python files that it installs. On Ubuntu, I believe that the > installation directory was /usr/lib/python2.?/dist-packages/matplotlib* ubuntu 8.04 was still using site-packages; the switch to dist-packages was in 9.10, if I remember correctly. 8.04 uses python 2.5. Also check the /usr/local path along with the /usr path. I'm not sure whether the installation from source put things by default in /usr or /usr/local. I always do installations from tarball in /usr/local so as to keep them separate from packages installed via the distro packaging system. Eric > (note, I don't remember the exact version of python and the exact name > of the matplotlib directory). If you remove that matplotlib directory > and the corresponding matplotlib egg info file that is also in the > dist-packages directory, that should get everything with respect to > matplotlib. > > Also, if you use basemap, remember that it is installed separately from > matplotlib and it would also have to be removed in a similar manner, if > you needed it removed. > > I hope that is helpful. > > Ben Root > > > On Wed, Jul 7, 2010 at 8:59 AM, Samuel Teixeira Santos > <arc...@gm... <mailto:arc...@gm...>> wrote: > > Hi all > > on my server (ubuntu 8.04 lts) > I installed matplotlib > > and was that kind of installation who compile various files with > gcc, gfortran and so on > > now I wanna remove them > to install the new version... > > could anyone help me with this? because I don't wann to do something > who could be bad to the server... > > thanks in advanced... > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first <http://sprint.com/first> -- > http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > <mailto:Mat...@li...> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Thanks for the info I'll give it a try.
At first glance it looks like a problem with the build. Do you have all of the Tkinter development packages? Have you build from source before? Also, if you have built from source before, then maybe it was not a completely clean build directory? Note that using 'clean' doesn't seem to do a sufficient job for me. I usually completely remove the build directory after calling 'clean'. Ben Root On Wed, Jul 7, 2010 at 10:36 AM, Savas Salvaris <sal...@gm...> wrote: > Hi I have recently tried to compile matplotlib-1.0 from source and although > I am able to get everything working with the WxAgg and QtAgg backends the > TkAgg backend comes up with an error saying it can not find _tkagg. I am > able to load _tkagg into my own python programs so unsure of the cause of > the error. I have looked on Google and although it has been mentioned no > solution was offered. here is the output of a clean build: > > > basedirlist is: ['/usr/local', '/usr'] > > ============================================================================ > BUILDING MATPLOTLIB > matplotlib: 1.0.0 > python: 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC > 4.4.1] > platform: linux2 > > REQUIRED DEPENDENCIES > numpy: 1.3.0 > freetype2: 9.20.3 > > OPTIONAL BACKEND DEPENDENCIES > libpng: 1.2.37 > Tkinter: no > * Using default library and include directories for > * Tcl and Tk because a Tk window failed to open. > * You may need to define DISPLAY for Tk to work so > * that setup can determine where your libraries are > * located. Tkinter present, but header files are > not > * found. You may need to install development > * packages. > wxPython: no > * WXAgg's accelerator requires `wx-config'. The > * `wx-config' executable could not be located in > any > * directory of the PATH environment variable. If > you > * want to build WXAgg, and wx-config is in some > * other location or has some other name, set the > * WX_CONFIG environment variable to the full path > of > * the executable like so: export > WX_CONFIG=/usr/lib > * /wxPython-2.6.1.0-gtk2-unicode/bin/wx-config > pkg-config: looking for pygtk-2.0 gtk+-2.0 > * Package pygtk-2.0 was not found in the pkg-config > * search path. Perhaps you should add the directory > * containing `pygtk-2.0.pc' to the PKG_CONFIG_PATH > * environment variable No package 'pygtk-2.0' found > * You may need to install 'dev' package(s) to > * provide header files. > Gtk+: no > * Could not find Gtk+ headers in any of > * '/usr/local/include', '/usr/include', '.' > Mac OS X native: no > Qt: no > Qt4: Qt: 4.5.2, PyQt4: 4.6 > Cairo: 1.8.6 > > OPTIONAL DATE/TIMEZONE DEPENDENCIES > datetime: present, version unknown > dateutil: 1.4.1 > pytz: 2009l > > OPTIONAL USETEX DEPENDENCIES > dvipng: 1.11 > ghostscript: 8.70 > latex: 3.141592 > pdftops: 0.12.0 > > [Edit setup.cfg to suppress the above messages] > > ============================================================================ > pymods ['pylab'] > packages ['matplotlib', 'matplotlib.backends', > 'matplotlib.backends.qt4_editor', 'matplotlib.projections', > 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests', > 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid', > 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist', > 'matplotlib.sphinxext', 'matplotlib.numerix', 'matplotlib.numerix.mlab', ' > matplotlib.numerix.ma', 'matplotlib.numerix.linear_algebra', > 'matplotlib.numerix.random_array', 'matplotlib.numerix.fft', > 'matplotlib.tri', 'matplotlib.delaunay'] > running build > running build_py > creating build > creating build/lib.linux-x86_64-2.6 > copying lib/pylab.py -> build/lib.linux-x86_64-2.6 > creating build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/font_manager.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/mathtext.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/path.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/pyparsing.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/artist.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/transforms.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/cm.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/docstring.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/fontconfig_pattern.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/blocking_input.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/gridspec.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/_mathtext_data.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/widgets.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/backend_bases.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/type1font.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/dates.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/text.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/pyplot.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/lines.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/afm.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/quiver.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/_pylab_helpers.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/_cm.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/tight_bbox.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/texmanager.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/contour.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/textpath.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/axis.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/image.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/offsetbox.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/patches.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/legend.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/pylab.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/bezier.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/hatch.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/spines.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/collections.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/axes.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/colorbar.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/table.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/units.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/patheffects.py -> > build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/rcsetup.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/finance.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/cbook.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/ticker.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/dviread.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/colors.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/mlab.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/figure.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/scale.py -> build/lib.linux-x86_64-2.6/matplotlib > copying lib/matplotlib/mpl.py -> build/lib.linux-x86_64-2.6/matplotlib > creating build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_pdf.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_template.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_wxagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_cairo.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_gtkcairo.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_qtagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_mixed.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/windowing.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_agg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/tkagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_svg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_gtkagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_macosx.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_fltkagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_wx.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_gtk.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_emf.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_gdk.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_cocoaagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_qt.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_qt4agg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_qt4.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_ps.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > copying lib/matplotlib/backends/backend_tkagg.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends > creating build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor > copying lib/matplotlib/backends/qt4_editor/formlayout.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor > copying lib/matplotlib/backends/qt4_editor/figureoptions.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor > copying lib/matplotlib/backends/qt4_editor/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor > creating build/lib.linux-x86_64-2.6/matplotlib/projections > copying lib/matplotlib/projections/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/projections > copying lib/matplotlib/projections/geo.py -> > build/lib.linux-x86_64-2.6/matplotlib/projections > copying lib/matplotlib/projections/polar.py -> > build/lib.linux-x86_64-2.6/matplotlib/projections > creating build/lib.linux-x86_64-2.6/matplotlib/testing > copying lib/matplotlib/testing/noseclasses.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing > copying lib/matplotlib/testing/compare.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing > copying lib/matplotlib/testing/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing > copying lib/matplotlib/testing/decorators.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing > creating build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/EpochConverter.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/UnitDblConverter.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/UnitDbl.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/StrConverter.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/Duration.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/UnitDblFormatter.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > copying lib/matplotlib/testing/jpl_units/Epoch.py -> > build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units > creating build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_spines.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_text.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_backend_svg.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_cbook.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_axes.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_image.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_transforms.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_agg.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_mathtext.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_simplification.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_basic.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_mlab.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > copying lib/matplotlib/tests/test_dates.py -> > build/lib.linux-x86_64-2.6/matplotlib/tests > creating build/lib.linux-x86_64-2.6/mpl_toolkits > copying lib/mpl_toolkits/gtktools.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits > copying lib/mpl_toolkits/exceltools.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits > copying lib/mpl_toolkits/__init__.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits > creating build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/proj3d.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/axis3d.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/art3d.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/axes3d.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/__init__.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d > creating build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_size.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axislines.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_grid.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/angle_helper.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axisline_style.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/colorbar.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_divider.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/__init__.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/clip_path.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/inset_locator.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/grid_finder.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/floating_axes.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axis_artist.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid > creating build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/axes_rgb.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/axes_size.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/mpl_axes.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/axes_grid.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/parasite_axes.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/colorbar.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/axes_divider.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/__init__.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/inset_locator.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > copying lib/mpl_toolkits/axes_grid1/anchored_artists.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 > creating build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/axislines.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/angle_helper.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/axisline_style.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/__init__.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/clip_path.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/grid_finder.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/floating_axes.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > copying lib/mpl_toolkits/axisartist/axis_artist.py -> > build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist > creating build/lib.linux-x86_64-2.6/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/ipython_console_highlighting.py -> > build/lib.linux-x86_64-2.6/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/plot_directive.py -> > build/lib.linux-x86_64-2.6/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/only_directives.py -> > build/lib.linux-x86_64-2.6/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/mathmpl.py -> > build/lib.linux-x86_64-2.6/matplotlib/sphinxext > creating build/lib.linux-x86_64-2.6/matplotlib/numerix > copying lib/matplotlib/numerix/_sp_imports.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix > copying lib/matplotlib/numerix/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix > creating build/lib.linux-x86_64-2.6/matplotlib/numerix/mlab > copying lib/matplotlib/numerix/mlab/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix/mlab > creating build/lib.linux-x86_64-2.6/matplotlib/numerix/ma > copying lib/matplotlib/numerix/ma/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix/ma > creating build/lib.linux-x86_64-2.6/matplotlib/numerix/linear_algebra > copying lib/matplotlib/numerix/linear_algebra/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix/linear_algebra > creating build/lib.linux-x86_64-2.6/matplotlib/numerix/random_array > copying lib/matplotlib/numerix/random_array/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix/random_array > creating build/lib.linux-x86_64-2.6/matplotlib/numerix/fft > copying lib/matplotlib/numerix/fft/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/numerix/fft > creating build/lib.linux-x86_64-2.6/matplotlib/tri > copying lib/matplotlib/tri/triplot.py -> > build/lib.linux-x86_64-2.6/matplotlib/tri > copying lib/matplotlib/tri/tricontour.py -> > build/lib.linux-x86_64-2.6/matplotlib/tri > copying lib/matplotlib/tri/triangulation.py -> > build/lib.linux-x86_64-2.6/matplotlib/tri > copying lib/matplotlib/tri/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/tri > copying lib/matplotlib/tri/tripcolor.py -> > build/lib.linux-x86_64-2.6/matplotlib/tri > creating build/lib.linux-x86_64-2.6/matplotlib/delaunay > copying lib/matplotlib/delaunay/testfuncs.py -> > build/lib.linux-x86_64-2.6/matplotlib/delaunay > copying lib/matplotlib/delaunay/__init__.py -> > build/lib.linux-x86_64-2.6/matplotlib/delaunay > copying lib/matplotlib/delaunay/triangulate.py -> > build/lib.linux-x86_64-2.6/matplotlib/delaunay > copying lib/matplotlib/delaunay/interpolate.py -> > build/lib.linux-x86_64-2.6/matplotlib/delaunay > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm > -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/README.TXT -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf > creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_close.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_left.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_down.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_up.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_right.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_refresh.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_save_as.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/matplotlib.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/qt4_editor_options.svg -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/matplotlib.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.png -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_save_as.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_left.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_up.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_refresh.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_down.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_right.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_close.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.ppm -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/matplotlibrc -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data > copying lib/matplotlib/mpl-data/matplotlib.conf -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data > copying lib/matplotlib/mpl-data/lineprops.glade -> > build/lib.linux-x86_64-2.6/matplotlib/mpl-data > creating build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib > copying lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib -> > build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib > copying lib/matplotlib/backends/Matplotlib.nib/info.nib -> > build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib > copying lib/matplotlib/backends/Matplotlib.nib/classes.nib -> > build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib > creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines > copying > lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines > copying > lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines > copying > lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_date.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_point.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/shaped data.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_date.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_point.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_point.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/symlog.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying > lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/single_date.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/symlog.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/symlog.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > copying > lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > copying lib/matplotlib/tests/baseline_images/test_image/image_interps.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > copying lib/matplotlib/tests/baseline_images/test_image/figimage-0.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > copying lib/matplotlib/tests/baseline_images/test_image/figimage-1.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > copying lib/matplotlib/tests/baseline_images/test_image/image_interps.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > copying lib/matplotlib/tests/baseline_images/test_image/image_interps.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.pdf > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.png -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying > lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.svg > -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates > creating > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification > copying > lib/matplotlib/tests/baseline_images/test_simplification/overflow.pdf -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification > copying > lib/matplotlib/tests/baseline_images/test_simplification/overflow.svg -> > build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification > copying > lib/matplotlib/tests/baseline_images/test_simplification/fft_peaks.png -> > build/... [truncated message content]
Hi I have recently tried to compile matplotlib-1.0 from source and although I am able to get everything working with the WxAgg and QtAgg backends the TkAgg backend comes up with an error saying it can not find _tkagg. I am able to load _tkagg into my own python programs so unsure of the cause of the error. I have looked on Google and although it has been mentioned no solution was offered. here is the output of a clean build: basedirlist is: ['/usr/local', '/usr'] ============================================================================ BUILDING MATPLOTLIB matplotlib: 1.0.0 python: 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] platform: linux2 REQUIRED DEPENDENCIES numpy: 1.3.0 freetype2: 9.20.3 OPTIONAL BACKEND DEPENDENCIES libpng: 1.2.37 Tkinter: no * Using default library and include directories for * Tcl and Tk because a Tk window failed to open. * You may need to define DISPLAY for Tk to work so * that setup can determine where your libraries are * located. Tkinter present, but header files are not * found. You may need to install development * packages. wxPython: no * WXAgg's accelerator requires `wx-config'. The * `wx-config' executable could not be located in any * directory of the PATH environment variable. If you * want to build WXAgg, and wx-config is in some * other location or has some other name, set the * WX_CONFIG environment variable to the full path of * the executable like so: export WX_CONFIG=/usr/lib * /wxPython-2.6.1.0-gtk2-unicode/bin/wx-config pkg-config: looking for pygtk-2.0 gtk+-2.0 * Package pygtk-2.0 was not found in the pkg-config * search path. Perhaps you should add the directory * containing `pygtk-2.0.pc' to the PKG_CONFIG_PATH * environment variable No package 'pygtk-2.0' found * You may need to install 'dev' package(s) to * provide header files. Gtk+: no * Could not find Gtk+ headers in any of * '/usr/local/include', '/usr/include', '.' Mac OS X native: no Qt: no Qt4: Qt: 4.5.2, PyQt4: 4.6 Cairo: 1.8.6 OPTIONAL DATE/TIMEZONE DEPENDENCIES datetime: present, version unknown dateutil: 1.4.1 pytz: 2009l OPTIONAL USETEX DEPENDENCIES dvipng: 1.11 ghostscript: 8.70 latex: 3.141592 pdftops: 0.12.0 [Edit setup.cfg to suppress the above messages] ============================================================================ pymods ['pylab'] packages ['matplotlib', 'matplotlib.backends', 'matplotlib.backends.qt4_editor', 'matplotlib.projections', 'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests', 'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid', 'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist', 'matplotlib.sphinxext', 'matplotlib.numerix', 'matplotlib.numerix.mlab', ' matplotlib.numerix.ma', 'matplotlib.numerix.linear_algebra', 'matplotlib.numerix.random_array', 'matplotlib.numerix.fft', 'matplotlib.tri', 'matplotlib.delaunay'] running build running build_py creating build creating build/lib.linux-x86_64-2.6 copying lib/pylab.py -> build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/font_manager.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/mathtext.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/path.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/pyparsing.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/artist.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/transforms.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/cm.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/docstring.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/fontconfig_pattern.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/blocking_input.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/gridspec.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/_mathtext_data.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/widgets.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/backend_bases.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/type1font.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/dates.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/text.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/pyplot.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/lines.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/afm.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/quiver.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/_pylab_helpers.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/_cm.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/tight_bbox.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/texmanager.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/contour.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/textpath.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/axis.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/image.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/offsetbox.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/patches.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/legend.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/pylab.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/bezier.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/hatch.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/spines.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/collections.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/axes.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/colorbar.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/table.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/units.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/patheffects.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/rcsetup.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/finance.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/cbook.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/ticker.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/dviread.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/colors.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/mlab.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/figure.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/scale.py -> build/lib.linux-x86_64-2.6/matplotlib copying lib/matplotlib/mpl.py -> build/lib.linux-x86_64-2.6/matplotlib creating build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_pdf.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_template.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_cairo.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_gtkcairo.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_qtagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_mixed.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/windowing.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_agg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/tkagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_svg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_gtkagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_macosx.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_fltkagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_wx.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_gtk.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_emf.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_gdk.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_cocoaagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_qt.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_qt4.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_ps.py -> build/lib.linux-x86_64-2.6/matplotlib/backends copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.linux-x86_64-2.6/matplotlib/backends creating build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor copying lib/matplotlib/backends/qt4_editor/formlayout.py -> build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor copying lib/matplotlib/backends/qt4_editor/figureoptions.py -> build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor copying lib/matplotlib/backends/qt4_editor/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/backends/qt4_editor creating build/lib.linux-x86_64-2.6/matplotlib/projections copying lib/matplotlib/projections/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/projections copying lib/matplotlib/projections/geo.py -> build/lib.linux-x86_64-2.6/matplotlib/projections copying lib/matplotlib/projections/polar.py -> build/lib.linux-x86_64-2.6/matplotlib/projections creating build/lib.linux-x86_64-2.6/matplotlib/testing copying lib/matplotlib/testing/noseclasses.py -> build/lib.linux-x86_64-2.6/matplotlib/testing copying lib/matplotlib/testing/compare.py -> build/lib.linux-x86_64-2.6/matplotlib/testing copying lib/matplotlib/testing/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/testing copying lib/matplotlib/testing/decorators.py -> build/lib.linux-x86_64-2.6/matplotlib/testing creating build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/EpochConverter.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/UnitDblConverter.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/UnitDbl.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/StrConverter.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/Duration.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/UnitDblFormatter.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units copying lib/matplotlib/testing/jpl_units/Epoch.py -> build/lib.linux-x86_64-2.6/matplotlib/testing/jpl_units creating build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_spines.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_text.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_backend_svg.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_cbook.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_axes.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_image.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_transforms.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_agg.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_mathtext.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_simplification.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_basic.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_mlab.py -> build/lib.linux-x86_64-2.6/matplotlib/tests copying lib/matplotlib/tests/test_dates.py -> build/lib.linux-x86_64-2.6/matplotlib/tests creating build/lib.linux-x86_64-2.6/mpl_toolkits copying lib/mpl_toolkits/gtktools.py -> build/lib.linux-x86_64-2.6/mpl_toolkits copying lib/mpl_toolkits/exceltools.py -> build/lib.linux-x86_64-2.6/mpl_toolkits copying lib/mpl_toolkits/__init__.py -> build/lib.linux-x86_64-2.6/mpl_toolkits creating build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d copying lib/mpl_toolkits/mplot3d/proj3d.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d copying lib/mpl_toolkits/mplot3d/axis3d.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d copying lib/mpl_toolkits/mplot3d/art3d.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d copying lib/mpl_toolkits/mplot3d/axes3d.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d copying lib/mpl_toolkits/mplot3d/__init__.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/mplot3d creating build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axes_size.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axislines.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axes_grid.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/angle_helper.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axisline_style.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/colorbar.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axes_divider.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/__init__.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/clip_path.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/inset_locator.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/grid_finder.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/floating_axes.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/axis_artist.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid creating build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/axes_rgb.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/axes_size.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/mpl_axes.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/axes_grid.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/parasite_axes.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/colorbar.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/axes_divider.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/__init__.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/inset_locator.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 copying lib/mpl_toolkits/axes_grid1/anchored_artists.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axes_grid1 creating build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/axislines.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/angle_helper.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/axisline_style.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/__init__.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/clip_path.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/grid_finder.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/floating_axes.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist copying lib/mpl_toolkits/axisartist/axis_artist.py -> build/lib.linux-x86_64-2.6/mpl_toolkits/axisartist creating build/lib.linux-x86_64-2.6/matplotlib/sphinxext copying lib/matplotlib/sphinxext/ipython_console_highlighting.py -> build/lib.linux-x86_64-2.6/matplotlib/sphinxext copying lib/matplotlib/sphinxext/plot_directive.py -> build/lib.linux-x86_64-2.6/matplotlib/sphinxext copying lib/matplotlib/sphinxext/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/sphinxext copying lib/matplotlib/sphinxext/only_directives.py -> build/lib.linux-x86_64-2.6/matplotlib/sphinxext copying lib/matplotlib/sphinxext/mathmpl.py -> build/lib.linux-x86_64-2.6/matplotlib/sphinxext creating build/lib.linux-x86_64-2.6/matplotlib/numerix copying lib/matplotlib/numerix/_sp_imports.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix copying lib/matplotlib/numerix/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix creating build/lib.linux-x86_64-2.6/matplotlib/numerix/mlab copying lib/matplotlib/numerix/mlab/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix/mlab creating build/lib.linux-x86_64-2.6/matplotlib/numerix/ma copying lib/matplotlib/numerix/ma/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix/ma creating build/lib.linux-x86_64-2.6/matplotlib/numerix/linear_algebra copying lib/matplotlib/numerix/linear_algebra/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix/linear_algebra creating build/lib.linux-x86_64-2.6/matplotlib/numerix/random_array copying lib/matplotlib/numerix/random_array/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix/random_array creating build/lib.linux-x86_64-2.6/matplotlib/numerix/fft copying lib/matplotlib/numerix/fft/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/numerix/fft creating build/lib.linux-x86_64-2.6/matplotlib/tri copying lib/matplotlib/tri/triplot.py -> build/lib.linux-x86_64-2.6/matplotlib/tri copying lib/matplotlib/tri/tricontour.py -> build/lib.linux-x86_64-2.6/matplotlib/tri copying lib/matplotlib/tri/triangulation.py -> build/lib.linux-x86_64-2.6/matplotlib/tri copying lib/matplotlib/tri/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/tri copying lib/matplotlib/tri/tripcolor.py -> build/lib.linux-x86_64-2.6/matplotlib/tri creating build/lib.linux-x86_64-2.6/matplotlib/delaunay copying lib/matplotlib/delaunay/testfuncs.py -> build/lib.linux-x86_64-2.6/matplotlib/delaunay copying lib/matplotlib/delaunay/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/delaunay copying lib/matplotlib/delaunay/triangulate.py -> build/lib.linux-x86_64-2.6/matplotlib/delaunay copying lib/matplotlib/delaunay/interpolate.py -> build/lib.linux-x86_64-2.6/matplotlib/delaunay creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/afm creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/pdfcorefonts creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/COPYRIGHT.TXT -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/README.TXT -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf copying lib/matplotlib/mpl-data/fonts/ttf/RELEASENOTES.TXT -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/fonts/ttf creating build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_close.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_left.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_down.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_up.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_right.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_refresh.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_save_as.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/qt4_editor_options.svg -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_save_as.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/subplots.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_left.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_up.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_refresh.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/forward.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_down.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/home.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_right.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/back.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/filesave.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/hand.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/stock_close.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/images/move.ppm -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data/images copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data copying lib/matplotlib/mpl-data/matplotlib.conf -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data copying lib/matplotlib/mpl-data/lineprops.glade -> build/lib.linux-x86_64-2.6/matplotlib/mpl-data creating build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib -> build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/info.nib -> build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib copying lib/matplotlib/backends/Matplotlib.nib/classes.nib -> build/lib.linux-x86_64-2.6/matplotlib/backends/Matplotlib.nib creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines copying lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines copying lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines copying lib/matplotlib/tests/baseline_images/test_spines/spines_axes_positions.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_spines creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_date.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_point.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/shaped data.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_005.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_date.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_point.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_002.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_004.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_point.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_180.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_units.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/offset_points.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_003.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_coords.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_rmin.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/hexbin_extent.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/shaped_data.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/symlog.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/fill_between_interpolate.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axvspan_epoch.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/axhspan_epoch.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/formatter_ticker_001.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polycollection_joinstyle.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_units.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/const_xy.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_axes.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/imshow_clip.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/single_date.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/polar_wrap_360.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/symlog.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/symlog.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes copying lib/matplotlib/tests/baseline_images/test_axes/nonfinite_limits.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_axes creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stix.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext copying lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_stixsans.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_mathtext creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image copying lib/matplotlib/tests/baseline_images/test_image/image_interps.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image copying lib/matplotlib/tests/baseline_images/test_image/figimage-0.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image copying lib/matplotlib/tests/baseline_images/test_image/figimage-1.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image copying lib/matplotlib/tests/baseline_images/test_image/image_interps.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image copying lib/matplotlib/tests/baseline_images/test_image/image_interps.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_image creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvline.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhline.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/RRuleLocator_bounds.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_empty.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/DateFormatter_fractionalSeconds.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axvspan.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates copying lib/matplotlib/tests/baseline_images/test_dates/date_axhspan.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_dates creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/overflow.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/overflow.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/fft_peaks.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/simplify_curve.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/fft_peaks.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/hatch_simplify.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping_diamond.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/simplify_curve.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/fft_peaks.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipper_edge.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipper_edge.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipping.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification copying lib/matplotlib/tests/baseline_images/test_simplification/clipper_edge.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplif... [truncated message content]
Samuel, Fortunately, matplotlib keeps all of the files that it compiles with the python files that it installs. On Ubuntu, I believe that the installation directory was /usr/lib/python2.?/dist-packages/matplotlib* (note, I don't remember the exact version of python and the exact name of the matplotlib directory). If you remove that matplotlib directory and the corresponding matplotlib egg info file that is also in the dist-packages directory, that should get everything with respect to matplotlib. Also, if you use basemap, remember that it is installed separately from matplotlib and it would also have to be removed in a similar manner, if you needed it removed. I hope that is helpful. Ben Root On Wed, Jul 7, 2010 at 8:59 AM, Samuel Teixeira Santos <arc...@gm...>wrote: > Hi all > > on my server (ubuntu 8.04 lts) > I installed matplotlib > > and was that kind of installation who compile various files with gcc, > gfortran and so on > > now I wanna remove them > to install the new version... > > could anyone help me with this? because I don't wann to do something who > could be bad to the server... > > thanks in advanced... > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >
Hi all, I'm trying to install matplotlib from svn. I have two versions of numpy on my computer: one installed by the Ubuntu package manager in /usr/lib and one installed from source in /usr/local/lib which takes precedence based on the order of my PYTHONPATH. I'm trying to install the latest matplotlib from source, also into /usr/local using python setup.py install --prefix=/usr/local but mpl's setup.py appears to not use np.get_include() when working out where to look for the numpy headers, so is finding the old ones in /usr/lib. Is this the correct behaviour, and/or am I doing something wrong? Is there another way to specify where the headers should be found? Thanks, Angus. -- AJC McMorland Post-doctoral research fellow Neurobiology, University of Pittsburgh
Hi all on my server (ubuntu 8.04 lts) I installed matplotlib and was that kind of installation who compile various files with gcc, gfortran and so on now I wanna remove them to install the new version... could anyone help me with this? because I don't wann to do something who could be bad to the server... thanks in advanced...
On Wed, Jul 7, 2010 at 1:54 AM, Matthias Michler <Mat...@gm...> wrote: > On Wednesday July 7 2010 05:53:59 jezhill wrote: >> Hi all, >> >> I've been experimenting with the NonUniformImage class. (Actually I want >> *uniform* pixel spacing, but I want the image x and y coordinates to have >> the correct *scaling* in the style of Matlab's image(x,y,C). The >> AxesImage class, created via pylab.imshow, didn't seem to offer that, so I >> landed on NonUniformImage, but if there's a better solution I'd be >> grateful for tips...) >> >> >> And here's the problem (or bug?): with my Python 2.5.4 and my matplotlib >> 1.0, I go and run the >> http://matplotlib.sourceforge.net/examples/pylab_examples/image_nonuniform. >> html gallery demo but I decide that I want the y axis reversed (as is >> common in image visualization). So I either call >> pylab.gca().invert_yaxis() at the end, or I change one of the lines that >> says >> >> ax.set_ylim(-4,4) >> >> to read >> >> ax.set_ylim(4,-4) >> >> which I believe is the approved method. However the result I get is >> non-sensical: no more image variation in the vertical direction. Can >> anyone tell me what, if anything, I'm doing wrong? > > Hi jez, > > I attached a slightly modified version of the image_nonuniform.py. I > additionally inverted the y-limits in the extent-kwarg and in the set_data of > the last example. I'm not sure why this is needed and if there is a better > solution to it, but at least for me it works. > Does anybody know why we have to invert all data concerning y-axis? We have to invert because the image data is assumed to be starting in the upper left. You can change this assumption by passing: orgin='lower' All of these options are supported by imshow(), so if one has uniform data and just needs proper data scaling, imshow() will be sufficient. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma
On Wed, Jul 7, 2010 at 12:46 AM, Jason Grout <jas...@cr...> wrote: > Wow, this is great news! Thanks to everyone that has worked on this! > > I tried to find the html5/canvas backend in the 1.0.0 tarball. Is it > included in matplotlib? The heading "What's new *in* matplotlib 1.0" > makes it seem like I should find the files in the matplotlib > distribution, but I can't seem to find the code that I see up on the > code.google.com site. It's not in mpl -- we may ship it one day but it is still brand new and likely to undergo significant development and bug-fixing as people start to deploy it and report problems. If the html5 developers would like to host it in our tree they are welcome to, but for now they choose google code. The svn report can be obtained from http://code.google.com/p/mplh5canvas/source/checkout JDH
> Contour fixes and and triplot: > Additionally, he has contributed a new module matplotlib.tri and > helper function triplot for creating and plotting unstructured > triangular grids. See > http://matplotlib.sf.net/api/pyplot_api.html#matplotlib.pyplot.triplot > for the function and > http://matplotlib.sf.net/examples/pylab_examples/triplot_demo.html > for example code. This is an awesome addition. Thanks to Ian Thomas. We do a lot of ocean modeling with unstructured triangular grids and this will be very useful. There currently is no good way to do this without using commercial packages like tecplot. - dharhas
Friends 1) Excuse me if this questions is posted already. I have to make 5 to 6 annotations in my figure. Is there any way that i can make all of them in one shot instead of writting a separate line of code for each of them. for instance plot function accepts a series of x,y data. Is it possible with annotate function also. 2) Is it possible to use an axis range to place a text. Ie we use a something like xy=(160,0) to indicate the axes positions where the text should be placed, instead i want specify for instance x-axis range 160-180 and place the text in the center of this range. Thanks, Bala
Friends, I used contourf function to plot a matrix, the output figure is attached. In the figure, i observe a strange white space at the corners. What is going wrong here. Herewith i have also attached the code. Also someone please explaing me the usage of locator and x,y units **kargs available for contourf function. Thanks, Bala