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
(4) |
2
(13) |
3
(4) |
4
(6) |
5
(6) |
6
|
|
7
|
8
(6) |
9
(2) |
10
(2) |
11
(3) |
12
(3) |
13
(2) |
|
14
(2) |
15
(2) |
16
(6) |
17
(8) |
18
(10) |
19
(17) |
20
(8) |
|
21
(4) |
22
(10) |
23
(7) |
24
(7) |
25
(8) |
26
(11) |
27
(5) |
|
28
|
29
(5) |
30
|
31
(4) |
|
|
|
|
From: Eric F. <ef...@ha...> - 2006-05-05 17:43:02
|
George, Thanks for the report. I will try to get those problems cleared up this weekend. Eric George Nurser wrote: > I've noticed a few problems with pcolormesh, running r 2341 > interactively from ipython -pylab, TkAgg, with from numpy import * > > 1. colorbar() won't draw. > > a=rand(10,10) > pcolormesh(a) > colorbar() > throws error: > --------------------------------------------------------------------------- > exceptions.AttributeError Traceback (most > recent call last) > > /users/mod/agn/<ipython console> > > /data/jrd/mod1/agn/ext/Linux/lib64/python/matplotlib/pylab.py in > colorbar(mappable, cax, orientation, tickfmt, cspacing, clabels, > drawedges, edgewidth, edgecolor) > 390 drawedges=drawedges, > 391 edgewidth=edgewidth, > --> 392 edgecolor=edgecolor) > 393 draw_if_interactive() > 394 return ret > > /data/jrd/mod1/agn/ext/Linux/lib64/python/matplotlib/figure.py in > colorbar(self, mappable, cax, orientation, tickfmt, cspacing, clabels, > drawedges, edgewidth, edgecolor) > 712 ax = self.gca() > 713 > --> 714 cmap = mappable.cmap > 715 > 716 if cax is None: > > AttributeError: 'NoneType' object has no attribute 'cmap' > > > bug can be sidestepped by > pp=pcolormesh(a) > colorbar(mappable=pp) > > though this is a bit obscure. > > > > > > 2. More seriously, two problems with masked arrays. > e.g. > b = ma.maskarray(a<0.5,a) > pp=pcolormesh(b,norm=normalize(clip=False)) > > i. masked squares come out grey (nstead of white with pcolor). > ii. any further resize screws up plot -- old plot hasn't been deleted > properly > > > e.g. > colorbar(mappable=pp) > > gives overlay of two plots. > > > No way round (i), though it's not a disaster; for (ii) need to get > size right first time! > > --George. > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Humufr <hu...@ya...> - 2006-05-05 16:43:14
|
Hi, I was just trying to see if that will be possible to use matplotlib like base to replace ds9. And someone asked me if it was possible to use matplotlib to overplot some field (it was to check if the field has been observed with different instrument) and I found this intrinsic limitation. I'm not complaining about it but Eric's question was to know if it was possible to do a wraping between pyfits and matplolib. In my experience, it's possible but not useful. I agree that 3kx3k image are not very common but 2kx2k are and in a normal system it not possible to think (at least now) to use matplotlib for image analysis. I'm thinking that matplolib is great library believe me. I'm using it every day but I was just telling that matplotlib can't be use to replace ds9 and to be the base of an analysis tool (for two day dimensional image). I remember a mail from you or someone from stsci about a python ds9. That will be something great clearly. ds9 is good but on linux it's became old especially du to the tk interface (no antilaliasing and probably bad default font from me). There are some other crtics I have about ds9 (user interface etc) but the tool is here and I'm very please by it but that don't means that I don't have some comments to do on it. Regards, N. Perry Greenfield wrote: > > On May 4, 2006, at 11:28 AM, Humufr wrote: > >> Hi, >> >> I would like something like this too. I tried to play a little bit to >> implement it but unfortunatly I find an intrinsic limitation in >> matplotlib. It's using agg and agg can't have image bigger than 3kx3k >> pixels or something like this and even before this limit matplotlib >> take age to plot an image on screen. >> > It certainly is true matplotlib has problems with really big images. > But then I would ask first what you were expecting in the way of > capabilities. I don't think one should expect a package to handle the > automatic rescaling and resampling of very large images without > substantial performance penalties. Were you looking for some simpler > image display capability? Simple pixel dump the the screen (figimage > comes closer to that but still does some processing). There aren't a > lot of 3kx3k image displays out there yet so either you need to pan or > subsample in some manner. If you can point out a reasonable capability > that could handle large images, I think there would be a possibility > of trying to do it at some stage. Is there a program that exists we > should look to as a good example of what should be one? (Existence > proofs are always a great way of convincing developers that it is > possible, or at least what combination of features are worth > implementing.) > > Perry Greenfield > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
|
From: George N. <gn...@go...> - 2006-05-05 16:41:35
|
I've noticed a few problems with pcolormesh, running r 2341
interactively from ipython -pylab, TkAgg, with from numpy import *
1. colorbar() won't draw.
a=3Drand(10,10)
pcolormesh(a)
colorbar()
throws error:
---------------------------------------------------------------------------
exceptions.AttributeError Traceback (most
recent call last)
/users/mod/agn/<ipython console>
/data/jrd/mod1/agn/ext/Linux/lib64/python/matplotlib/pylab.py in
colorbar(mappable, cax, orientation, tickfmt, cspacing, clabels,
drawedges, edgewidth, edgecolor)
390 drawedges=3Ddrawedges,
391 edgewidth=3Dedgewidth,
--> 392 edgecolor=3Dedgecolor)
393 draw_if_interactive()
394 return ret
/data/jrd/mod1/agn/ext/Linux/lib64/python/matplotlib/figure.py in
colorbar(self, mappable, cax, orientation, tickfmt, cspacing, clabels,
drawedges, edgewidth, edgecolor)
712 ax =3D self.gca()
713
--> 714 cmap =3D mappable.cmap
715
716 if cax is None:
AttributeError: 'NoneType' object has no attribute 'cmap'
bug can be sidestepped by
pp=3Dpcolormesh(a)
colorbar(mappable=3Dpp)
though this is a bit obscure.
2. More seriously, two problems with masked arrays.
e.g.
b =3D ma.maskarray(a<0.5,a)
pp=3Dpcolormesh(b,norm=3Dnormalize(clip=3DFalse))
i. masked squares come out grey (nstead of white with pcolor).
ii. any further resize screws up plot -- old plot hasn't been deleted prope=
rly
e.g.
colorbar(mappable=3Dpp)
gives overlay of two plots.
No way round (i), though it's not a disaster; for (ii) need to get
size right first time!
--George.
|
|
From: Perry G. <pe...@st...> - 2006-05-05 15:52:40
|
On May 4, 2006, at 11:28 AM, Humufr wrote: > Hi, > > I would like something like this too. I tried to play a little bit to > implement it but unfortunatly I find an intrinsic limitation in > matplotlib. It's using agg and agg can't have image bigger than 3kx3k > pixels or something like this and even before this limit matplotlib > take age to plot an image on screen. > It certainly is true matplotlib has problems with really big images. But then I would ask first what you were expecting in the way of capabilities. I don't think one should expect a package to handle the automatic rescaling and resampling of very large images without substantial performance penalties. Were you looking for some simpler image display capability? Simple pixel dump the the screen (figimage comes closer to that but still does some processing). There aren't a lot of 3kx3k image displays out there yet so either you need to pan or subsample in some manner. If you can point out a reasonable capability that could handle large images, I think there would be a possibility of trying to do it at some stage. Is there a program that exists we should look to as a good example of what should be one? (Existence proofs are always a great way of convincing developers that it is possible, or at least what combination of features are worth implementing.) Perry Greenfield |
|
From: Eric E. <ems...@ob...> - 2006-05-05 14:03:44
|
Hi, I am trying to change the size of the tickmarks lines (the small lines which mark the ticks..) and cannot find a way to do this (looked at the examples, wiki, forum posts, etc). (and I would like to do this for a semilog plot) thanks Eric |
|
From: Eric E. <ems...@ob...> - 2006-05-05 10:23:33
|
Hi,
I would like to draw a figure with shared X axis in semilogx, where the
upper panel would show a scatter plot of these points (x, y), and the
bottom would show an histogram of the values of x, with bins having
steps of 0.1 IN LOG10. I would like to have the tickmarks like in a
semilogx plot (so with something like gca().set_xscale('log')).
==> I am desperately trying that but didn't find a working solution yet.
Below is an illustration of what I am plotting, but without any
suggestion for getting the right tickmarks/xaxis etc..
any input welcome here! Thanks in advance for your help
Eric
==================================================================
My dataset would be for example:
x = rand(100)
y = rand(100)
# sel1 and sel2 being some selection of x
# here is just a working - but stupid - example
sel1 = (x < 0.5)
sel2 = (x > 0.5)
selx1 = compress(sel1, x)
selx2 = compress(sel2, x)
bins = arange(-2,0.1,0.1)
width=0.05
n1, n1bins, patches1 = hist(log10(selx1), bins)
n2, n2bins, patches2 = hist(log10(selx2), bins)
clf()
a = axes([0.15,0.4,.8,.55])
scatter(x, y)
setp(a, xticklabels=[])
b = axes([0.15,0.05,.8,.35])
p1 = bar(n1bins, n1, width, color='chartreuse')
p2 = bar(n2bins, n2, width, color='khaki')
# xlim(10**(-3.),10**(0.))
# of course this xlim does not work at all... and
# I would like to have the tickmarks and labels right
|