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
(47) |
2
(13) |
3
(12) |
4
(16) |
5
(3) |
|
6
(6) |
7
(20) |
8
(45) |
9
(24) |
10
(30) |
11
(14) |
12
(4) |
|
13
(1) |
14
(6) |
15
(6) |
16
(10) |
17
(15) |
18
(13) |
19
(4) |
|
20
|
21
(14) |
22
(13) |
23
(9) |
24
(19) |
25
(24) |
26
|
|
27
(4) |
28
(20) |
29
(17) |
30
(7) |
|
|
|
|
From: Alan G I. <ala...@gm...> - 2010-06-21 20:40:30
|
You should be able to use http://leejjoon.github.com/mpl_toolkits-gridspec/ for unequal-size plots of the type you describe. Alan Isaac |
|
From: Jeremy C. <jlc...@gm...> - 2010-06-21 20:33:27
|
On Mon, Jun 21, 2010 at 2:33 PM, Jeffrey Blackburne <je...@mi...> wrote: > I have used add_axes() to do this in the past. E.g., > > import matplotlib.pyplot as plt > > fig = plt.figure() > leftmarg = 0.125 # change these numbers to taste > botmmarg = 0.125 > width = 0.825 > height = 0.825 > frac = 2./3. > ax0 = fig.add_axes([leftmarg, botmmarg, width, frac*height]) > ax1 = fig.add_axes([leftmarg, botmmarg+frac*height, width, (1-frac)*height]) > ax1.xaxis.set_ticklabels([]) > plt.show() > > Sorry it is in object-oriented style instead of pylab style... > Thanks! This looks like it might work. I'll give it a try. Jeremy |
|
From: Jeffrey B. <je...@MI...> - 2010-06-21 20:31:32
|
I have used add_axes() to do this in the past. E.g., import matplotlib.pyplot as plt fig = plt.figure() leftmarg = 0.125 # change these numbers to taste botmmarg = 0.125 width = 0.825 height = 0.825 frac = 2./3. ax0 = fig.add_axes([leftmarg, botmmarg, width, frac*height]) ax1 = fig.add_axes([leftmarg, botmmarg+frac*height, width, (1-frac) *height]) ax1.xaxis.set_ticklabels([]) plt.show() Sorry it is in object-oriented style instead of pylab style... On Jun 21, 2010, at 3:13 PM, Jeremy Conlin wrote: > I have followed this excellent example: > http://matplotlib.sourceforge.net/examples/pylab_examples/ > ganged_plots.html > > but I would like my plots to be 2/3 and 1/3 of the total height of the > figure (I only have 2 plots). What do I have to do to specify the > relative sizes of the figures? > > Thanks, > Jeremy > > ---------------------------------------------------------------------- > -------- > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Malte D. <mal...@we...> - 2010-06-21 19:49:50
|
Jeremy Conlin <jlc...@gm...> > I have followed this excellent example: > http://matplotlib.sourceforge.net/examples/pylab_examples/ganged_plots.html > > but I would like my plots to be 2/3 and 1/3 of the total height of the > figure (I only have 2 plots). What do I have to do to specify the > relative sizes of the figures? may something like ax1 = fig.add_subplot(311) ax2 = fig.add_subplot(212) work? if I look at pyplot.setp(ax1) I see a lot of things (like "position" or "anchor" or "axes_locator") which might work. Good luck, Malte |
|
From: Jeremy C. <jlc...@gm...> - 2010-06-21 19:13:27
|
I have followed this excellent example: http://matplotlib.sourceforge.net/examples/pylab_examples/ganged_plots.html but I would like my plots to be 2/3 and 1/3 of the total height of the figure (I only have 2 plots). What do I have to do to specify the relative sizes of the figures? Thanks, Jeremy |
|
From: mdekauwe <mde...@gm...> - 2010-06-21 18:30:22
|
This doesn't solve the original problem and I know I worked out a way to do it before my hard disk messed up! But it seems you can get a version going through macports... sudo port install py26-matplotlib sudo port install python_select sudo python_select python26 then edit your .matplotlib/matplotlibrc file (make one if you don't have it). And put backend: macosx into it. Should work fine. Does for me. Now I don't know how one would set python up so it doesn't find my other version, other than moving paths around. Or setting it up so easy_install using the /opt/ version of python. Anyone? thanks Martin -- View this message in context: http://old.nabble.com/building-on-MAC-snow-leopard-tp28947568p28951913.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Eric F. <ef...@ha...> - 2010-06-21 16:30:12
|
On 06/21/2010 06:10 AM, Matthias Michler wrote: > Hello list, > > I'm encountering a strange problem with the RectangleSelector using the latest > version of svn. Namely it doesn't work if it wasn't initialized as > RS = RectangleSelector(...) > but using > RectangleSelector(...) > in my script. > > I modified the example rectangle_selector.py from the folder examples/widgets > to illustrate my observation. > > Can anybody reproduce my findings or even explain what is going on? If you don't keep a reference to the RectangleSelector object, it vanishes--it is garbage-collected. Eric > > Thanks in advance for any comments. > > Kind regards, > Matthias |
|
From: R. P. S. <R.S...@um...> - 2010-06-21 16:12:20
|
> Which 2.6? Any would be better than none, but I have 2.6.5 (the most recent) from python.org. > think that needs the 2.6 from Python.org -- I'd try that if it's not > what you're using already -- if you are, then what errors, etc do you get? That's not the problem, as that's the version of Python I have. The problem is that the installer doesn't recognize that Python is installed and hence won't let matplotlib be installed at all. -- R. Padraic Springuel Research Assistant Department of Physics and Astronomy University of Maine Bennett 309 Office Hours: By Appointment Only |
|
From: mdekauwe <mde...@gm...> - 2010-06-21 14:03:20
|
> Do you have some notes on how you achieved this? It is more than I've > been able to do. Yes I firstly setup a brand new python, i.e. not the one that ships with snow leopard (ver2.6.5). Then followed everything on http://blog.hyperjeff.net/?p=160 >I'm not a build or gcc expert, but am interested in the solution to this >-- I have also tried (without success) to get this compiled on OS X >10.6. A few potentially useful pointers: >1. Check that you have the latest version of XCode. yep > 2. Check that you have a recent version of gfortran. yep >3. Check your path to various tools: > http://mail.scipy.org/pipermail/numpy-discussion/2007-January/025669.html yep. I came across this which seems to be the ticket, though this also doesn't work... http://www.trondkristiansen.com/?page_id=79 when I follow it through it builds but I get a seg fault when I run it. I payed more attention to the build and I think the issue stems from the arch flags... eg. [HAL-9000@matplotlib-0.99.3]$ make -f make.osx mpl_build blah, blah ld: warning: in /usr/local/lib/libstdc++.dylib, file was built for unsupported file format which is not the architecture being linked (i386) thanks -- View this message in context: http://old.nabble.com/building-on-MAC-snow-leopard-tp28947568p28948915.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Ian Stokes-R. <ijs...@hk...> - 2010-06-21 13:26:18
|
On 6/21/10 7:41 AM, mdekauwe wrote: > So I have successfully built a 64bit version of Numpy, Scipy from svn and am > using python version 2.6.5. However in trying to follow the instructions o Do you have some notes on how you achieved this? It is more than I've been able to do. > I had a look at the config.log file in the libpng directory and the main > thing I can see is... > > configure:3266: checking for C compiler default output file name > configure:3288: gcc -arch i386 -arch x86_64 -I/usr/local/include > -I/usr/local/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.6.sdk > -arch i386 -arch x86_64 -L/usr/local/lib > -syslibroot,/Developer/SDKs/MacOSX10.6.sdk conftest.c >&5 > gcc: unrecognized option '-syslibroot,/Developer/SDKs/MacOSX10.6.sdk' > cc1: error: unrecognized command line option "-arch" > cc1: error: unrecognized command line option "-arch" > cc1: error: unrecognized command line option "-arch" > cc1: error: unrecognized command line option "-arch" > I'm not a build or gcc expert, but am interested in the solution to this -- I have also tried (without success) to get this compiled on OS X 10.6. A few potentially useful pointers: 1. Check that you have the latest version of XCode. 2. Check that you have a recent version of gfortran. 3. Check your path to various tools: http://mail.scipy.org/pipermail/numpy-discussion/2007-January/025669.html Ian -- Ian Stokes-Rees, PhD W: http://hkl.hms.harvard.edu ijs...@hk... T: +1 617 432-5608 x75 NEBioGrid, Harvard Medical School C: +1 617 331-5993 |
|
From: mdekauwe <mde...@gm...> - 2010-06-21 11:42:04
|
Hi, So I have successfully built a 64bit version of Numpy, Scipy from svn and am using python version 2.6.5. However in trying to follow the instructions on this blog (http://blog.hyperjeff.net/?p=160), namely... changing the make.osx file to MACOSX_DEPLOYMENT_TARGET=10.6 PREFIX=/usr/local ## You shouldn't need to configure past this point (and yet…) PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig" CFLAGS="-arch i386 -arch x86_64 -I${PREFIX}/include -I${PREFIX}/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.6.sdk" LDFLAGS="-arch i386 -arch x86_64 -L${PREFIX}/lib -syslibroot,/Developer/SDKs/MacOSX10.6.sdk" FFLAGS="-arch i386 -arch x86_64" and uncommenting wxagg = False from the setup.cfg I still seem to run into trouble. Command I am running is sudo make -f make.osx fetch deps mpl_build mpl_install which runs into trouble to do with the libpng lib... x libpng-1.2.39/scripts/makefile.ne12bsd checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... configure: error: in `/Users/mdekauwe/src/packages/matplotlib_svn/libpng-1.2.39': configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [png] Error 77 I had a look at the config.log file in the libpng directory and the main thing I can see is... configure:3266: checking for C compiler default output file name configure:3288: gcc -arch i386 -arch x86_64 -I/usr/local/include -I/usr/local/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -L/usr/local/lib -syslibroot,/Developer/SDKs/MacOSX10.6.sdk conftest.c >&5 gcc: unrecognized option '-syslibroot,/Developer/SDKs/MacOSX10.6.sdk' cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" Not sure what the issue with the arch flag is? Would really appreciate some thoughts on this, many thanks Martin -- View this message in context: http://old.nabble.com/building-on-MAC-snow-leopard-tp28947568p28947568.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Daniel J. <law...@gm...> - 2010-06-21 03:47:28
|
Hi Matthias, Thanks for the script! Now I would like to try to understand why it works :) . In both of the scripts you sent me, plt.draw() is called inside the loop to display each image file, and plt.show() is called outside the loop at the end of the script. I guess what I find confusing is, how is it that the images are displayed on screen, inside the loop, *before* plt.show() is called? I would have expected only the very last image inside the loop to be displayed, using this program structure. So apparently there is something here I do not understand... -Daniel On Tue, Jun 15, 2010 at 3:26 AM, Matthias Michler <Mat...@gm...> wrote: > On Monday, June 14, 2010 10:32:48 pm Daniel Jones wrote: >> Hi matplotlib users, >> >> I'm trying to write a script to loop through a bunch of tiff files, >> display each image, and choose to accept or reject each image. >> Something like: >> >> for f in files: >> im = imread(f) >> imshow(im) >> # Accept keyboard input to accept or reject image >> # Close the image >> >> >> The problem is that I can't figure out how to show multiple images in >> series. I can't use matplotlib.pyplot.show() because that can only be >> used once at the very end of a script, and I don't want to show all >> the images at once. matplotlib.pyplot.draw() seemed like a promising >> candidate, but it only seems to work if I've already used show() once >> in the script. It seems like there should be a simple way to do this, >> but I can't quite seem to find it. >> >> Thanks, >> Daniel > > Hi Daniel, > > in the attached script I propose two solutions for your problem (just > uncomment first region and comment second to test the first proposal). The first > uses plt.waitforbuttonpress and the second key-press-events. > > Kind regards, > Matthias > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |