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



Showing 22 results of 22

From: David W. <dav...@gm...> - 2011年11月14日 22:08:19
Has ANYONE installed matplotlib on OSX 10.6 and had the module tests pass? Specifically in a virtualenv setup?
-Dave
--
David Welch
dav...@gm...
On 11Nov, 2011, at 2:12 PM, David Welch wrote:
> Update: test folders are in the build directory, they are just not
> being copied during build.
> 
> *bump*
> 
> On 11/10/11, David Welch <dav...@gm...> wrote:
>> Hello,
>> 
>> I am installing matplotlib on Snow Leopard 10.6. I downloaded v1.1.0 from
>> the sourceforge site and installed in this manner:
>> 
>> ############################
>> 
>> $ export CFLAGS="-arch i386 -arch x86_64 -I/usr/X11/include
>> -I/usr/X11/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.6.sdk"
>> $ export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch i386 -arch
>> x86_64 -L/usr/X11/lib -syslibroot,/Developer/SDKs/MacOSX10.6.sdk"
>> $ export FFLAGS="-arch i386 -arch x86_64"
>> $ tar -xf matplotlib-1.1.0.tar.gz
>> $ cd matplotlib-1.1.0
>> $ python setup.py build
>> $ python setup.py install
>> $
>> $ python
>>>>> import matplotlib as mpl
>>>>> mpl.test("1")
>> ...........EEEEEEEEEEE
>> ======================================================================
>> ERROR: Failure: AttributeError ('module' object has no attribute
>> 'test_backend_svg')
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>> File "/private/tmp/test/lib/python2.6/site-packages/nose/loader.py", line
>> 379, in loadTestsFromName
>> module = resolve_name(addr.module)
>> File "/private/tmp/test/lib/python2.6/site-packages/nose/util.py", line
>> 331, in resolve_name
>> obj = getattr(obj, part)
>> AttributeError: 'module' object has no attribute 'test_backend_svg'
>> 
>> (etc.)
>> #############################
>> 
>> The failure is for all modules in matplotlib.tests except for test_agg,
>> test_cbook, test_mlab, and test_transform.
>> 
>> Is the sourceforge achive incomplete?
>> 
>> -Dave
>> 
>> --
>> David Welch
>> dav...@gm...
>> 
>> 
>> 
>> 
> 
> 
> -- 
> 
> Dept. of Psychiatry
> Dept. of Biomedical Engineering
> University of Iowa
From: Sameer F. <cas...@gm...> - 2011年11月14日 20:59:24
Hi all,
This is my first time setting up matplotlib.
I'm on OS X Lion 10.7 (build 11A511s, so no updates done to the initial
release of OS X Lion).
I am using virtualenv and pip to do the installation.
I'm aware of the incompatibility with libpng 1.5, so I didn't just run "pip
install matplotlib"... instead...
I tried running this from inside the virtualenv:
"pip install -e git+
https://github.com/matplotlib/matplotlib#egg=matplotlib-dev"
Looks like it starts installing, but then I get this error:
/Users/myusername/.virtualenvs/nltk/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532:
warning: ‘int _import_array()’ defined but not used
lipo: can't open input file:
/var/folders/wy/s1jr354d4xx7dk0lpdpbpsbc0000gn/T//ccfNUhyq.out (No such
file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1
----------------------------------------
Command /Users/sameerfx/.virtualenvs/nltk/bin/python -c "import setuptools;
__file__='/Users/sameerfx/.virtualenvs/nltk/src/matplotlib/setup.py';
exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" develop --no-deps failed with error code 1
Storing complete log in /Users/sameerfx/.pip/pip.log
From: Fernando P. <fpe...@gm...> - 2011年11月14日 20:38:12
On Mon, Nov 14, 2011 at 6:11 AM, Michael Droettboom <md...@st...> wrote:
> This looks like a bug for the IPython folks. If you make a file
> containing only "import gtk" and "%run" that file, one gets the same error.
>
Mmmh, I don't get the problem on ubuntu 10.10. I'll try to check
later on an 11.10 machine I have.
To the OP: yes, this will be best discussed on the ipython list, since
it really has nothing to do with matplotlib.
Cheers,
f
From: klo uo <kl...@gm...> - 2011年11月14日 18:01:06
I first opened GMail instead Google Reader and you show it to me first :D
I don't know half of those projection but I guess I would choose Plate Cartee :D
Cheers
On Mon, Nov 14, 2011 at 3:28 PM, Michael Droettboom <md...@st...> wrote:
> Sorry for the slightly OT post, but I thought all of the basemap-using
> geoprojection heads on this list would get a kick out of today's XKCD:
>
> http://xkcd.com/977/
>
> Mike
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save 700ドル by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
From: Volker B. <bl...@fh...> - 2011年11月14日 16:34:22
Thanks for the (two!) fast answers on the list. So there is hope :) I'll take a look at the fink internals, I guess. 
best wishes
Volker
On Nov 14, 2011, at 5:15 PM, Jeff Blackburne wrote:
> 
> On Nov 14, 2011, at 10:20 AM, Volker Blum wrote:
> 
>> ... just wanted to report this problem.
>> 
>> At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an installation process that is, ultimately, practically impossible - except by buying a prepackaged solution. (which is possible but probably not the original intention)
>> 
>> What ultimately thwarts my installation attempts is the dependency on TeX. While a good thing in principle, most packaging tools do not realize that there is already a working TeX distribution there from another source, and will only accept their own - which, in the case of debian/fink, can no longer be postinstalled. It appears that I would have to uninstall and reinstall my entire pre-existing setup just to get matplotlib to work.
>> 
>> Has anyone seen this problem before? Is there a workaround?
>> 
>> best wishes
>> Volker Blum
> 
> Hi Volker,
> 
> I have installed matplotlib with Fink. I had a similar issue, because I didn't need to GTKAgg backend and didn't want to install all of the GTK+ packages that were required. I ended up making my own fink package called matplotlib-py27-nogtk by editing the matplotlib-py.info and matplotlib-py.patch files in my /sw/fink/10.6/unstable/main/finkinfo/sci directory, to remove the dependencies and turn off the GTK+ check in setup.py, respectively. I put the resulting files in /sw/fink/10.6/local/main/finkinfo. You could try something like that, although it's kind of messy.
> 
> There may also be a "virtual" fink package for TeX that doesn't install anything, but counts as a proxy for a previous installation. If this is true, it's a much better solution that what I did.
> 
> I hope this helps. If you need more info, I suspect that your question is actually better suited for the fink-users list.
> 
> Good luck,
> Jeff
> 
From: Jeff B. <jbl...@al...> - 2011年11月14日 16:31:42
On Nov 14, 2011, at 10:20 AM, Volker Blum wrote:
> ... just wanted to report this problem.
> 
> At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an installation process that is, ultimately, practically impossible - except by buying a prepackaged solution. (which is possible but probably not the original intention)
> 
> What ultimately thwarts my installation attempts is the dependency on TeX. While a good thing in principle, most packaging tools do not realize that there is already a working TeX distribution there from another source, and will only accept their own - which, in the case of debian/fink, can no longer be postinstalled. It appears that I would have to uninstall and reinstall my entire pre-existing setup just to get matplotlib to work.
> 
> Has anyone seen this problem before? Is there a workaround?
> 
> best wishes
> Volker Blum
Hi Volker,
I have installed matplotlib with Fink. I had a similar issue, because I didn't need to GTKAgg backend and didn't want to install all of the GTK+ packages that were required. I ended up making my own fink package called matplotlib-py27-nogtk by editing the matplotlib-py.info and matplotlib-py.patch files in my /sw/fink/10.6/unstable/main/finkinfo/sci directory, to remove the dependencies and turn off the GTK+ check in setup.py, respectively. I put the resulting files in /sw/fink/10.6/local/main/finkinfo. You could try something like that, although it's kind of messy.
There may also be a "virtual" fink package for TeX that doesn't install anything, but counts as a proxy for a previous installation. If this is true, it's a much better solution that what I did.
I hope this helps. If you need more info, I suspect that your question is actually better suited for the fink-users list.
Good luck,
Jeff
From: Benjamin R. <ben...@ou...> - 2011年11月14日 16:05:58
On Mon, Nov 14, 2011 at 9:20 AM, Volker Blum <bl...@fh...> wrote:
> ... just wanted to report this problem.
>
> At the heart of the issue is the decision to have too many dependencies in
> matplotlib (which is why I am posting here). That, although viewed as good
> style, leads to an installation process that is, ultimately, practically
> impossible - except by buying a prepackaged solution. (which is possible
> but probably not the original intention)
>
> What ultimately thwarts my installation attempts is the dependency on TeX.
> While a good thing in principle, most packaging tools do not realize that
> there is already a working TeX distribution there from another source, and
> will only accept their own - which, in the case of debian/fink, can no
> longer be postinstalled. It appears that I would have to uninstall and
> reinstall my entire pre-existing setup just to get matplotlib to work.
>
> Has anyone seen this problem before? Is there a workaround?
>
> best wishes
> Volker Blum
>
>
That is just bad packaging. TeX is not a dependency, but optional. Heck,
it isn't even listed in the "Build Requirements" page:
http://matplotlib.sourceforge.net/users/installing.html#build-requirements
Matplotlib can work just fine without TeX, you just wouldn't be able to set
usetex=True in some places.
Ben Root
From: Volker B. <bl...@fh...> - 2011年11月14日 15:45:38
... just wanted to report this problem.
At the heart of the issue is the decision to have too many dependencies in matplotlib (which is why I am posting here). That, although viewed as good style, leads to an installation process that is, ultimately, practically impossible - except by buying a prepackaged solution. (which is possible but probably not the original intention)
What ultimately thwarts my installation attempts is the dependency on TeX. While a good thing in principle, most packaging tools do not realize that there is already a working TeX distribution there from another source, and will only accept their own - which, in the case of debian/fink, can no longer be postinstalled. It appears that I would have to uninstall and reinstall my entire pre-existing setup just to get matplotlib to work.
Has anyone seen this problem before? Is there a workaround?
best wishes
Volker Blum
From: Michael D. <md...@st...> - 2011年11月14日 14:28:52
Sorry for the slightly OT post, but I thought all of the basemap-using 
geoprojection heads on this list would get a kick out of today's XKCD:
http://xkcd.com/977/
Mike
From: Michael D. <md...@st...> - 2011年11月14日 14:13:35
I'm not sure what MAMP is. Usually this problem is because matplotlib 
is trying to import a GUI toolkit and the windowing environment is not 
available from the web server. Try setting the matplotlib backend to 
"Agg", by putting this at the top of the file:
 import matplotlib
 matplotlib.use("Agg")
Mike
On 11/14/2011 05:13 AM, Paul de Beurs wrote:
> Hey,
>
> I work with Mac OSX 10.7.2
> I have a probleem. From the IDLE this little program works fine:
> #!/usr/bin/python
> import numpy
> import matplotlib
> print "Content-Type: text/plain\n"
> print matplotlib.__version__
>
> The output is:
> Content-Type: text/plain
>
> 1.1.0
>
> Starting this program from MAMP gives me: Internal Server Error
>
> First I change the program into:
> #!/usr/bin/python
> import numpy
> import matplotlib
> print "Content-Type: text/plain\n"
> print 'No error'
>
> But starting this program from MAMP also gives me: Internal Server Error
>
> Now I change my program into:
> #!/usr/bin/python
> import numpy
> ##import matplotlib
> print "Content-Type: text/plain\n"
> print 'No error'
>
> Now starting this program from MAMP gives me: No error
>
> So the import of mapplotlib causes this troubles. I don't have these 
> problems with the import of numpy.
>
> Can someone help me with this problem?
>
>
>
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save 700ドル by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Michael D. <md...@st...> - 2011年11月14日 14:11:39
This looks like a bug for the IPython folks. If you make a file 
containing only "import gtk" and "%run" that file, one gets the same error.
Mike
On 11/13/2011 10:30 PM, Alejandro Weinstein wrote:
> Hi:
>
> I just installed matplolib from source code, and Ipython using pip, in
> Ubuntu 11.10.
>
> When I run this code
>
> ########### foo.py ############
> import matplotlib.pyplot as plt
> plt.plot([1,2,3,4])
> plt.ylabel('some numbers')
> plt.show()
> ##############################
>
> in ipython, I get the following warning:
>
> In [1]: %run foo.py
> /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:54: Warning:
> ignoring sys.argv: it must be a list of strings
> _gtk.init_check()
>
> Other than the warning the plot looks OK.
>
> Also, if I type each sentence in ipython, I don't get the warning. I
> don't get a warning if I use the standard python interpreter either
> (as in $ python foo.py).
>
> Any clue about this? Should I report this in the Ipython mailing list?
>
> I am running Ipython 0.11 and matplotlib 1.2.x.
>
> Alejandro
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save 700ドル by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
2011年11月14日 Michael Droettboom <md...@st...>:
> Thanks for all the time you've devoted to this. It does look like possibly
> some kind of compiler bug. The font loads and renders fine on Linux, for
> what it's worth (just as a data point).
>
> To confirm this theory: if you move NISC1803.ttf somewhere temporary, delete
> ~/.matplotlibrc/fontList.cache and then import matplotlib, do you get the
> crash? That at least confirms that loading this font file triggers the bug
> (wherever the bug may be). Test with matplotlib 1.1.0 or git master so we
> have a sense of the current behavior.
Hi Mike,
the following fonts on my system are offending:
/Library/Fonts/NISC18030.ttf
/Library/Fonts/AppleMyungjo.ttf
/Library/Fonts/Gungseouche.ttf
With these fonts made unfindable by matplotlib (:file:`*.ttf_`) it
exits cleanly.
I will provide with a patch to matplotlib for an rc setting
"fonts.bus-error : ...", e.g. ``fonts.bus-error : NISC18030.ttf,
AppleMyungjo.ttf, Gungseouche.ttf`` in the next days.
It was clear from the beginning (well, from the point I got a handle
on it), that loading the font makes the 2009 matplotlib crash. The
only question unanswered is where the codepath is that triggers this
compiler bug (I think the compiler but hypothesis is not disproven and
works well atm). If the code path is in ft2font.cpp, we could (you
could) reformulate ft2font.cpp in an equivalent way with the exception
that it is not equivalent in crashing. You might want to augment
ft2font.cpp by printf() or something to see if the crash appears
inside a call to libfreetype or if all those calls return cleanly.
To my understanding, since recompiling ft2font.so without
MACOSX_DEPLOYMENT_TARGET different from 10.6 helps, ft2font.cpp should
be the culprit resp. victim. The only alternative I'm seeing would be
that it has to to do with the load mechanism of the dylib, but I deem
this rather unlikely. Well, unlikely is not the best word in this
context, since all this things here were pretty unlikely.
If the codepath is in libfreetype this would be an issue for their list. ...
Friedrich
From: Michael D. <md...@st...> - 2011年11月14日 13:24:06
We should also update the checks for the version of Numpy. Expect a 
pull request about this shortly.
Mike
On 11/12/2011 10:59 PM, Benjamin Root wrote:
>
>
> On Saturday, November 12, 2011, John Ladasky 
> <joh...@sb... <mailto:joh...@sb...>> wrote:
> > On Sat, 2011年11月12日 at 20:08 -0600, Warren Weckesser wrote:
> >
> >> By any chance do you have a file called 'numpy.py' in the directory
> >> where you ran this? If so, rename that file and try again.
> >
> > Hi, Warren,
> >
> > No, there is no file named "numpy.py" in the directory with my test
> > programs, or anywhere on my file system, for that matter.
> >
> >
> >
> > And here's a question that I've received off the list-serv, which the
> > author CC'ed to the list and thus should appear here soon:
> >
> > On Sat, 2011年11月12日 at 20:03 -0600, Benjamin Root wrote:
> >
> >> Looks like mpl truly can't be used with older version of numpy. Which
> > version are you using?
> >>
> >> Ben Root
> >
> > Hi Ben,
> >
> > Well, you made me look. My numpy version is a few revisions behind. I
> > have 1.3.0, and they're up to 1.6.1, which I just downloaded. Still,
> > this page...
> >
> > 
> http://matplotlib.sourceforge.net/users/installing.html#build-requirements
> >
> > ...says that numpy 1.1 or later should work.
> >
> >
> >
> > Thanks to you both for your suggestions, I hope to figure this out.
> >
> >
>
> The doc page is wrong. There was suspicions of this recently with 
> nextafter(), but no one knew when it was introduced in numpy. Now we 
> know and I will update the page accordingly.
>
> Ben Root
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save 700ドル by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Michael D. <md...@st...> - 2011年11月14日 13:21:03
On 11/13/2011 10:03 AM, Goyo wrote:
> 2011年11月7日 Anton Daitche<a.d...@go...>:
>
>> Do you remember the name of the thread? I would like to understand the
>> details on this.
> I can't find it right now but I guess Michael's answer helps you.
>
>> I also would like to find out if i can force the renderer to do exact
>> drawing (at some computational cost).
> Do you mean using an interactive backend? You can try gtkcairo and wx.
> I think they have their own issues though.
>
Or, as I suggested, use scatter() instead of plot().
Mike
Thanks for all the time you've devoted to this. It does look like 
possibly some kind of compiler bug. The font loads and renders fine on 
Linux, for what it's worth (just as a data point).
To confirm this theory: if you move NISC1803.ttf somewhere temporary, 
delete ~/.matplotlibrc/fontList.cache and then import matplotlib, do you 
get the crash? That at least confirms that loading this font file 
triggers the bug (wherever the bug may be). Test with matplotlib 1.1.0 
or git master so we have a sense of the current behavior.
Mike
On 11/13/2011 06:05 PM, Friedrich Romstedt wrote:
> 2011年11月12日 Friedrich Romstedt<fri...@gm...>:
>> $ stat -f "...." /Library/Fonts/NISC18030.ttf
>> Last accessed or modified: 1321107464 = 12 Nov 2011
>> Last changed: 1264652963 = 28 Jan 2010
>> Time of Birth: 1292365840 = 14 Dec 2010
> The file might have been created earlier; the date 14 Dec 2010 is the
> day where I reinstalled my Mac after a HDD crash from backup.
>
> I have checked if I have backups older than that on one of the Time
> Machine disks but that is negative. But since Time Machine uses
> hardlinks to link the files between different backups the file backed
> up in the oldest backup from 27 Dec 2010 might have still the date of
> birth we're looking for. Assumed it didn't issue a completely new
> backup after restoring from the old one.
>
> I'm interested in this because I wonder how I ever got a working fontcache.
>
> It might be that I compiled matplotlib first differently, with
> python.org Python, hence gcc-4.0, and if we assume that it works under
> gcc-4.0, I would have ended up with a proper fontcache, and was free
> to compile with gcc-4.2 + 10.5 deployment target. Then the fontcache
> lived on all that years since Mid 2009 untouched. Until now, where it
> attempted to recreate it, with the gcc-4.2 + 10.5 targeted matplotlib,
> failing on that.
>
> I guess that the NISC18030.ttf in the backup has the date of birth of
> the first backup ever, meaning that it was probably present from the
> very beginning. This is suggested by the posts back to 2005, where
> the file existed on that ``bsd`` machine of William Stein, iirc. I
> strongly believe I just got a working intermediate matplotlib, which
> created the everlasting (or not) fontcache.
From: Paul de B. <pau...@gm...> - 2011年11月14日 10:13:31
Hey,
I work with Mac OSX 10.7.2
I have a probleem. From the IDLE this little program works fine:
#!/usr/bin/python
import numpy
import matplotlib
print "Content-Type: text/plain\n"
print matplotlib.__version__
The output is:
Content-Type: text/plain
1.1.0
Starting this program from MAMP gives me: Internal Server Error
First I change the program into:
#!/usr/bin/python
import numpy
import matplotlib
print "Content-Type: text/plain\n"
print 'No error'
But starting this program from MAMP also gives me: Internal Server Error
Now I change my program into:
#!/usr/bin/python
import numpy
##import matplotlib
print "Content-Type: text/plain\n"
print 'No error'
Now starting this program from MAMP gives me: No error
So the import of mapplotlib causes this troubles. I don't have these
problems with the import of numpy.
Can someone help me with this problem?
From: Ian T. <ian...@gm...> - 2011年11月14日 08:46:31
On 13 November 2011 19:10, Daniel Welling <dan...@gm...> wrote:
> I am interested in accessing Triangulation objections that are created by
> MPL for tricontour-type plots. The docs for MPL routines that use
> triangulation objects refer to documentation, but none exists in the MPL
> online docs. Does anyone have docs/info on using these objects? Having
> access to them would be great.
>
The easiest way to find out about Triangulation objects is to look at the
source code on github:
https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tri/triangulation.py
The class and __init__ descriptions should contain all the information you
need.
Ian
From: Eli L. <gl...@ma...> - 2011年11月14日 06:05:17
Hi,
I'm using a slider widget from matplotlib and I've been trying to
update just the slider bar using blit for faster animation because if
I use draw() for the whole canvas it is too slow. I got the bar to
animate faster using this method (though it doesn't look perfect), but
I can't figure out how to draw the slider value that shows up next to
the slider. Any help would be greatly appreciated. My code for the
slider is something like this:
import pylab as p
from matplotlib.widgets import Slider
axsigma = p.axes([0.25, 0.10, 0.65, 0.03], axisbg=axcolor)
slider1 = Slider (axsigma, 'Sigma',0.20, 18,
valinit=s0,dragging=True, fc='blue')
canvas1=axsigma.figure.canvas
def update (val):
 canvas1.blit(axsigma.bbox)
slider1.on_changed(update)
Thanks,
Eli Lyons
From: Sameer F. <cas...@gm...> - 2011年11月14日 05:28:32
Hi all,
This is my first time setting up matplotlib.
I'm on OS X Lion 10.7 (build 11A511s, so no updates done to the initial
release of OS X Lion).
I am using virtualenv and pip to do the installation.
I'm aware of the incompatibility with libpng 1.5, so I didn't just run "pip
install matplotlib"... instead...
I tried running this from inside the virtualenv:
"pip install -e git+
https://github.com/matplotlib/matplotlib#egg=matplotlib-dev"
Looks like it starts installing, but then I get this error:
/Users/myusername/.virtualenvs/nltk/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1532:
warning: ‘int _import_array()’ defined but not used
lipo: can't open input file:
/var/folders/wy/s1jr354d4xx7dk0lpdpbpsbc0000gn/T//ccfNUhyq.out (No such
file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1
----------------------------------------
Command /Users/sameerfx/.virtualenvs/nltk/bin/python -c "import setuptools;
__file__='/Users/sameerfx/.virtualenvs/nltk/src/matplotlib/setup.py';
exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" develop --no-deps failed with error code 1
Storing complete log in /Users/sameerfx/.pip/pip.log
From: Alejandro W. <ale...@gm...> - 2011年11月14日 03:31:19
Hi:
I just installed matplolib from source code, and Ipython using pip, in
Ubuntu 11.10.
When I run this code
########### foo.py ############
import matplotlib.pyplot as plt
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
##############################
in ipython, I get the following warning:
In [1]: %run foo.py
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:54: Warning:
ignoring sys.argv: it must be a list of strings
 _gtk.init_check()
Other than the warning the plot looks OK.
Also, if I type each sentence in ipython, I don't get the warning. I
don't get a warning if I use the standard python interpreter either
(as in $ python foo.py).
Any clue about this? Should I report this in the Ipython mailing list?
I am running Ipython 0.11 and matplotlib 1.2.x.
Alejandro
From: Gökhan S. <gok...@gm...> - 2011年11月14日 00:13:58
On Sun, Nov 13, 2011 at 4:37 PM, klo uo <kl...@gm...> wrote:
> I think that paths needed to be passed to CPP/LDFLAGS like this:
>
> CPPFLAGS=-I/usr/include/hdf LDFLAGS=-L/usr/lib ./configure --enable-hdf4
> && make
>
> then also package is dependent on latest hdf5 to be build (1.8.7), so
> installing it globally would break possible dependencies in any
> packaging system, and lastly it's just pain to build it if it's worth
>
>
> On Sun, Nov 13, 2011 at 10:12 PM, Gökhan Sever <gok...@gm...>
> wrote:
> > When I remove hdf4 part from config, it builds successfully. Any ideas?
>
This one still fails with the same error. I will make a clean Fedora 16
installation in the near future, then I will test these on the new system.
Firstly, hoping that F16 will provide these packages already built :) Those
-fPIC errors were killing me while building PyNIO...
-- 
Gökhan
From: Daniel H. <dh...@gm...> - 2011年11月14日 00:05:46
It's not "official", but just idiomatic, I suppose ;)
http://en.wikipedia.org/wiki/Monkey_patch
http://paulirish.com/2010/duck-punching-with-jquery/
>
> Is that an official term? I have done things like this before, but never had
> a word for it.
>
> Ben Root
>
-- 
Daniel Hyams
dh...@gm...

Showing 22 results of 22

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 によって変換されたページ (->オリジナル) /