SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

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
(10)
2
(10)
3
(9)
4
(3)
5
(2)
6
(6)
7
(12)
8
(21)
9
(4)
10
(19)
11
(7)
12
(2)
13
(28)
14
(13)
15
(27)
16
(17)
17
(21)
18
(22)
19
(3)
20
(25)
21
(17)
22
(16)
23
(28)
24
(19)
25
(4)
26
(4)
27
(23)
28
(13)
29
(15)
30
(19)


Showing results of 412

<< < 1 .. 9 10 11 12 13 .. 17 > >> (Page 11 of 17)
From: Eric F. <ef...@ha...> - 2010年09月15日 17:30:20
On 09/15/2010 03:50 AM, Benjamin Root wrote:
> On Wed, Sep 15, 2010 at 5:34 AM, Dan Kortschak
> <dan...@ad... <mailto:dan...@ad...>>
> wrote:
>
> I've just has a look at that and unfortunately it does not fix the
> problem
>
> Is there any other suggestion that might be worth a try?
>
> I should point out that I already have numpy 1.4.1 installed and scipy
> 0.8.0 as dependencies for other packages.
>
> thanks
> Dan
>
>
> Hmm, that shouldn't be an issue. Maybe you need to completely clean out
> the matplotlib build (by removing the build directory) and try again?
> Be sure to save the build output so we can see what happens if/when it
> fails.
Looking again at the original build output, and at setup.py and 
setupext.py, it appears that there is a bug in the latter. If the wrong 
version of wx is found, it should be disabling the attempt to build 
wxagg, and reporting "wxPython: no".
We need to fix the bug, but the workaround for now is to use a setup.cfg 
file with
wxagg = False
Eric
>
> Ben Root
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Chloe L. <ch...@be...> - 2010年09月15日 17:04:40
Lab Rat, Ben;
Yes, you could use the ternary code I've put together to do the CAC 
plots in 2D; defining a complete triangular grid and triangular 
patches would be easy.
If I'm reading the examples correctly, all the third-dimension 
information duplicates the color information.
They're simpler than they look, Ben, which is part of their charm; we 
use them for any mixture of three elements where a+b+c is constant, so 
really they're 2D data. (Why bother, people ask? Because which of the 
elements is most interesting varies with the mixture and use, so we 
like having all three axes labeled. Note: many versions get one of the 
axes backwards.)
&C
On Sep 15, 2010, at 8:38 AM, Uri Laserson wrote:
> I believe that Chloe Lewis may have posted about this before. She 
> has code for doing some ternary plotting type stuff that may be a 
> good place to start for you:
> http://nature.berkeley.edu/~chlewis/Sourcecode.html
>
> Uri
>
> On Wed, Sep 15, 2010 at 11:23, Benjamin Root <ben...@ou...> wrote:
> On Tue, Sep 14, 2010 at 10:37 AM, Lab Rat <wi....@gm...> wrote:
> I saw some 3d ternary plots on the URL: http://www.hca.com/index.php?id=76&L=0 
> that I'd love to recreate using matplotlib. Can anyone give me 
> some general code examples of where I should likely begin?
> Thanks in advance!
> Wil
>
>
> Ah, my wife showed me these plots once. odd little buggers...
>
> As far as I know, these plots are not available in matplotlib at the 
> moment. However, I might be persuaded to write up some code to do a 
> 2D version of it (3D version would come much, much later). If I 
> could get this to work, I might finally convince my wife to switch 
> from matlab/excel to python!
>
> Do you have any resources that explains how these graphs work?
>
> Thanks,
> Ben Root
From: Uri L. <las...@mi...> - 2010年09月15日 15:39:10
I believe that Chloe Lewis may have posted about this before. She has code
for doing some ternary plotting type stuff that may be a good place to start
for you:
http://nature.berkeley.edu/~chlewis/Sourcecode.html
Uri
On Wed, Sep 15, 2010 at 11:23, Benjamin Root <ben...@ou...> wrote:
> On Tue, Sep 14, 2010 at 10:37 AM, Lab Rat <wi....@gm...> wrote:
>
>> I saw some 3d ternary plots on the URL:
>> http://www.hca.com/index.php?id=76&L=0 that I'd love to recreate using
>> matplotlib. Can anyone give me some general code examples of where I should
>> likely begin?
>> Thanks in advance!
>> Wil
>>
>>
> Ah, my wife showed me these plots once. odd little buggers...
>
> As far as I know, these plots are not available in matplotlib at the
> moment. However, I might be persuaded to write up some code to do a 2D
> version of it (3D version would come much, much later). If I could get this
> to work, I might finally convince my wife to switch from matlab/excel to
> python!
>
> Do you have any resources that explains how these graphs work?
>
> Thanks,
> Ben Root
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
-- 
Uri Laserson
Graduate Student, Biomedical Engineering
Harvard-MIT Division of Health Sciences and Technology
M +1 917 742 8019
las...@mi...
From: Benjamin R. <ben...@ou...> - 2010年09月15日 15:26:24
On Tue, Sep 14, 2010 at 10:37 AM, Lab Rat <wi....@gm...> wrote:
> I saw some 3d ternary plots on the URL:
> http://www.hca.com/index.php?id=76&L=0 that I'd love to recreate using
> matplotlib. Can anyone give me some general code examples of where I should
> likely begin?
> Thanks in advance!
> Wil
>
>
Ah, my wife showed me these plots once. odd little buggers...
As far as I know, these plots are not available in matplotlib at the
moment. However, I might be persuaded to write up some code to do a 2D
version of it (3D version would come much, much later). If I could get this
to work, I might finally convince my wife to switch from matlab/excel to
python!
Do you have any resources that explains how these graphs work?
Thanks,
Ben Root
From: Benjamin R. <ben...@ou...> - 2010年09月15日 14:56:07
On Tue, Sep 14, 2010 at 11:12 AM, Jan Skowron <jan...@gm...> wrote:
> Hi,
> apropos this offset discussion.
> matplotlib makes offsets not aligned to the full tens or some other
> easy number with small amount of non-zero digits in front?
>
> For example having ticks:
> 4917, 4918, 4919, 4920, 4921, 4922
>
> it will now display:
> 1, 2, 3, 4, 5, 6 with offset 4916 (of even +4.916e3)
>
> this makes reading values on the axis really really hard as every time
> one have to perform not obvious summations with all digits of length.
> It would be beneficial to have as a default behaviour some
> optimization of offsets to have it as some basic number for easy
> reading instead of current behaviour that tries to minimize the number
> of digits in the ticks and starts from a low number like 1 or 0.05 or
> so.
> In our case the best display would be:
>
> 17, 18, 19, 20, 21, 22 with offset 4900
>
> So we minimize the number of non-zero digits in offset and not a
> number of digits in tick labels.
>
> Another more ridiculous example (from life) are ticks with values:
>
> 4916.25, 4916.30, 4916.35, 4916.40, 4916.45
>
> are displayed as:
>
> 0.05, 0.10, 0.15, 0.20, 0.25 with offset +4.9162e3
>
> and with good algorithm should be displayed as:
>
> 0.25, 0.30, 0.35, 0.40, 0.45 with offset 4962 (nottice that not
> +4.962e3 as it usually displays now)
>
> and if we would cross the boundary between 4962 and 4963 than ticks
> should look like:
> 2.80, 2.85, 2.90, 2.95, 3.00, 3.05 with offset 4960
>
>
> In my opinion the current behaviour of offsets really hampers the
> usability of these at all, and probably 90% of users spent some time
> on nothing but trying to figure out how to turn this thing off (thanks
> for sending this solutions here).
>
> So this is message to signal or show the need for fixing this
> algorithm. For now I think that the title of this post: "weird
> behaviour in x axis", really summarize current offset algorithm
> nicely.
>
>
> Thanks for your comments,
> Jan
>
>
I like that idea as it is certainly more intuitive. Essentially, it would
find the most significant bits that are common to all ticks and use that for
the offset.
Does anybody know where the current code is? I would be willing to take a
look at it today and see what I can do.
Thanks,
Ben Root
From: Benjamin R. <ben...@ou...> - 2010年09月15日 14:51:34
On Wed, Sep 15, 2010 at 3:03 AM, David Trémouilles <dav...@gm...>wrote:
> Hello,
>
> Does anybody know if matplotlib work with pyside ?
> If it does how to use matplotib with pyside ?
>
> Thanks,
>
> David
>
>
David,
I am not familiar with PySide, so I looked it up. Please correct me if I am
wrong, but it appears to be an alternative to PyQt for licensing reasons,
and the FAQ says that it is API compatible. On the python side of
matplotlib, I wonder if using PySide would be as simple as just replacing
all of the "import PyQt" or "import PyQt4" with "import PySide" (and all the
"from PyQt import ...").
Does PySide still use the same compiled Qt libraries that PyQt uses? If so,
then I don't *think* you need to recompile the Qt backends, but I am not
entirely sure.
Good luck!
Ben Root
From: freeeeeekk <fre...@gm...> - 2010年09月15日 14:47:49
Thanks!
This got it working. Also thanks to the other for explaining why python does
it. I understand the reason, but I think its weird to have that as the
default setting.
efiring wrote:
> 
> On 09/11/2010 11:12 AM, freeeeeekk wrote:
>>
>> Im trying to do a very simple x vs y plot. Where the x values range
>> between
>> 3247 and 3256 and y between 0 and 1. This data is stored in data.dat. I
>> plot
>> it using the code below, the resulting plot is shown in the first of the
>> two
>> plots below. Everything goes well except for the x axis, for some reason
>> tickmarks from 0 up to 9 appear. At the far end of the axis my xmin is
>> printed: 3.247e3.
>> I started looking for the cause and it turns out that as long as my range
>> in
>> x is lower than 10, this happens. If I change the xlimits to
>> xlim(3246,3256)
>> I get the plot at the bottom of this page, everything is fine. But if I
>> change this to for instance xlim(3246.01,3256) or xlim(3245, 3254.99) I
>> get
>> the same behaviour as in the first graph.
>>
>> Does any one have any experience with this/ know the reason for this
>> happening? Thanks!
>>
>> from numpy import *
>> from pylab import *
>>
>> datafile = mlab.load('./data.dat')
>> xx=datafile[:,0]
>> yy=datafile[:,1]
>>
>> plot(xx,yy,'black')
>> xlim(3247,3256)
>> ylim(0,1.2)
> 
> with older mpl, try this:
> 
> gca().xaxis.set_major_formatter(ScalarFormatter(useOffset=False))
> 
> with 1.0 or later try the following instead:
> 
> ticklabel_format(useOffset=False)
> 
> Eric
> 
>>
>> show()
>>
>>
>> http://old.nabble.com/file/p29687404/wrong.png
>> http://old.nabble.com/file/p29687404/right.png
> 
> 
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> 
> 
-- 
View this message in context: http://old.nabble.com/weird-behaviour-in-x-axis-tp29687404p29718992.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: Oz N. <na...@gm...> - 2010年09月15日 14:24:32
Hi Ryan
Thanks for your reply.
I am using 0.99.3 from Debian ...
On Wed, Sep 15, 2010 at 3:18 PM, Ryan May <rm...@gm...> wrote:
> On Wed, Sep 15, 2010 at 7:27 AM, Oz Nahum <na...@gm...> wrote:
> > Hi Everyone,
> >
> > I'm trying to make a quiver plot using the example in examples
> collection.
> > The documentation says that I can define the arrow units as:
> >
> > units: [‘width’ | ‘height’ | ‘dots’ | ‘inches’ | ‘x’ | ‘y’ | ‘xy’]so I
> did:
> > from pylab import *
> > from numpy import ma
> >
> > X,Y = meshgrid( arange(0,2*pi,.2),arange(0,2*pi,.2) )
> > U = cos(X)
> > V = sin(Y)
> >
> >
> > figure()
> > M = sqrt(pow(U, 2) + pow(V, 2))
> > Q = quiver( X, Y, U, V, M, units='x', pivot='tip', width=0.022,
> > scale=1/0.15)
> >
> > Q = quiver( X, Y, U, V, M, units='xy', pivot='tip', width=0.022,
> > scale=1/0.15)
> >
> > qk = quiverkey(Q, 0.9, 1.05, 1, r'1ドル \frac{m}{s}$',
> > labelpos='E',
> > fontproperties={'weight': 'bold'})
> > plot(X, Y, 'k.')
> > axis([-1, 7, -1, 7])
> > title("scales with x view; pivot='tip'")
> > show()
> >
> >
> > When I actually try the option 'xy' I get the following error:
> >
> > Exception in Tkinter callback
> > Traceback (most recent call last):
> > File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in __call__
> > return self.func(*args)
> > File
> "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
> > line 212, in resize
> > self.show()
> > File
> "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
> > line 215, in draw
> > FigureCanvasAgg.draw(self)
> > File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_agg.py",
> > line 314, in draw
> > self.figure.draw(self.renderer)
> > File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> > draw_wrapper
> > draw(artist, renderer, *args, **kwargs)
> > File "/usr/lib/pymodules/python2.6/matplotlib/figure.py", line 773, in
> > draw
> > for a in self.axes: a.draw(renderer)
> > File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> > draw_wrapper
> > draw(artist, renderer, *args, **kwargs)
> > File "/usr/lib/pymodules/python2.6/matplotlib/axes.py", line 1735, in
> draw
> > a.draw(renderer)
> > File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> > draw_wrapper
> > draw(artist, renderer, *args, **kwargs)
> > File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 436, in
> > draw
> > self._init()
> > File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 425, in
> > _init
> > trans = self._set_transform()
> > File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 481, in
> > _set_transform
> > raise ValueError('unrecognized units')
> > ValueError: unrecognized units
> >
> > Can someone point to where am I mistaken ? Is it a mistake in the
> > documentation ?
>
> Your code works fine for me here on 1.0.0. What version are you running?
>
> Ryan
>
> --
> Ryan May
> Graduate Research Assistant
> School of Meteorology
> University of Oklahoma
>
-- 
Oz Nahum
Graduate Student
Zentrum für Angewandte Geologie
Universität Tübingen
---
Imagine there's no countries
it isn't hard to do
Nothing to kill or die for
And no religion too
Imagine all the people
Living life in peace
From: Benjamin R. <ben...@ou...> - 2010年09月15日 13:51:13
On Wed, Sep 15, 2010 at 5:34 AM, Dan Kortschak <
dan...@ad...> wrote:
> I've just has a look at that and unfortunately it does not fix the
> problem
>
> Is there any other suggestion that might be worth a try?
>
> I should point out that I already have numpy 1.4.1 installed and scipy
> 0.8.0 as dependencies for other packages.
>
> thanks
> Dan
>
>
Hmm, that shouldn't be an issue. Maybe you need to completely clean out the
matplotlib build (by removing the build directory) and try again? Be sure
to save the build output so we can see what happens if/when it fails.
Ben Root
From: Ryan M. <rm...@gm...> - 2010年09月15日 13:18:54
On Wed, Sep 15, 2010 at 7:27 AM, Oz Nahum <na...@gm...> wrote:
> Hi Everyone,
>
> I'm trying to make a quiver plot using the example in examples collection.
> The documentation says that I can define the arrow units as:
>
> units: [‘width’ | ‘height’ | ‘dots’ | ‘inches’ | ‘x’ | ‘y’ | ‘xy’]so I did:
> from pylab import *
> from numpy import ma
>
> X,Y = meshgrid( arange(0,2*pi,.2),arange(0,2*pi,.2) )
> U = cos(X)
> V = sin(Y)
>
>
> figure()
> M = sqrt(pow(U, 2) + pow(V, 2))
> Q = quiver( X, Y, U, V, M, units='x', pivot='tip', width=0.022,
> scale=1/0.15)
>
> Q = quiver( X, Y, U, V, M, units='xy', pivot='tip', width=0.022,
> scale=1/0.15)
>
> qk = quiverkey(Q, 0.9, 1.05, 1, r'1ドル \frac{m}{s}$',
>               labelpos='E',
>               fontproperties={'weight': 'bold'})
> plot(X, Y, 'k.')
> axis([-1, 7, -1, 7])
> title("scales with x view; pivot='tip'")
> show()
>
>
> When I actually try the option 'xy' I get the following error:
>
> Exception in Tkinter callback
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in __call__
>   return self.func(*args)
>  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
> line 212, in resize
>   self.show()
>  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
> line 215, in draw
>   FigureCanvasAgg.draw(self)
>  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_agg.py",
> line 314, in draw
>   self.figure.draw(self.renderer)
>  File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> draw_wrapper
>   draw(artist, renderer, *args, **kwargs)
>  File "/usr/lib/pymodules/python2.6/matplotlib/figure.py", line 773, in
> draw
>   for a in self.axes: a.draw(renderer)
>  File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> draw_wrapper
>   draw(artist, renderer, *args, **kwargs)
>  File "/usr/lib/pymodules/python2.6/matplotlib/axes.py", line 1735, in draw
>   a.draw(renderer)
>  File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
> draw_wrapper
>   draw(artist, renderer, *args, **kwargs)
>  File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 436, in
> draw
>   self._init()
>  File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 425, in
> _init
>   trans = self._set_transform()
>  File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 481, in
> _set_transform
>   raise ValueError('unrecognized units')
> ValueError: unrecognized units
>
> Can someone point to where am I mistaken ? Is it a mistake in the
> documentation ?
Your code works fine for me here on 1.0.0. What version are you running?
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Oz N. <na...@gm...> - 2010年09月15日 12:27:57
Hi Everyone,
I'm trying to make a quiver plot using the example in examples collection.
The documentation says that I can define the arrow units as:
** *units*: [‘width’ | ‘height’ | ‘dots’ | ‘inches’ | ‘x’ | ‘y’ | ‘xy’]so I
did:
from pylab import *
from numpy import ma
X,Y = meshgrid( arange(0,2*pi,.2),arange(0,2*pi,.2) )
U = cos(X)
V = sin(Y)
figure()
M = sqrt(pow(U, 2) + pow(V, 2))
Q = quiver( X, Y, U, V, M, units='x', pivot='tip', width=0.022,
scale=1/0.15)
Q = quiver( X, Y, U, V, M, units='xy', pivot='tip', width=0.022,
scale=1/0.15)
qk = quiverkey(Q, 0.9, 1.05, 1, r'1ドル \frac{m}{s}$',
 labelpos='E',
 fontproperties={'weight': 'bold'})
plot(X, Y, 'k.')
axis([-1, 7, -1, 7])
title("scales with x view; pivot='tip'")
show()
When I actually try the option 'xy' I get the following error:
Exception in Tkinter callback
Traceback (most recent call last):
 File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in __call__
 return self.func(*args)
 File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
line 212, in resize
 self.show()
 File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
line 215, in draw
 FigureCanvasAgg.draw(self)
 File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_agg.py",
line 314, in draw
 self.figure.draw(self.renderer)
 File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/usr/lib/pymodules/python2.6/matplotlib/figure.py", line 773, in
draw
 for a in self.axes: a.draw(renderer)
 File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/usr/lib/pymodules/python2.6/matplotlib/axes.py", line 1735, in draw
 a.draw(renderer)
 File "/usr/lib/pymodules/python2.6/matplotlib/artist.py", line 46, in
draw_wrapper
 draw(artist, renderer, *args, **kwargs)
 File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 436, in
draw
 self._init()
 File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 425, in
_init
 trans = self._set_transform()
 File "/usr/lib/pymodules/python2.6/matplotlib/quiver.py", line 481, in
_set_transform
 raise ValueError('unrecognized units')
ValueError: unrecognized units
Can someone point to where am I mistaken ? Is it a mistake in the
documentation ?
Thanks,
-- 
Oz Nahum
Graduate Student
Zentrum für Angewandte Geologie
Universität Tübingen
---
Imagine there's no countries
it isn't hard to do
Nothing to kill or die for
And no religion too
Imagine all the people
Living life in peace
From: Dan K. <dan...@ad...> - 2010年09月15日 10:35:06
I've just has a look at that and unfortunately it does not fix the
problem
Is there any other suggestion that might be worth a try?
I should point out that I already have numpy 1.4.1 installed and scipy
0.8.0 as dependencies for other packages.
thanks
Dan
On Tue, 2010年09月14日 at 21:42 -1000, Eric Firing wrote:
> Since you you are running ubuntu, I suggest 
> you use the installation method recently described in this thread:
> 
> http://www.mail-archive.com/mat...@li.../msg18464.html
> 
> Be careful to read down through the thread; the first try at 
> comprehensive instructions has an error.
From: Dan K. <dan...@ad...> - 2010年09月15日 10:11:38
Thanks Eric,
The gui dependencies are secondary, but I will look into that. Since
they are optional, the absence of them should not be the cause of the
failure, but it looks like it might be. Is that the case?
cheers
Dan
On Tue, 2010年09月14日 at 21:42 -1000, Eric Firing wrote:
> On 09/14/2010 01:36 PM, Dan Kortschak wrote:
> > Hello,
> >
> > I just tried to have just tried to build matplotlib, but it fails - and
> > is unable to find wxPython (looking under 2.8 rather than 2.6 where is
> > lives - installed from source) or libgtk-2 headers (installed from apt
> > repo).
> >
> > Can anyone suggest how to resolve these issues?
> 
> If you want to use wx, you need 2.8. It looks like you don't have any 
> of the gui dependencies. Since you you are running ubuntu, I suggest 
> you use the installation method recently described in this thread:
> 
> http://www.mail-archive.com/mat...@li.../msg18464.html
> 
> Be careful to read down through the thread; the first try at 
> comprehensive instructions has an error.
> 
> Eric
From: David T. <dav...@gm...> - 2010年09月15日 08:03:56
Hello,
 Does anybody know if matplotlib work with pyside ?
If it does how to use matplotib with pyside ?
Thanks,
David
From: Eric F. <ef...@ha...> - 2010年09月15日 07:42:32
On 09/14/2010 01:36 PM, Dan Kortschak wrote:
> Hello,
>
> I just tried to have just tried to build matplotlib, but it fails - and
> is unable to find wxPython (looking under 2.8 rather than 2.6 where is
> lives - installed from source) or libgtk-2 headers (installed from apt
> repo).
>
> Can anyone suggest how to resolve these issues?
If you want to use wx, you need 2.8. It looks like you don't have any 
of the gui dependencies. Since you you are running ubuntu, I suggest 
you use the installation method recently described in this thread:
http://www.mail-archive.com/mat...@li.../msg18464.html
Be careful to read down through the thread; the first try at 
comprehensive instructions has an error.
Eric
From: sa6113 <s.p...@gm...> - 2010年09月15日 07:38:59
Whould you please help me? I am looking forward.
sa6113 wrote:
> 
> 
> I want to use backendQtAgg inorder to imbed plot dialog into basic dialog
> and by clicking the labels open plot option.
> I couldn't use 'motion_notify_event' because the event only handles into
> plot area not in canvas area!!!
> anybody knows?
> 
> 
-- 
View this message in context: http://old.nabble.com/How-by-clicking-an-axes-label-open-a-dialog--tp29661031p29715986.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: sa6113 <s.p...@gm...> - 2010年09月15日 07:34:43
Whould you please help me? I am looking forward.
sa6113 wrote:
> 
> 
> I want to use backendQtAgg inorder to imbed plot dialog into basic dialog
> and by clicking the labels open plot option.
> I couldn't use 'motion_notify_event' because the event only handles into
> plot area not in canvas area!!!
> anybody knows?
> 
> 
-- 
View this message in context: http://old.nabble.com/How-by-clicking-an-axes-label-open-a-dialog--tp29661031p29715956.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
From: Dan K. <dan...@ad...> - 2010年09月14日 23:37:02
Hello,
I just tried to have just tried to build matplotlib, but it fails - and
is unable to find wxPython (looking under 2.8 rather than 2.6 where is
lives - installed from source) or libgtk-2 headers (installed from apt
repo).
Can anyone suggest how to resolve these issues?
thanks
matplotlib is 1.0.0
$ uname -a
Linux zoidberg 2.6.28-19-generic #64-Ubuntu SMP Wed Aug 18 21:59:08 UTC 2010 x86_64 GNU/Linux
$ gcc --version
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ dpkg -l libgtk2.0-dev 
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii libgtk2.0-dev 2.16.1-0ubuntu Development files for the GTK+ library
$ python setup.py build
basedirlist is: ['/usr/local', '/usr']
============================================================================
BUILDING MATPLOTLIB
 matplotlib: 1.0.0
 python: 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) [GCC
 4.3.3]
 platform: linux2
REQUIRED DEPENDENCIES
 numpy: 1.4.1
 freetype2: 9.20.3
OPTIONAL BACKEND DEPENDENCIES
 libpng: 1.2.27
 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: 2.6.3.2
 * Could not find wxPython headers in any of
 * '/usr/local/lib/wx/include/gtk2-ansi-release-2.8',
 * '/usr/local/include/wx-2.8'
 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: no
 Cairo: 1.4.12
OPTIONAL DATE/TIMEZONE DEPENDENCIES
 datetime: present, version unknown
 dateutil: 1.4.1
 pytz: 2008h
OPTIONAL USETEX DEPENDENCIES
 dvipng: no
 ghostscript: 8.64
 latex: no
 pdftops: 0.10.5
[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/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/units.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/colors.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/backend_bases.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/legend.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/tight_bbox.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/axes.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/afm.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/transforms.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/image.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/figure.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/path.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/artist.py -> build/lib.linux-x86_64-2.6/matplotlib
copying lib/matplotlib/mpl.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/rcsetup.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/offsetbox.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/mlab.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/collections.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/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/font_manager.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/table.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/colorbar.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/texmanager.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/_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/dviread.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/quiver.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/hatch.py -> build/lib.linux-x86_64-2.6/matplotlib
creating 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_emf.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_qt4.py -> 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_gtkagg.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_gdk.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_ps.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/backend_wx.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_wxagg.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
copying lib/matplotlib/backends/backend_fltkagg.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_qtagg.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_qt4agg.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/__init__.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_gtk.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
creating 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
copying lib/matplotlib/backends/qt4_editor/formlayout.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/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
copying lib/matplotlib/projections/__init__.py -> build/lib.linux-x86_64-2.6/matplotlib/projections
creating 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/decorators.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/noseclasses.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/UnitDbl.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/UnitDblFormatter.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/Epoch.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/Duration.py -> 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
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_mathtext.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_agg.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_mlab.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_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_basic.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_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/__init__.py -> 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
creating 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
copying lib/mpl_toolkits/mplot3d/axes3d.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/proj3d.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
creating 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/axisline_style.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/axes_grid.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/grid_helper_curvelinear.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
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/parasite_axes.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/axes_size.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/axes_rgb.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/axislines.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
creating 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/axes_grid.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/anchored_artists.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/axes_divider.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_size.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/axes_rgb.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/floating_axes.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/grid_finder.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/axis_artist.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/axislines.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
creating 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/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/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/tripcolor.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/__init__.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
creating build/lib.linux-x86_64-2.6/matplotlib/delaunay
copying lib/matplotlib/delaunay/interpolate.py -> 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
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/phvl8a.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/ptmr8a.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/psyr.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/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/pcrr8a.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/cmtt10.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/phvb8a.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/pncbi8a.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/pplri8a.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/pbkl8a.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/putbi8a.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/ptmb8a.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/putr8a.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/pzdr.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/pncb8a.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/pplr8a.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/phvr8a.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/cmsy10.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/phvbo8an.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/phvro8an.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/pcrro8a.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/cmr10.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/pagk8a.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
creating 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/Helvetica-Oblique.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/Courier.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/Times-Roman.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/Symbol.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/Courier-Bold.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-Bold.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/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/STIXSizFiveSymReg.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/STIXGeneralItalic.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/VeraSeBd.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/VeraIt.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/STIXGeneral.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/cmb10.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/cmsy10.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/VeraMoBd.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/STIXNonUni.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/VeraMoIt.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/cmmi10.ttf -> 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/STIXSizThreeSymBol.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/STIXSizFourSymBol.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/STIXNonUniIta.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/STIXSizTwoSymBol.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/Vera.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/filesave.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/home.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/stock_zoom-in.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/move.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/stock_zoom-out.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/hand.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_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_close.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/qt4_editor_options.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/move.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/back.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/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/hand.svg -> 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/home.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/move.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/subplots.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/move.ppm -> 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/stock_zoom-out.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/forward.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/back.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/filesave.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/stock_refresh.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/subplots.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_left.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/hand.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/classes.nib -> 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
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_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/simplify_curve.svg -> 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/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_diamond.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/fft_peaks.pdf -> 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/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.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/hatch_simplify.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification
copying lib/matplotlib/tests/baseline_images/test_simplification/simplify_curve.pdf -> 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/clipper_edge.svg -> 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/overflow.png -> 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/clipping.png -> 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/clipping.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_simplification
creating build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/multiline.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/multiline.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/multiline.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/font_styles.svg -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/font_styles.png -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
copying lib/matplotlib/tests/baseline_images/test_text/font_styles.pdf -> build/lib.linux-x86_64-2.6/matplotlib/tests/baseline_images/test_text
creating 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/polycollection_joinstyle.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/axhspan_epoch.svg -> 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_002.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/offset_points.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/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/axvspan_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_002.pdf -> 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/polar_coords.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_units.png -> 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/polar_units.pdf -> 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.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/imshow_clip.svg -> 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/imshow_clip.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/imshow_clip.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_coords.svg -> 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/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/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/polar_units.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.pdf -> 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/imshow.pdf -> 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/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/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/polycollection_joinstyle.png -> 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/offset_points.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/const_xy.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.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/polycollection_joinstyle.pdf -> 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/const_xy.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_date.svg -> 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/nonfinite_limits.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.svg -> 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
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/shaped_data.svg -> 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/hexbin_extent.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/hexbin_extent.png -> 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/single_point.pdf -> 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/single_point.svg -> 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/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_axes.png -> 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/shaped_data.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_wrap_180.pdf -> 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/nonfinite_limits.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_wrap_180.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/symlog.pdf -> 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/symlog.png -> 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_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_axhspan.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_empty.pdf -> 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/RRuleLocator_bounds.svg -> 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.png -> 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_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.svg -> 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/date_axhline.png -> 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_axhline.pdf -> 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_axvspan.png -> 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_axhline.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
creating 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/image_interps.png -> 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-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
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_posit...
 
[truncated message content]
From: John H. <jd...@gm...> - 2010年09月14日 21:38:43
We are looking to hire a programmer/researcher to help research and
develop trading ideas, and to develop infrastructure to put these
trading strategies into production. We are looking for someone who is
bright and curious with a quantitative background and a strong
interest in writing good code and building systems that work.
Familiarity with basic probability and statistics is a definite plus.
We do not require a financial background, but are looking for someone
with an enthusiasm to dive into this industry and learn a lot. We do
most of our data modeling and production software in python, utilizing
mostly open source tools. We have a lot of ideas to test and
hopefully put into production, and you'll be working with a fast paced
and friendly small team of traders and programmers.
Applying:
 Please submit a resume and cover letter to qs...@tr... with
 the subject header "TLS Job". In your cover letter, please address
 how your background, experience and skills will fit into the
 position described above. We are looking for a full-time, on-site
 candidate only.
About Us:
 TradeLink Securities, headquartered in Chicago, IL, is a NASDAQ
 market maker and registered broker dealer with FINRA. The firm
 specializes in both quantitative and fundamental investing in the US
 and abroad. TradeLink Securities is a division of TradeLink
 Holdings, a diversified alternative investment and proprietary
 trading firm organized in 1979. For more information visit our
 website at http://tradelinkll.com.
From: Virgil S. <vs...@it...> - 2010年09月14日 16:17:12
 On 14-Sep-2010 09:25, Eric Firing wrote:
> On 09/13/2010 12:55 PM, Eric Firing wrote:
>> If you would like up-to-date versions of both numpy and matplotlib, then
>> you can either find and install the *dev packages individually, or do
>> something like this:
>>
>> sudo apt-get build-dep python-matplotlib
>> sudo apt-get remove python
> No! I meant:
>
> sudo apt-get remove python-numpy
>
> Eric
>
>
>> Now untar your numpy, go in, build and install:
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Ok Eric and Ben,
You made my day --- I now have the latest numpy and matplotlib up and running 
on my Ubuntu 10.04 64-bit system. Some preliminary testing indicates things are 
working as they should. I am now summarizing what you had posted earlier on this 
problem Eric, so that others might benefit from your expertise (as I have):
*# Thanks to Eric Firing (ef...@ha...) who is a member of the matplotlib
# user group for this clever use of Linux commands to accomplish the task
# that solved my problem :-)
#
# Lets "clean the slate" before a reinstallation (if you believe older versions 
are present)
sudo rm -rf /usr/local/lib/python2.6/dist-packages/matplotlib*
sudo rm -rf /usr/local/lib/python2.6/dist-packages/pylab*
sudo rm -rf /usr/local/lib/python2.6/dist-packages/mpl_toolkits/mplot3d
sudo rm -rf /usr/local/lib/python2.6/dist-packages/mpl_toolkits/axes_grid
sudo rm -rf /usr/local/lib/python2.6/dist-packages/mpl_toolkits/axes_grid1
sudo rm -rf /usr/local/lib/python2.6/dist-packages/mpl_toolkits/axisartist
sudo rm /usr/local/lib/python2.6/dist-packages/mpl_toolkits/*.py*
*# Install all the dependencies (installs an old version of numpy)
sudo apt-get build-dep python-matplotlib
# Now to get rid of the old version of numpy
sudo apt-get remove python-numpy
# Download the latest numpy tar, untar it, then navigate to
# where setup.py for numpy is located and give the following commands
python setup.py build
python setup.py install
# Repeat the previous for matplotlib (download tar, untar it, etc.)
python setup.py build
python setup.py install*
and th-th-tha-that-that's all folks!
--V
From: Jan S. <jan...@gm...> - 2010年09月14日 16:12:55
Hi,
apropos this offset discussion.
matplotlib makes offsets not aligned to the full tens or some other
easy number with small amount of non-zero digits in front?
For example having ticks:
4917, 4918, 4919, 4920, 4921, 4922
it will now display:
1, 2, 3, 4, 5, 6 with offset 4916 (of even +4.916e3)
this makes reading values on the axis really really hard as every time
one have to perform not obvious summations with all digits of length.
It would be beneficial to have as a default behaviour some
optimization of offsets to have it as some basic number for easy
reading instead of current behaviour that tries to minimize the number
of digits in the ticks and starts from a low number like 1 or 0.05 or
so.
In our case the best display would be:
17, 18, 19, 20, 21, 22 with offset 4900
So we minimize the number of non-zero digits in offset and not a
number of digits in tick labels.
Another more ridiculous example (from life) are ticks with values:
4916.25, 4916.30, 4916.35, 4916.40, 4916.45
are displayed as:
0.05, 0.10, 0.15, 0.20, 0.25 with offset +4.9162e3
and with good algorithm should be displayed as:
0.25, 0.30, 0.35, 0.40, 0.45 with offset 4962 (nottice that not
+4.962e3 as it usually displays now)
and if we would cross the boundary between 4962 and 4963 than ticks
should look like:
2.80, 2.85, 2.90, 2.95, 3.00, 3.05 with offset 4960
In my opinion the current behaviour of offsets really hampers the
usability of these at all, and probably 90% of users spent some time
on nothing but trying to figure out how to turn this thing off (thanks
for sending this solutions here).
So this is message to signal or show the need for fixing this
algorithm. For now I think that the title of this post: "weird
behaviour in x axis", really summarize current offset algorithm
nicely.
Thanks for your comments,
Jan
On Mon, Sep 13, 2010 at 18:35, Eric Firing <ef...@ha...> wrote:
> On 09/11/2010 11:12 AM, freeeeeekk wrote:
>>
>> Im trying to do a very simple x vs y plot. Where the x values range between
>> 3247 and 3256 and y between 0 and 1. This data is stored in data.dat. I plot
>> it using the code below, the resulting plot is shown in the first of the two
>> plots below. Everything goes well except for the x axis, for some reason
>> tickmarks from 0 up to 9 appear. At the far end of the axis my xmin is
>> printed: 3.247e3.
>> I started looking for the cause and it turns out that as long as my range in
>> x is lower than 10, this happens. If I change the xlimits to xlim(3246,3256)
>> I get the plot at the bottom of this page, everything is fine. But if I
>> change this to for instance xlim(3246.01,3256) or xlim(3245, 3254.99) I get
>> the same behaviour as in the first graph.
>>
>> Does any one have any experience with this/ know the reason for this
>> happening? Thanks!
>>
>> from numpy import *
>> from pylab import *
>>
>> datafile = mlab.load('./data.dat')
>> xx=datafile[:,0]
>> yy=datafile[:,1]
>>
>> plot(xx,yy,'black')
>> xlim(3247,3256)
>> ylim(0,1.2)
>
> with older mpl, try this:
>
> gca().xaxis.set_major_formatter(ScalarFormatter(useOffset=False))
>
> with 1.0 or later try the following instead:
>
> ticklabel_format(useOffset=False)
>
> Eric
>
>>
>> show()
>>
>>
>> http://old.nabble.com/file/p29687404/wrong.png
>> http://old.nabble.com/file/p29687404/right.png
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: Lab R. <wi....@gm...> - 2010年09月14日 15:37:30
I saw some 3d ternary plots on the URL:
http://www.hca.com/index.php?id=76&L=0 that I'd love to recreate using
matplotlib. Can anyone give me some general code examples of where I should
likely begin?
Thanks in advance!
Wil
From: Virgil S. <vs...@it...> - 2010年09月14日 14:07:27
 On 14-Sep-2010 00:55, Eric Firing wrote:
> On 09/13/2010 12:08 PM, Virgil Stokes wrote:
>> On 2010年09月13日 21:55, Benjamin Root wrote:
>>> On Mon, Sep 13, 2010 at 2:38 PM, Virgil Stokes <vs...@it...
>>> <mailto:vs...@it...>> wrote:
>>>
>>> I have tried to produce a very simple plot with my recent
>>> installation of matplotlib (1.0.0 64-bit) and numpy (1.5.0 64-bit)
>>> using the following code (taken from the matplotlib tutorial
>>> material).
>>>
>>> *import matplotlib
>>> import numpy
>>> import matplotlib.pyplot as plt
>>>
>>> print matplotlib.__version__
>>> print numpy.__version__
>>>
>>> plt.plot([1,2,3,4])
>>> plt.ylabel('some numbers')
>>> plt.show()*
>>>
>>> If I execute this in Windows 7 (64-bit) it works correctly. If I
>>> execute this in Windows Vista (32-bit) it works correctly.
>>> If I execute this in Ubuntu 10.04 64-bit the versions are printed
>>> out correctly and thus I believe that the packages are being
>>> imported; but, /no plot is produced!/
>>>
>>> Why not?
>>>
>>>
>>> Virgil,
>>>
>>> Did you build matplotlib from source?
>> I did try this and believe that it succeeded (saw no errors displayed
>> during the build).
>>> If so, then chances are that one or more backends were not built
>>> properly.
>> But, I do not understand what you mean here...
>>> This typically happens if you do not have all the build dependencies.
>> And what can I do to correct this?
>>>
>>> Note, the build will not necessarily fail if some dependencies are
>>> missing because the core portions of matplotlib still build successfully.
>> Sorry Ben, bu I do not understand what you mean here.
>> Would you please explain how I can use some combination of the following
>> (with Python 2.6 on Ubuntu 10.04 both 64-bit) to get a working
>> matplotlib and numpy.
>>
>> * *python-numpy_1.4.1-4_amd64.deb*
>> * *python-numpy_1.5.0-1ppa1_amd64.deb*
>> * *numpy-1.5.0.tar.gz*
>>
>> and,
>>
>> * *matplotlib_0.99.3-1ubuntu1.debian.tar.gz*
>> * *matplotlib_0.99.3.orig.tar.gz*
>> * *matplotlib-1.0.0.tar.gz*
>>
>> This has become such a frustrating task that I would settle for vers.
>> 0.99.3 of matplotlib and/or vers. 1.4.1-4 of numpy. I thought I
>> understood Python and Ubuntu 10.04 enough to accomplish this task; but,
>> obviously this was not the case. And I have looked at the FAQs and help
>> given at matplotlib's homepage.
>
> If you would like up-to-date versions of both numpy and matplotlib, then you 
> can either find and install the *dev packages individually, or do something 
> like this:
>
> sudo apt-get build-dep python-matplotlib
> sudo apt-get remove python
Very interesting --- what do these two commands actually do? (Just a short 
explanation would be appreciated)
>
> Now untar your numpy, go in, build and install:
>
> setup.py build
> sudo setup.py install
Yes, this makes good sense...
>
> And last, do the same for matplotlib, preferably with a checkout from svn. 
> Some bugs have been fixed since the last release.
Never, have installed from svn; but, I assume that there is a tar file there 
that I can download and use for a 64-bit Linux system.
>
> Before all of this, you might do well to uninstall whatever versions or parts 
> of numpy and matplotlib had been installed via your previous efforts.
Yes, I have already done this; but, I will check this carefully again before I 
start the reinstallation process.
>
> The point of the first apt-get is to install things like freetype and the gui 
> toolkits. The only problem is that this also installs an old version of 
> numpy, hence the second apt-get command.
Ok, this seems to have answered my previous question.
>
> The good news is that once you get over the hump of having the dependencies 
> installed, subsequent updates and compilations of numpy and matplotlib are 
> easy. It is usually advisable to delete the build directory, since setup.py 
> is not very smart with respect to knowing what needs to be recompiled. 
> Sometimes it is also necessary to clean out the old version from its 
> installation location. See attached script for an example of mpl uninstallation.
This is exactly where I was headed --- a complete and new mpl installation with 
the latest matplotlib.
Thanks for all the tips and pointing me in the correct direction. I will get 
back to you on how it went.
--V
From: Stephen G. <ste...@op...> - 2010年09月14日 09:11:26
 On 14/09/2010 8:18 AM, Carlos Grohmann wrote:
> Many thanks, that helper.
>
> After some more problems with scipy, I got a working EXE.
>
> PyQt4 is still in the library, though. Eating almost 15Mb... Now all I
> have to do is to find out how to remove it..
>
>
> cheers
>
> Carlos
>
Have you read the info on py2exe wiki relating to matplotlib
http://www.py2exe.org/index.cgi/MatPlotLib
Have a look at section on "Backends"
Steve
From: Eric F. <ef...@ha...> - 2010年09月14日 07:25:12
On 09/13/2010 12:55 PM, Eric Firing wrote:
> If you would like up-to-date versions of both numpy and matplotlib, then
> you can either find and install the *dev packages individually, or do
> something like this:
>
> sudo apt-get build-dep python-matplotlib
> sudo apt-get remove python
No! I meant:
sudo apt-get remove python-numpy
Eric
>
> Now untar your numpy, go in, build and install:
7 messages has been excluded from this view by a project administrator.

Showing results of 412

<< < 1 .. 9 10 11 12 13 .. 17 > >> (Page 11 of 17)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /