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
(2) |
2
(13) |
3
(13) |
4
(11) |
5
(15) |
6
(16) |
7
(1) |
8
(2) |
9
(1) |
10
(16) |
11
(19) |
12
(8) |
13
(20) |
14
(9) |
15
(2) |
16
(9) |
17
(29) |
18
(14) |
19
(13) |
20
(10) |
21
(1) |
22
(3) |
23
(4) |
24
(26) |
25
(11) |
26
(11) |
27
(8) |
28
(4) |
29
(2) |
30
(10) |
31
(17) |
|
|
|
|
From: Darren D. <dd...@co...> - 2005-05-04 23:35:17
|
I am putting the finishing touches on the new formatter, but I need to figure out how to do a regular expression that will match each of these strings: r'$10$' r'$+7.3567{\times}10$' r'$-5.740977777{\times}10$' r'${\times}10$' Here is my attempt: re.compile('\$([(\{\\times\}?)\-+0-9]+)\^\{(-?[0-9]+)\}\$') Could an Regular Expression Guru please have mercy on me? My head is killing me. -- Darren S. Dale Bard Hall Department of Materials Science and Engineering Cornell University Ithaca, NY. 14850 dd...@co... |
From: John H. <jdh...@ac...> - 2005-05-04 21:53:12
|
>>>>> "Svein-Erik" == Svein-Erik Hamran <se...@ff...> writes: Svein-Erik> Matt, Thank you for the reply. Svein-Erik> I added in the self.Refresh() command. Then the window Svein-Erik> turns white when the programs comes to that point. I Svein-Erik> also tried to add a time.sleep(0.1) inside the for Svein-Erik> loop so that the GUI could respond to other events, Svein-Erik> but it had no effect. Svein-Erik> Any other ideas? It would be most helpful if you provided a standalone example which we can run and replicate your problem. JDH |
From: John H. <jdh...@ac...> - 2005-05-04 21:36:32
|
>>>>> "Vidar" == Vidar Gundersen <vid...@37...> writes: Vidar> is the script that were used to create figure 2.15 in the Vidar> matplotlib Users Guide 0.80 (.pdf) available as source Vidar> code? This example was provided by Bogdan Marinescu in a wx app http://sourceforge.net/mailarchive/message.php?msg_id=9031059 Here is a simplified, pylab version from pylab import subplot, sin, pi, arange, set, show ax = subplot(111) t = arange(0.0,3.0,0.01) s = sin(2*pi*t) c = sin(4*pi*t) p = ax.fill(t,s,'b',t,c,'g') set(p, alpha=0.2) ax.vlines( [1.5], -1.0, 1.0 ) show() Amazing so few lines produce such a cool looking figure, no? JDH |
From: John H. <jdh...@ac...> - 2005-05-04 21:20:38
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> Hi Everyone, The x axis can draw ticks on the top and/or Darren> the bottom of the window. The default is both, with Darren> ticklabels on the bottom. xaxis.tick_top will cause ticks Darren> and labels to draw only on the top, tick_bottom will do Darren> the same on the bottom. But if I make such a change, there Darren> is no xaxis method to draw ticks (and maybe labels) on Darren> both the top and the bottom, if I want to undo the Darren> changes. If noone responds with a -1 on these changes, go ahead and make them. Be sure and update the API_CHANGES document and make sure that examples/shared_axis_demo.py still works (you may need to look at pylab.twinx to insure that it is consistent with your changes). JDH |
From: John H. <jdh...@ac...> - 2005-05-04 17:03:03
|
>>>>> "Michael" == Michael J Rehberg <mic...@fi...> writes: Michael> x_value = [thisrow[0] for thisrow in sql_result_set] Michael> y_value = [thisrow[1] for thisrow in sql_result_set] You can do this in one pass with x_value, y_value = zip(*sql_result_set) JDH |
From: Darren D. <dd...@co...> - 2005-05-04 17:00:18
|
On Wednesday 04 May 2005 12:54 pm, Michael J. Rehberg wrote: > Hello list, > > So far I'm pleased with matplotlib and python. I'm a pretty new user and > find the coding very rapid and the ability to glue different database and > statistical programs together pretty slick. I have a question. > > I am retrieving data from a database using an ODBC connection. When I > print the result set, "sql_result_set", looks like this, a list of tuples > (I think?): > > [(31773, 60.691), (31772, 61.991), ...and so on... (31774, 60.779)] > > Each tuple contains the X value and Y value for each coordinate on the line > plot I wish to make. > > After experimentation, I found that I could extract 2 vectors, one for x > and one for y, by doing this: > > x_value = [thisrow[0] for thisrow in sql_result_set] > y_value = [thisrow[1] for thisrow in sql_result_set] > > and then fed the result into plot > > plot(x_value, y_value) > > Now this works, but seems an inefficient way to do this. > > Is there a way to force the plot(x,y) command to recognize my > "sql_result_set" as a list of x,y tuples, instead of splitting the set into > two vectors? This would seem a natural way for plot to operate. Somehow I > think the "apply" notation, "*" or "**", might do this, but I'm stuck. > > Thanks for your ideas. Please let me know if I missed the obvious. Hi Michael, You can use a LineCollection for this. Check out line_collections.py in the examples directory (in CVS, not included with mpl-0.80). Darren -- Darren S. Dale Bard Hall Department of Materials Science and Engineering Cornell University Ithaca, NY. 14850 dd...@co... |
From: Michael J. R. <mic...@fi...> - 2005-05-04 16:54:28
|
Hello list, So far I'm pleased with matplotlib and python. I'm a pretty new user and find the coding very rapid and the ability to glue different database and statistical programs together pretty slick. I have a question. I am retrieving data from a database using an ODBC connection. When I print the result set, "sql_result_set", looks like this, a list of tuples (I think?): [(31773, 60.691), (31772, 61.991), ...and so on... (31774, 60.779)] Each tuple contains the X value and Y value for each coordinate on the line plot I wish to make. After experimentation, I found that I could extract 2 vectors, one for x and one for y, by doing this: x_value = [thisrow[0] for thisrow in sql_result_set] y_value = [thisrow[1] for thisrow in sql_result_set] and then fed the result into plot plot(x_value, y_value) Now this works, but seems an inefficient way to do this. Is there a way to force the plot(x,y) command to recognize my "sql_result_set" as a list of x,y tuples, instead of splitting the set into two vectors? This would seem a natural way for plot to operate. Somehow I think the "apply" notation, "*" or "**", might do this, but I'm stuck. Thanks for your ideas. Please let me know if I missed the obvious. Mike Rehberg |
From: Svein-Erik H. <se...@ff...> - 2005-05-04 15:10:28
|
Matt, Thank you for the reply. I added in the self.Refresh() command. Then the window turns white when the programs comes to that point. I also tried to add a time.sleep(0.1) inside the for loop so that the GUI could respond to other events, but it had no effect. Any other ideas? Svein-Erik > From: Matt Newville [new...@ca...] > Sent: 2005-05-03 21:52:39 CEST > To: Svein-Erik Hamran [se...@ff...] > Cc: mat...@li... > Subject: Re: [Matplotlib-users] dynamic plot problem > > Svein-Erik, > > I can't run your example because I don't have pyFDTF06: > > from pyFDTD06 import * > > But it seems you have a classic case of putting a resource > intensive loop inside a GUI (in this case, in the OnStart > method) and not allowing the GUI toolkit to respond to > other events. > > As a first attempt to fix this, you probably want to add a > self.Refresh() in your loop in OnStart: > > # if ( (self.el.iteration % self.el.PLOT_MODULUS) == 0): > # self.im.set_array(self.el.Ex[:,:,22]) > # self.canvas.draw() > # self.Refresh() # <--- !! > # self.el.pointsource(45,20,22) > > > A better approach might be to replace your > for self.el.iteration in range(0, self.el.TIME_STEPS) > > loop with a timer loop. > > Hope that helps, > > --Matt > > |
From: Stephen W. <ste...@cs...> - 2005-05-04 11:36:56
|
I tried out the new tick formatter, which is very nice. That said, the new formatter doesn't work if one is using numarray 1.2.3 as numerix. The bug is in numarraycore.py, where all instances of add.reduce have to change to ufunc.add.reduce; this was fixed in numarray 1.3.1. Just hoping to save some others a bit of work; I'm sure many of you are not as compulsive as I am about doing upgrades ;-) |
From: Werner F. B. <wer...@fr...> - 2005-05-04 08:40:37
|
Hi John, Attached is an updated dates.py (base is matplotlib 0.8) and two demo files which I changed a bit to test this date stuff (default to French locale etc). Please note that both demo files by default use wxAgg backend, if I use the TkAgg I get the following error: _tkinter.TclError: bad screen distance "640.0" Maybe it has to do with the fact that the figure is actually by default a bit too small to hold the plot for date_demo_rrule2. There is one case I changed, but could not test as I did not find a sample and haven't had time to figure it out myself how to use it. It is the "IndexDateFormatter", if anyone has a sample using this I would appreciate if he/she could post it here. Best regards Werner John Hunter wrote: >>>>>>"Florent" == Florent Rougon <f.r...@fr...> writes: > > > > Florent> There are several other uses of strftime. Maybe some of > Florent> them should be changed, also... > > Werner, could I trouble you to do this -- update all the uses of > strftime to properly handle locales and send me a patch? > > Thanks, > JDH > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 |
From: Vidar G. <vid...@37...> - 2005-05-04 08:17:33
|
is the script that were used to create figure 2.15 in the matplotlib Users Guide 0.80 (.pdf) available as source code? |