[Matplotlib-users] Animating selected plot elements

2011-04-04 Thread Alejandro Weinstein
Hi: I am trying to use this code http://tinyurl.com/44zcpfk (Scipy cookbook) to make an animation where the background is fix and only a line is updated. However, after executing the code, I only get a window with an empty plot. Some debugging shows that the update_line function is not being calle

Re: [Matplotlib-users] Missing something with parasite axes (AxesGrid toolkit)

2011-04-04 Thread Elizabeth Harper-Clark
Sorry for another email, Please all ignore my previous emails, I have figured it out and it was a stupid error on my part plotting time rather than time[0] etc. Apologies and best wishes, Libby On 4 April 2011 17:50, Elizabeth Harper-Clark wrote: > Hello, > > I've been playing with the scrip

Re: [Matplotlib-users] Missing something with parasite axes (AxesGrid toolkit)

2011-04-04 Thread Elizabeth Harper-Clark
Hello, I've been playing with the script and I now know a little bit more about what is wrong. I can get the full graph space to plot by changing: ax_mass = SubplotHost(fig, 1,1,1, aspect=1.) to ax_mass = SubplotHost(fig, 1,1,1) but then a line is never drawn. I have removed the x and y axis lim

[Matplotlib-users] Missing something with parasite axes (AxesGrid toolkit)

2011-04-04 Thread Elizabeth Harper-Clark
Hi guys, I am trying to use the Axes grid toolkit to plot a graph with a second y axes that gives the first y axes in different units (similar to http://matplotlib.sourceforge.net/examples/axes_grid/parasite_simple2.html?highlight=subplothost). I am clearly getting something wrong or missing somet

Re: [Matplotlib-users] problems with fonts

2011-04-04 Thread Robbie Edwards
Hi, Fixed it by deleting fontList.cache in my tmp directory that was being used by the web server. Maybe this helps someone else. On Mon, Apr 4, 2011 at 3:29 PM, Michael Droettboom wrote: > When run as the web server, it's probably running as a different user. Is > Arial installed in ~/.font

Re: [Matplotlib-users] problems with fonts

2011-04-04 Thread Michael Droettboom
When run as the web server, it's probably running as a different user. Is Arial installed in ~/.fonts? If so the webserver user won't find it. On 04/04/2011 03:17 PM, Robbie Edwards wrote: Hi all, I'm trying to use matplotlib to generate some graphs on a webpage for me. Everything works pr

[Matplotlib-users] problems with fonts

2011-04-04 Thread Robbie Edwards
Hi all, I'm trying to use matplotlib to generate some graphs on a webpage for me. Everything works pretty well, except, I cannot make a change to the fonts. I've set up the scripts to be called as a cgi script or to be run from the command line. When I run them from the command line, I get the

Re: [Matplotlib-users] zorder for collections

2011-04-04 Thread Michael Droettboom
I don't see a good reason why this was not done. (Maybe someone else has the historical context, if any). Would you mind adding an issue to the tracker for this? Mike On 04/02/2011 06:25 AM, Thomas Robitaille wrote: > Hi, > > I would like to set the zorder on a collection e.g. PatchCollection.