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



Showing 12 results of 12

From: Jeff W. <js...@fa...> - 2005年08月19日 19:51:16
Derrick Snowden wrote:
> Hi all,
>
> Recently, a sizable thread accrued focused on different installation 
> problems with matplotlib on Mac OSX. I largely ignored the thread 
> since I work on a Linux machine at work and had a windows machine at 
> home. Last week I pitched the Windows machine out the window and went 
> to the store to buy a Mac.
> I don't want to abuse the good nature of the people on this list but I 
> was wondering if someone might have a pointer for a gentle intro to 
> Python on the Mac. If there is a good place to get some background I 
> might be able to avoid the standard newbie questions. For example I 
> dutifully installed Fink and have been using it to install some Python 
> packages. However I notice that the Python installation from fink 
> seems to be different than Python that comes with OSX Panther 
> (/Library/Python I think). I always hated having two versions of 
> Python on windows (the windows native port and the cygwin python) but 
> I saw no way around it. Should I anticipate having two python 
> installations on the mac as well?
>
Derrick: Just thought of another reason why I prefer the fink, unix-x11 
environment - you can run matplotlib remotely via an ssh tunnel and have 
the plot display back on your computer. I use this a lot when working 
from home - ssh to the mac on my desk at work, run my script and have 
the plot display back on my home computer. Can't do that with an aqua 
native matplotlib, unless you use remote desktop or VNC.
-Jeff
-- 
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/CDC R/CDC1 Email : Jef...@no...
325 Broadway Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
From: Fernando P. <Fer...@co...> - 2005年08月19日 16:37:01
Charles Moad wrote:
> My 2 cents:
> For ipython you MUST have readline which does not come by default with 
> osx. It is easy enough to install from this package:
> http://pythonmac.org/packages/readline-5.0-py2.3-macosx10.3.zip
> 
> Install this package, then you need to either:
> 1) move readline.so from /Library/Python/2.3 to 
> /Library/Python/2.3/site-packages
> 2) install http://pythonmac.org/packages/TigerPython23Compat.pkg.zip
Thanks for this info. I hope you don't mind, I've copied it to the OSX 
section of the manual for the next release.
Cheers,
f
From: Chris B. <Chr...@no...> - 2005年08月19日 16:24:22
Derrick Snowden wrote:
> someone might have a pointer for a gentle intro to
> Python on the Mac. If there is a good place to get some background I 
> might be able to avoid the standard newbie questions. For example I 
> dutifully installed Fink and have been using it to install some Python 
> packages. However I notice that the Python installation from fink seems 
> to be different than Python that comes with OSX Panther (/Library/Python 
> I think). I always hated having two versions of Python on windows (the 
> windows native port and the cygwin python) but I saw no way around it. 
> Should I anticipate having two python installations on the mac as well?
I think you've got the right impression, also reinforced by Jeff:
fink (and/or darwinports) is a lot like cygwin on Windows: A parallel 
unix-like system. I think Jeff has laid out very well why you'd want to 
use it: If you want a system that is pretty much like you'd get with 
other unixes. However, what this means is that it really is kind of 
distinct from the rest of OS-X, fink stuff works with fink stuff, and 
OS-X stuff works with OS-X stuff. My feeling is that it's easiest if, 
for a given purpose (say, python development), you go either all fink or 
no fink, and not try to mix them.
I'm going to give my opinion here as to what you should do:
If you want a system that is much like what you're used to with Linux 
(and cygwin), then go all-fink.
If you want to have your python work more integrated with OS-X (this is 
the approach I'm taking), then stick with the non-fink Python options:
1) subscribe to the python-mac mailing list:
http://www.python.org/sigs/pythonmac-sig/
2) Choose a version of Python. I'm assuming you have Tiger. It comes 
with python 3.2. You can use that, but I think more folks now are using 
Bob Ippolito's "official unofficial" 2.4.1 build:
http://undefined.org/python/
(also install the TigerPython24Fix)
3) Get any packages you can from:
http://pythonmac.org/packages/
If you can't get a package there, then you can usually it yourself. 
SciPy is a challenge in this regard, but most stuff is not too tough. 
I've contributed a build of matplotlib 0.82. In that package, I 
described how I did it, so if you want a newer version, you can build it 
yourself. If you do, please contribute it back to that repository, by 
posting to the pythonmac list.
Install Py2App, and then use bdist_mpkg to build mac packages of any 
extension you build, and then contibute them to pythonmac.org
As you are using other systems, I'd recomend wxPython (from 
pythonmac.org, or the wxPython site). It's not quite as maintained as 
PyGTK for matplotlib, but it works fine, and it's really the best option 
for cross platform development. For just the Mac, someone was working on 
a Cocoa back-end for matplotlib, you might want to look out for that.
-Chris
-- 
Christopher Barker, Ph.D.
Oceanographer
 		
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chr...@no...
From: Charles M. <cm...@in...> - 2005年08月19日 16:18:34
My 2 cents:
I also dislike having two pythons installed, and I develop pretty much 
everything with the bundled apple framework. This also makes it easier 
come dependency time when moving your work to another mac.
numeric/numarry/ipython are cake to install, "python setup.py install"
For ipython you MUST have readline which does not come by default with 
osx. It is easy enough to install from this package:
http://pythonmac.org/packages/readline-5.0-py2.3-macosx10.3.zip
Install this package, then you need to either:
 1) move readline.so from /Library/Python/2.3 to 
/Library/Python/2.3/site-packages
 2) install http://pythonmac.org/packages/TigerPython23Compat.pkg.zip
For building matplotlib you can just use fink's libpng and freetype, or 
install them from source to /usr/local.
WX and Tk (and aggs) should work out of the box since both are included 
with tiger. This should be suffice for the setup you are wanting.
Again, it is a personal preference and this is just my preferred approach.
- Charlie
Derrick Snowden wrote:
> Hi all,
> 
> Recently, a sizable thread accrued focused on different installation 
> problems with matplotlib on Mac OSX. I largely ignored the thread since 
> I work on a Linux machine at work and had a windows machine at home. 
> Last week I pitched the Windows machine out the window and went to the 
> store to buy a Mac.
> I don't want to abuse the good nature of the people on this list but I 
> was wondering if someone might have a pointer for a gentle intro to 
> Python on the Mac. If there is a good place to get some background I 
> might be able to avoid the standard newbie questions. For example I 
> dutifully installed Fink and have been using it to install some Python 
> packages. However I notice that the Python installation from fink seems 
> to be different than Python that comes with OSX Panther (/Library/Python 
> I think). I always hated having two versions of Python on windows (the 
> windows native port and the cygwin python) but I saw no way around it. 
> Should I anticipate having two python installations on the mac as well?
> 
> I guess what I'm asking for is not details on installation procedures 
> but rather a couple of comments on "best practices" from some of the 
> pros out there.
> 
> My goal would be to have a working 
> python/numeric/numarry/ipython/matplotlib installation in the place that 
> is easiest to maintain. I'm not a bleeding edge sort of user however...
> 
> Thanks for any comments...
> Derrick
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Matt N. <new...@ca...> - 2005年08月19日 16:03:54
Derrick,
I would put a slightly different emphasis on what Jeff said. 
Matplotlib works just fine with MacPython. You'll need the Apple
developer's tools and to build matplotlib with the usual 
'sudo python setup.py install'.
That's not to say that the effort of making a matplotlib package
for Fink is not worthwhile: it is. But you do not *have* to use
Fink's python to use matplotlib.
Like Jeff said, MacPython can't use GTk (I think), while Fink's
python can. Well, I haven't tried to get GTk to work. For GUI
toolkits, WX works and Tk mostly works with MacPython. Of
course, Numeric, numarray, and ipython work fine too.
Cheers,
--Matt
From: Jeff W. <js...@fa...> - 2005年08月19日 15:34:57
Derrick Snowden wrote:
> Hi all,
>
> Recently, a sizable thread accrued focused on different installation 
> problems with matplotlib on Mac OSX. I largely ignored the thread 
> since I work on a Linux machine at work and had a windows machine at 
> home. Last week I pitched the Windows machine out the window and went 
> to the store to buy a Mac.
> I don't want to abuse the good nature of the people on this list but I 
> was wondering if someone might have a pointer for a gentle intro to 
> Python on the Mac. If there is a good place to get some background I 
> might be able to avoid the standard newbie questions. For example I 
> dutifully installed Fink and have been using it to install some Python 
> packages. However I notice that the Python installation from fink 
> seems to be different than Python that comes with OSX Panther 
> (/Library/Python I think). I always hated having two versions of 
> Python on windows (the windows native port and the cygwin python) but 
> I saw no way around it. Should I anticipate having two python 
> installations on the mac as well?
Derrick: I'm the fink maintainer for the python and matplotlib 
packages, so let me explain the logic here. The fink python is a 
unix-build, and is intended primarily as a more 
'unix-friendly'alternative to the Apple provided framework build. For 
example, it allows developers to test both aqua-native and X11 versions 
of their software on the same box (by running their programs with fink 
python and Apple python). You can also run the gtk-agg backend with the 
fink version of python+matplotlib, which you can't with Apple 
python+matplotlib. I myself prefer the gtk-agg backend (it's the most 
actively maintained and updated), so that's why I use the fink matplotlib.
>
> I guess what I'm asking for is not details on installation procedures 
> but rather a couple of comments on "best practices" from some of the 
> pros out there.
>
> My goal would be to have a working 
> python/numeric/numarry/ipython/matplotlib installation in the place 
> that is easiest to maintain. I'm not a bleeding edge sort of user 
> however...
'fink install matplotlib-py24 ipython-py24' will get you all those 
packages in one shot with fink.
-Jeff
-- 
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/CDC R/CDC1 Email : Jef...@no...
325 Broadway Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
From: Derrick S. <Der...@no...> - 2005年08月19日 14:24:40
Hi all,
Recently, a sizable thread accrued focused on different installation 
problems with matplotlib on Mac OSX. I largely ignored the thread since 
I work on a Linux machine at work and had a windows machine at home. 
Last week I pitched the Windows machine out the window and went to the 
store to buy a Mac. 
I don't want to abuse the good nature of the people on this list but I 
was wondering if someone might have a pointer for a gentle intro to 
Python on the Mac. If there is a good place to get some background I 
might be able to avoid the standard newbie questions. For example I 
dutifully installed Fink and have been using it to install some Python 
packages. However I notice that the Python installation from fink seems 
to be different than Python that comes with OSX Panther (/Library/Python 
I think). I always hated having two versions of Python on windows (the 
windows native port and the cygwin python) but I saw no way around it. 
Should I anticipate having two python installations on the mac as well?
I guess what I'm asking for is not details on installation procedures 
but rather a couple of comments on "best practices" from some of the 
pros out there.
My goal would be to have a working 
python/numeric/numarry/ipython/matplotlib installation in the place that 
is easiest to maintain. I'm not a bleeding edge sort of user however...
Thanks for any comments...
Derrick
From: Darren D. <dd...@co...> - 2005年08月19日 13:17:07
On Friday 19 August 2005 6:37 am, Eric Emsellem wrote:
> Hi,
> doing a simple thing like:
>
> plot([0,1],[0,1])
> savefig('try.eps')
>
> I get a stupid (large) bounding box:
> %%BoundingBox: 0 0 765 1214
>
> (with a "ps" file I get: %%BoundingBox: 0 0 918 1299 which is even worse)
>
> ==> to be right I should either get something of the order of : 230 805
> 720 1180
> or have a very different positioning (and still a much smaller BB)
>
> I probably have a bad setup somewhere but could not find it. How can I
> then obtain reasonable Bounding Boxes for my eps files (to be used in
> papers..)? (I looked at the archived emails but did not find help there)
I can't reproduce this here. Please post a complete script that sets any 
non-standard rc settings.
Darren
From: Eric E. <ems...@ob...> - 2005年08月19日 10:39:04
Hi,
doing a simple thing like:
plot([0,1],[0,1])
savefig('try.eps')
I get a stupid (large) bounding box:
%%BoundingBox: 0 0 765 1214
(with a "ps" file I get: %%BoundingBox: 0 0 918 1299 which is even worse)
==> to be right I should either get something of the order of : 230 805 
720 1180
or have a very different positioning (and still a much smaller BB)
I probably have a bad setup somewhere but could not find it. How can I 
then obtain reasonable Bounding Boxes for my eps files (to be used in 
papers..)? (I looked at the archived emails but did not find help there)
Thanks!
Eric
-- 
===============================================================
Observatoire de Lyon ems...@ob...
9 av. Charles-Andre tel: +33 4 78 86 83 84
69561 Saint-Genis Laval Cedex fax: +33 4 78 86 83 86
France http://www-obs.univ-lyon1.fr/eric.emsellem
===============================================================
From: Graeme O'K. <gj...@ne...> - 2005年08月19日 05:38:40
Hi,
is there a way to get an image of a patch? I'd like to use patches to 
display Regions Of Interest and
also use then use them as masks on the image for subsequent region 
based analysis.
regards,
Graeme
===== code snippet ======
#!/usr/bin/env python
import wasabi, ugm
import pylab
#
# 22-frames * 90-slices * 128-y * 128-x
#
dy = ugm.ugm('dy22.img')
#
# grab the 20th frame
#
vol = dy.vol([20])
#
# returns a series of roi's that are defined as a set of vertices of 
a polygon
# eg.
# roi['cerebellum'] = numarray.array([[x0,y0], [x1,y1], ...., [xN, yN]])
# roi['caudate'] ...
#
roi = wasabi.roi('p2873s0_HAW_emdy22.xml')
pylab.figure()
ax = pylab.gca()
n = 0
col = 'rgbcmyk'
p = []
for fld in roi.keys() :
#
# draw the polygon regions as patches with transparency
#
 p.append(ax.fill(roi[fld][:,0], roi[fld][:,1], col[n], 
alpha=0.5, linewidth=0))
 pylab.hold(True)
 n += 1
#end for
pylab.imshow(vol[45,:,:], cmap = pylab.cm.hot, origin = 'lower')
print p
#
# is there a way to 'get' an array of pixels set in the patches p[0], 
p[1] so that they can be used as masks
# on the image.
#
From: Darren D. <dd...@co...> - 2005年08月19日 01:29:09
On Thursday 18 August 2005 7:49 pm, Mark Bakker wrote:
> Hello -
>
> I searched the mailing list, but couldn't find an answer.
>
> I want to vary the color (or width for that matter) of a line according to
> an additional array of values. Very much like the 's' array in scatter
> plot. In this fashion every (x0,y0), (x1,y1) segment has either a different
> color or width.
>
> Can this be done easily, or should I just loop through my x,y array and
> call plot every time with a different color/width?
I always thought it would be really slick to present error bars with this kind 
of effect, so I would also like to know if it is possible.
From: John H. <jdh...@ac...> - 2005年08月19日 00:43:08
>>>>> "Nils" == Nils Wagner <nw...@me...> writes:
 Nils> Hi all, The title is not illustrated but for what reason ?
Hi Nils,
This is a bug -- not sure what causes it yet. To make sure it doesn't
fall through the cracks, would you mind submitting a sourceforge bug
at http://sourceforge.net/tracker/?group_id=80706&atid=560720 ?
Thanks for the report!
JDH

Showing 12 results of 12

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