[Matplotlib-users] Window title of a figure

2009-01-09 Thread rmber
I've search and there have been some previous post about this that have gone unanswered, so I'll go ahead and ask it again: Is there a way to set the window title of a figure? I want the top bar of the window to say something other than "Figure 1" or "Figure 2" so I can easily identify open plot

Re: [Matplotlib-users] plotfile: single column plot not working

2009-01-09 Thread John Hunter
On Fri, Jan 9, 2009 at 9:28 PM, helstreak wrote: > I would like to use the plotfile but it's returning the error: > > File "/usr/lib/python2.5/site-packages/matplotlib/pyplot.py", line 1228, in > plotfile > ax1 = fig.add_subplot(N,1,i) > UnboundLocalError: local variable 'N' referenced before as

[Matplotlib-users] plotfile: single column plot not working

2009-01-09 Thread helstreak
I have a file with a single column of data like: 1 2 3 4 I would like to use the plotfile but it's returning the error: File "/usr/lib/python2.5/site-packages/matplotlib/pyplot.py", line 1228, in plotfile ax1 = fig.add_subplot(N,1,i) UnboundLocalError: local variable 'N' referenced before ass

Re: [Matplotlib-users] error compiling MPL: "gtktools.py: no such file or directory"

2009-01-09 Thread John Hunter
On Fri, Jan 9, 2009 at 10:56 AM, Hani Nakhoul wrote: > Hi all, > I'm having trouble compiling Matplotlib (0.98.5.2) on Ubuntu Intrepid (Linux > ubuntu 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 > GNU/Linux). Running install ultimately gives I would like to see the shell command y

Re: [Matplotlib-users] Problems using with pylab on Solaris

2009-01-09 Thread John Hunter
On Fri, Jan 9, 2009 at 1:13 PM, Gregory S Morin wrote: > ImportError: ld.so.1: python: fatal: relocation error: file > /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/_path.so: > symbol > __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___J__nullref_: > refere

Re: [Matplotlib-users] Two bugs when plotting date/time histograms

2009-01-09 Thread Simson Garfinkel
Wow, Eric. That's a lot of stuff! Thanks for looking into this to me. It would probably be useful to have a warning message or something if there are 0 values for the log axes. What do you think? On Jan 8, 2009, at 11:03 PM, Eric Firing wrote: > Simson Garfinkel wrote: >> Thanks, Eric. Any idea

[Matplotlib-users] Problems using with pylab on Solaris

2009-01-09 Thread Gregory S Morin
I a having trouble getting pylab working on Solaris. I can get it to install *I think* (though who knows how right it really is) but trying to use it just gives me an error. I admit that I know almost nothing about python and I know less about Solaris than GNU/Linux... I'm just tasked with i

Re: [Matplotlib-users] Two bugs when plotting date/time histograms

2009-01-09 Thread Eric Firing
Eric Firing wrote: > Simson Garfinkel wrote: >> Thanks, Eric. Any idea for a work-around on the bar graphs? > > There appear to be three problems, each with a workaround or solution: > > 1) You need to set the log scale *before* calling bar. The bar method > checks for log scaling, and if found

Re: [Matplotlib-users] Xaxis rescale

2009-01-09 Thread John Hunter
On Fri, Jan 9, 2009 at 10:09 AM, rmber wrote: > > Hi, I'm trying to reformat the ticks on the x axis of a plot I've made. I > need to divided the values by 1000 and then subtract 10, and I can't figure > out how. The hierarchy of ticker objects and tick instances is rather > confusing to me. Ca

[Matplotlib-users] Xaxis rescale

2009-01-09 Thread rmber
Hi, I'm trying to reformat the ticks on the x axis of a plot I've made. I need to divided the values by 1000 and then subtract 10, and I can't figure out how. The hierarchy of ticker objects and tick instances is rather confusing to me. Can anyone help? -Ryan -- View this message in context:

[Matplotlib-users] DLL load failed

2009-01-09 Thread Thomas Lequenne
Hi, Having problem running agilo using matplotlib : File "d:\agilo\python25\lib\site-packages\matplotlib-0.98.5.2-py2.5-win32.egg\matplotlib\transforms.py", line 34, in from matplotlib._path import affine_transform ImportError: DLL load failed: The specified module could not be found. Any would