Re: [Matplotlib-users] Using indexed color maps for images-not getting correct colors

2008-06-24 Thread Eric Firing
Delbert Franz wrote: I have been working to display an image of a USGS 7.5 minute quad sheet. These are provided at various locations about the Web. Since the range of colors on these maps is limited, the *.tif files appear to use an indexed color map wherein each pixel has a value 0 to

Re: [Matplotlib-users] ValueError: oridinal must be = 1 with 0.98.1 - non with 0.98.0

2008-06-24 Thread Darren Dale
On Monday 23 June 2008 23:37:09 Adam Mercer wrote: Hi Just upgraded to matplotlib-0.98.1, and a code that worked with 0.98.0 is now failing with the following error: Please, include a brief standalone script that demonstrates the problem when reporting problems. Traceback (most recent call

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Mon, Jun 23, 2008 at 11:41 PM, Gideon Simpson [EMAIL PROTECTED] wrote: I was trying to look up a module, and, after installing matplotlib 0.98.1, I get: File /opt/lib/python2.5/site-packages/matplotlib/config/ tconfig.py, line 391, in __init__ raise TConfigInvalidKeyError(m)

Re: [Matplotlib-users] help error

2008-06-24 Thread Michael Droettboom
I removed the autolayout key from all the various config files in SVN, but of course, forgot that any users with already-installed copies of matplotlibrc will get this error. Should I put the key back in as a deprecated no-op? Cheers, Mike John Hunter wrote: On Mon, Jun 23, 2008 at 11:41

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 7:05 AM, Michael Droettboom [EMAIL PROTECTED] wrote: I removed the autolayout key from all the various config files in SVN, but of course, forgot that any users with already-installed copies of matplotlibrc will get this error. Should I put the key back in as a

Re: [Matplotlib-users] ValueError: oridinal must be = 1 with 0.98.1 - non with 0.98.0

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 6:43 AM, Johan Mazel [EMAIL PROTECTED] wrote: I used to have such errors when I was trying to display empty vectors. But since you're saying that the script work on previous version of Matplotlib... I recently made some changes to try and support a use-case where the

Re: [Matplotlib-users] ValueError: oridinal must be = 1 with 0.98.1 - non with 0.98.0

2008-06-24 Thread Adam Mercer
On Tue, Jun 24, 2008 at 6:14 AM, Darren Dale [EMAIL PROTECTED] wrote: Please, include a brief standalone script that demonstrates the problem when reporting problems. Sorry should have done that, I've attached an example script (and the according data files) which exhibits the problem on

Re: [Matplotlib-users] help error

2008-06-24 Thread Gideon Simpson
I built from source. I removed my existing installation of matplotlib, but I am still getting the same error. I had not been using setup.cfg, but edited the template so that the experimental packages were turned off. I am still getting this error. -gideon On Jun 24, 2008, at 7:31 AM,

Re: [Matplotlib-users] help error

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 8:27 AM, Gideon Simpson [EMAIL PROTECTED] wrote: I built from source. I removed my existing installation of matplotlib, but I am still getting the same error. I had not been using setup.cfg, but edited the template so that the experimental packages were turned off. I

Re: [Matplotlib-users] help error

2008-06-24 Thread Gideon Simpson
my .matplotlib folder is empty. also, my installation otherwise appears to work. -gideon On Jun 24, 2008, at 10:01 AM, John Hunter wrote: On Tue, Jun 24, 2008 at 8:27 AM, Gideon Simpson [EMAIL PROTECTED] wrote: I built from source. I removed my existing installation of matplotlib,