You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
| 2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
| 2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
| 2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
| 2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
| 2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
| 2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
| 2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
| 2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
| 2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
| 2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
| 2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
|
2
(2) |
3
|
4
|
5
|
6
(1) |
|
7
|
8
|
9
(2) |
10
(6) |
11
(4) |
12
|
13
(3) |
|
14
(2) |
15
(7) |
16
(1) |
17
(1) |
18
(9) |
19
(2) |
20
(4) |
|
21
(6) |
22
(6) |
23
(7) |
24
(8) |
25
(5) |
26
(7) |
27
(7) |
|
28
(1) |
29
(2) |
30
(16) |
31
(3) |
|
|
|
|
From: Eric F. <ef...@ha...> - 2006-05-24 17:44:11
|
Helge, This is actually a bug in the colorbar positioning that shows up when it is put next to a narrow plot. I will take another look at the positioning logic. Thanks for the report. Eric Helge Avlesen wrote: > Hi, > just a small wish for the new colorbar; I think it by default may be > positioned a bit too close to the figure, > see examples below. (plotted by this sequence with yesterdays svn checkout) |
|
From: John H. <jdh...@ac...> - 2006-05-24 15:40:33
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes:
Darren> I was not aware that my TextWithDash refactor had broken
Darren> anything. Is this something I should look into?
Basically, mplot3d was using private variables of TextWithDash
(relying on the "has a Text" rather than "is a Text"
implementation). So you shouldn't feel bad because your refactor
didn't affect the public API.
You are welcome to look at it, but it's on my list of things to do so
don't feel obligated.
JDH
|
|
From: Gary R. <gr...@bi...> - 2006-05-24 15:39:47
|
Looks good, but I think it also needs a 'width' or 'weight' kwarg. I was also thinking of putting at least a couple of different arrow styles in via an 'arrowstyle' kwarg, so I'd pass those through to the Arrow LineCollection. Gary R. Rob Hetland wrote: > It might make some sense to rethink the quiver API, especially since it > seems there are a few people working toward the same goal (I will help, > too, if someone can give me some tasks..). > > Here's a strawman quiver API: > > quiver(x, y, u, v, color='b', scale=1.0, scale_to_grid=False, **kwargs) > > x, y - quiver should be able to handle *random* (x, y) points (right > now, it seems to expect meshed positions -- it seems this is > an unnecessary constraint.) > > color - could be a plot-style color (e.g., 'b', 'k', 'm'), a tuple, or > an array the same size as x and y to be mapped using the colormap. > > scale - is a multiplier for the vector length. > > scale_to_grid - is a boolean that specifies whether the vectors should > be in grid coordinates (True), or scaled to fit nicely (False -- vectors > are scaled to fit nice, then multiplied by scale). > > Plus all the normal kwargs (e.g., cmap). > > > Other potential things to consider include scaling the aspect of the > vectors so that the grid can have an aspect ratio unequal to one, but > the vectors still scale correctly (i.e., u and v have the same length, > even when x is twice y). > > Finally, I have always wanted an easy way to do curly vectors -- similar > to streaklines -- but this might be beyond the scope of the simple > quiver command. > > -Rob |
|
From: Darren D. <dd...@co...> - 2006-05-24 15:13:44
|
I was not aware that my TextWithDash refactor had broken anything. Is this something I should look into? Darren On Wednesday 24 May 2006 08:58, John Hunter wrote: > >>>>> "Stefan" == Stefan van der Walt <st...@su...> writes: > > Stefan> But, after fixing all these problems, I still can't get it > Stefan> to plot. It might be worth including surface.py in the > Stefan> examples directory, as a test, to guarantee that the 3D > Stefan> code gets updated with the rest. > > Stefan> It could be that I am missing something completely obvious > Stefan> -- I'd appreciate any help in getting it running! > > This code is known to be broken (and never worked). John Porter's > code originally worked as an add-on module to matplotlib. Since then > TextWithDash has been refactored which broke mplot3d. I've been > planning to refactor the code to make it work internally, eg like the > rest of pylab, but haven't gotten it done yet. > > JDH > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Darren S. Dale, Ph.D. Cornell High Energy Synchrotron Source Cornell University 200L Wilson Lab Rt. 366 & Pine Tree Road Ithaca, NY 14853 dd...@co... office: (607) 255-9894 fax: (607) 255-9001 |
|
From: Gary R. <gr...@bi...> - 2006-05-24 14:56:04
|
Thanks John, I hope to have another go at this over the weekend but this sounds like a promising avenue, Gary R. |
|
From: Rob H. <he...@ta...> - 2006-05-24 14:50:46
|
On May 23, 2006, at 2:02 PM, Eric Firing wrote: > I have committed changes in color handling that allow the > collection initializers to accept the usual flexible mpl color > specifications. Your message about quiver prompted me to try > examples/quiver_demo.py, which is not run by backend_drivers.py, > and which I had therefore not tested. It doesn't work now--and it > doesn't make any sense to me, either. (E.g., what on earth is > "color=True" supposed to mean?) That is, it is not clear to me what > the quiver invocations in the demo are supposed to do based on the > quiver doc string. The simplest quiver invocation works, but it > looks to me like the argument handling beyond that is broken, and I > don't think it is entirely the fault of my recent changes. I can > help straighten it out, given a clear specification of what quiver > is actually supposed to do with various argument combinations. Let > me know if and when this would be useful. It might make some sense to rethink the quiver API, especially since it seems there are a few people working toward the same goal (I will help, too, if someone can give me some tasks..). Here's a strawman quiver API: quiver(x, y, u, v, color='b', scale=1.0, scale_to_grid=False, **kwargs) x, y - quiver should be able to handle *random* (x, y) points (right now, it seems to expect meshed positions -- it seems this is an unnecessary constraint.) color - could be a plot-style color (e.g., 'b', 'k', 'm'), a tuple, or an array the same size as x and y to be mapped using the colormap. scale - is a multiplier for the vector length. scale_to_grid - is a boolean that specifies whether the vectors should be in grid coordinates (True), or scaled to fit nicely (False -- vectors are scaled to fit nice, then multiplied by scale). Plus all the normal kwargs (e.g., cmap). Other potential things to consider include scaling the aspect of the vectors so that the grid can have an aspect ratio unequal to one, but the vectors still scale correctly (i.e., u and v have the same length, even when x is twice y). Finally, I have always wanted an easy way to do curly vectors -- similar to streaklines -- but this might be beyond the scope of the simple quiver command. -Rob ----- Rob Hetland, Assistant Professor Dept of Oceanography, Texas A&M University p: 979-458-0096, f: 979-845-6331 e: he...@ta..., w: http://pong.tamu.edu |
|
From: John H. <jdh...@ac...> - 2006-05-24 12:59:53
|
>>>>> "Gary" == Gary Ruben <gr...@bi...> writes:
Gary> I did a tiny bit of work on this over the weekend too and
Gary> decided to try to use a LineCollection instead of patches
Gary> inspired by Chris Barker's code, but removing his polar
Gary> coordinate stuff. Lines seemed a more promising way to go
Gary> for the arrows, although the width should scale down when
Gary> the arrows get small so that they're never wider than their
Gary> length. Using a line collection may not permit this. I also
Gary> haven't got it working yet. FWIW, Jordan's explanations of
Gary> expected behaviour have been spot on so far. Also, I'd be
Gary> happy to see the API fixed up a bit.
You can derive a custom line collection which has this behavior --
LineCollection supports an independent linewidth for each segment, so
as long as you keep an array of linewidths and an array of arrow
lengths, you can clip or set the linelengths at draw time or at
segment setting time. draw time is probably more appropriate, since
then you can account for figure window size under resizes, etc....
JDH
|
|
From: Helge A. <he...@gm...> - 2006-05-24 07:50:14
|
Hi,
just a small wish for the new colorbar; I think it by default may be
positioned a bit too close to the figure,
see examples below. (plotted by this sequence with yesterdays svn checkout)
... load data
axis('image')
axis([0,IM,0,JM])
C =3D contourf(x,y,H,levels)
colorbar(C)
hsv()
xlabel('X')
ylabel('Y')
grid(linestyle=3D':')
part of the reason is that I normally use long, outward pointing ticks,
so an extra argument to colorbar to in some way adjust the position
relative to the figure would be useful. Otherwise the new colorbar
works very well!
thanks,
Helge
|