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) |
3
(7) |
4
(8) |
5
(10) |
6
(4) |
7
|
|
8
|
9
(13) |
10
(1) |
11
(10) |
12
(4) |
13
|
14
|
|
15
|
16
(1) |
17
|
18
(3) |
19
(7) |
20
|
21
(4) |
|
22
|
23
(14) |
24
(5) |
25
(3) |
26
(3) |
27
(8) |
28
(1) |
|
29
(3) |
30
(2) |
31
(3) |
|
|
|
|
|
From: Jarrod M. <mi...@be...> - 2009-03-27 23:20:51
|
The subject says it all. Over the next few days, we will be updating the conference website with additional information. So if you are interested, please keep an eye on: http://conference.scipy.org/ Jarrod |
|
From: John H. <jd...@gm...> - 2009-03-27 21:11:29
|
On Fri, Mar 27, 2009 at 1:23 PM, Karen Tracey <kmt...@gm...> wrote: > > Yes, this change appears to fix the problem. I created a standalone script > to recreate the problem. The script starts several threads. Each thread > enters a loop generating a (different) png file. With the original > matplotlib code, the threads seem unable to complete 50 iterations without > the exception being raised. (I tried the script at least a dozen times, it > never finished successfully with 50 iterations. Usually failed before 5, > but once made it as high as 20, so I bumped it up to 50 and that seemed to > ensure it would fail before finishing). With the above change to make the > texd and _fontd caches per-instance, the script has finished successfully 4 > times. Seems pretty convincing evidence that it fixes the problem. > OK, I made this change to svn r7008. We probably do not gain *that much* by caching across renderers anyhow. > > > Also, make sure you have disabled usetex in matplotlibrc, since the use of >> the filesystem for caching the tex datafiles is probably not thread safe. >> My guess is that the font cache on the file system is not thread safe >> either, but this may only affect the first run of mpl after a clean install. >> > > Not sure what matplotlibrc is? I found a file > /usr/share/matplotlib/matplotlib.conf that has usetex set to False. Is that > it? If so I guess it's been disabled all along, this is not something I > have fiddled with. > matplotlib.conf is an experimental config that is no longer in use (but it won't hurt you to have it lying around). See http://matplotlib.sourceforge.net/users/customizing.html for details on the matplotlibrc file > > Understood, and I did make a standalone script (plus a set of pickle files > for the data to graph) to recreate it. I can zip them up and send them > somewhere, or open a ticket and attach it there, or whatever. Let me know > what would be most convenient/helpful. > No need for data files -- just use np.random.rand to make up some random data for plotting. That keeps things simple and small, and you can post the script to the list, and hopefully we can find a home for it in our unit tests. Thanks, JDH |
|
From: Karen T. <kmt...@gm...> - 2009-03-27 18:23:11
|
Thanks for the responses everyone. More below inline...
On Fri, Mar 27, 2009 at 9:12 AM, John Hunter <jd...@gm...> wrote:
> On Fri, Mar 27, 2009 at 5:54 AM, Darren Dale <dsd...@gm...> wrote:
>
>>
>> It might not be too much trouble to protect RcParams and its data,
>> although I dont know how disruptive it would be to the mpl codebase and to
>> users for rcParams to begin returning copies of things like font lists.
>>
>
>
> In addition to the rc params, I suspect some of the caching we do at the
> module level, eg in agg
>
>
> class RendererAgg(RendererBase):
>
> texd = maxdict(50) # a cache of tex image rasters
> _fontd = maxdict(50)
>
> might be what is hurting here. Karen, could you try editing
> site-packages/matplotlib/backends/backend_agg.py and moving these two lines
> into the __init__method so they are at the instance level rather than the
> class level. Eg,
>
> def __init__(self, width, height, dpi):
> if __debug__: verbose.report('RendererAgg.__init__',
> 'debug-annoying')
> RendererBase.__init__(self)
> self.texd = maxdict(50) # a cache of tex image rasters
> self._fontd = maxdict(50)
>
> and see if that helps.
Yes, this change appears to fix the problem. I created a standalone script
to recreate the problem. The script starts several threads. Each thread
enters a loop generating a (different) png file. With the original
matplotlib code, the threads seem unable to complete 50 iterations without
the exception being raised. (I tried the script at least a dozen times, it
never finished successfully with 50 iterations. Usually failed before 5,
but once made it as high as 20, so I bumped it up to 50 and that seemed to
ensure it would fail before finishing). With the above change to make the
texd and _fontd caches per-instance, the script has finished successfully 4
times. Seems pretty convincing evidence that it fixes the problem.
>
Also, make sure you have disabled usetex in matplotlibrc, since the use of
> the filesystem for caching the tex datafiles is probably not thread safe.
> My guess is that the font cache on the file system is not thread safe
> either, but this may only affect the first run of mpl after a clean install.
>
Not sure what matplotlibrc is? I found a file
/usr/share/matplotlib/matplotlib.conf that has usetex set to False. Is that
it? If so I guess it's been disabled all along, this is not something I
have fiddled with.
> Also, as Eric suggests, a freestanding script which is thread enabled
> (preferably just using mpl and the standard threading library rather than
> django et al) which uses the agg backend that we could use for debugging
> would be very helpful.
>
Understood, and I did make a standalone script (plus a set of pickle files
for the data to graph) to recreate it. I can zip them up and send them
somewhere, or open a ticket and attach it there, or whatever. Let me know
what would be most convenient/helpful.
Thanks!
Karen
|
|
From: John H. <jd...@gm...> - 2009-03-27 18:11:39
|
On Fri, Mar 27, 2009 at 1:08 PM, Gael Varoquaux < gae...@no...> wrote: > Here is a patch to fix a trivial problem I am having using the plot > directive under recent versions of sphinx (0.6b1). Thanks! Applies to svn r7006 JDH |
|
From: Gael V. <gae...@no...> - 2009-03-27 18:08:20
|
Here is a patch to fix a trivial problem I am having using the plot directive under recent versions of sphinx (0.6b1). Ga |
|
From: John H. <jd...@gm...> - 2009-03-27 13:12:42
|
On Fri, Mar 27, 2009 at 5:54 AM, Darren Dale <dsd...@gm...> wrote:
>
> It might not be too much trouble to protect RcParams and its data, although
> I dont know how disruptive it would be to the mpl codebase and to users for
> rcParams to begin returning copies of things like font lists.
>
In addition to the rc params, I suspect some of the caching we do at the
module level, eg in agg
class RendererAgg(RendererBase):
texd = maxdict(50) # a cache of tex image rasters
_fontd = maxdict(50)
might be what is hurting here. Karen, could you try editing
site-packages/matplotlib/backends/backend_agg.py and moving these two lines
into the __init__method so they are at the instance level rather than the
class level. Eg,
def __init__(self, width, height, dpi):
if __debug__: verbose.report('RendererAgg.__init__',
'debug-annoying')
RendererBase.__init__(self)
self.texd = maxdict(50) # a cache of tex image rasters
self._fontd = maxdict(50)
and see if that helps. Also, make sure you have disabled usetex in
matplotlibrc, since the use of the filesystem for caching the tex datafiles
is probably not thread safe. My guess is that the font cache on the file
system is not thread safe either, but this may only affect the first run of
mpl after a clean install.
Also, as Eric suggests, a freestanding script which is thread enabled
(preferably just using mpl and the standard threading library rather than
django et al) which uses the agg backend that we could use for debugging
would be very helpful.
JDH
|
|
From: Darren D. <dsd...@gm...> - 2009-03-27 10:54:37
|
On Thu, Mar 26, 2009 at 8:10 PM, Eric Firing <ef...@ha...> wrote: > Karen Tracey wrote: > > I originally posted this to the user's list but got no response there. > > As I think there's a bug in matplotlib here, I'm re-trying on the > > development list. Here's what I sent to -users back on Mar 13: > > > > Karen, > > (I saw your question to the users group, and was hoping someone more > knowledgeable than myself about threading problems would reply to you.) > > > http://www.mail-archive.com/mat...@li.../msg06152.html > > I don't think there has been any progress on this question since it came > up a year ago in the above thread. Evidently it is something that needs > more attention. I would say that you have found a bug, and there are > probably many more. There are global objects outside the pyplot > interface; maybe they provide opportunities for threads to trip over > each other. A reasonable goal would be to have matplotlib be thread-safe > at least when the pure OO interface is used, and possibly with some > additional restrictions such as "don't mess with rcParams when more than > one thread might be running". It might not be too much trouble to protect RcParams and its data, although I dont know how disruptive it would be to the mpl codebase and to users for rcParams to begin returning copies of things like font lists. Darren |
|
From: Eric F. <ef...@ha...> - 2009-03-27 00:10:47
|
Karen Tracey wrote: > I originally posted this to the user's list but got no response there. > As I think there's a bug in matplotlib here, I'm re-trying on the > development list. Here's what I sent to -users back on Mar 13: Karen, (I saw your question to the users group, and was hoping someone more knowledgeable than myself about threading problems would reply to you.) http://www.mail-archive.com/mat...@li.../msg06152.html I don't think there has been any progress on this question since it came up a year ago in the above thread. Evidently it is something that needs more attention. I would say that you have found a bug, and there are probably many more. There are global objects outside the pyplot interface; maybe they provide opportunities for threads to trip over each other. A reasonable goal would be to have matplotlib be thread-safe at least when the pure OO interface is used, and possibly with some additional restrictions such as "don't mess with rcParams when more than one thread might be running". I suspect this will take some time and effort to achieve--and I don't know who might be able to put in that time and effort. What might help would be a simple but brutal testing framework, independent of web servers etc., that would be likely to make mpl fail quickly unless it really is thread-safe. Maybe you can provide such a test program? And if you are willing to dive into mpl internals and come up with solutions for thread problems, that's even better. For your immediate needs, I suggest that you use only the OO interface (which means that you won't import pylab or pyplot, and so won't use the figure() function), and/or use a mutex as you describe below. (I don't think that dumping "figure" in itself will help with the problem you have run into so far; you will still need the mutex. And if the mutex locks all your plotting, then you probably won't hit any other mpl threading problems.) If you do keep using the figure() function (or any related aspect of the pyplot interface) then be sure to explicitly close each figure. Otherwise your process will chew up all available memory. Eric > > I am using matplotlib's object-oriented API to dynamically generate some > graphs served by a web site. The web site is built with Django and I > have generally followed the cookbook example I found here: > http://www.scipy.org/Cookbook/Matplotlib/Django for serving matplotlib > figures under Django. Specifically my code looks like this: > > from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas > from matplotlib.figure import Figure > > def generate_png(request, f, year, cid, pid, ic): > > # ...snipped code that generates the data to graph... > > fig = Figure() > ax = fig.add_subplot(111) > ax.set_title(fig_title) > ax.set_xlabel("Score") > ax.set_ylabel("Frequency") > n, bins2, patches = ax.hist(vals, bins, facecolor='blue', > edgecolor='blue') > if x is not None: > patches[x].set_facecolor('red') > patches[x].set_edgecolor('red') > fig.legend((patches[x],), ('%s (%d)' % (cname, cval),), 'lower > left') > canvas = FigureCanvas(fig) > canvas.print_png(f) > > # ... snip remainder ... > > This works fine, except when I run it under a multi-threaded web server > (Apache with mod_wsgi in daemon mode with multi-threaded processes) it > sometimes (not always) fails with this traceback: > > File > "/home/kmt/django/Django-1.1-alpha-1/django/core/handlers/base.py", line > 86, in get_response > response = callback(request, *callback_args, **callback_kwargs) > File "/home/kmt/software/web/xword/acpt/views.py", line 321, in get_png > response = generate_png(request, f, year, cid, pid, ic) > File "/home/kmt/software/web/xword/acpt/views.py", line 308, in > generate_png > canvas.print_png(f) > File > "/usr/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", > line 305, in print_png > FigureCanvasAgg.draw(self) > File > "/usr/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", > line 261, in draw > self.figure.draw(self.renderer) > File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line 765, > in draw > legend.draw(renderer) > File "/usr/lib/python2.5/site-packages/matplotlib/legend.py", line 215, > in draw > t.draw(renderer) > File "/usr/lib/python2.5/site-packages/matplotlib/text.py", line 329, > in draw > ismath=self.is_math_text(line)) > File > "/usr/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", > line 113, in draw_text > self._renderer.draw_text_image(font.get_image(), int(x), int(y) + 1, > angle, gc) > RuntimeError: You must call .set_text() before .get_image() > > I'm not at all familiar with the internals (truly I'm barely familiar > with the public APIs) of matplotlib but it appears from this exception > that internally there's a 'font' object being shared between threads > here, such that one thread can come in and change the font state > resulting in a subsequent error in a different thread that was also in > the middle of using that font object? If I protect that block of code > above with a thread lock so that only one thread is allowed in at a > time, the problem goes away. > > For reference I'm using the latest matplotlib available in the Ubuntu > Intrepid (8.10) repositories, which looks to be 0.98.3. In a brief scan > I didn't see anything relevant listed in the "what's new" page for > 0.98.4 (and can't find a "what's new in 0.98.5" on the matplotlib web > site though that is what is listed as most recent?). Nor can I find > anything that looks similar logged as a bug in the tracker. > > Is there something (besides bracketing all access to the matplotlib code > with a thread mutex) that I should be doing to make my use of matplotlib > thread safe or does it seem like there's a multi-threading bug in > matplotlib here? > > Apologies if this is the wrong list and there is in fact something I > ought to be doing in my code (other than using a mutex) to prevent this > -- I haven't been able to find anything. My impression from various doc > I've read is the object-oriented API is supposed to be thread-safe. Is > that true? If so should I file a ticket for this? > > Thanks for any feedback, > Karen > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |