Re: [Matplotlib-users] Extended load function

2008-03-03 Thread Troels Kofoed Jacobsen
Oups, now i have attached the file -- Forwarded message -- From: Troels Kofoed Jacobsen [EMAIL PROTECTED] Date: Mon, Mar 3, 2008 at 3:51 PM Subject: Extended load function To: matplotlib-users@lists.sourceforge.net Hi everybody I have modified the load function (in

[Matplotlib-users] Extended load function

2008-03-03 Thread Troels Kofoed Jacobsen
Hi everybody I have modified the load function (in matplotlib.mlab) to be able to load strings e.g for use as xticks. Anyone willing to test and comment, 'cause when i'm done i'll send it as a patch. The usage is as follows: from reload import load

Re: [Matplotlib-users] Extended load function

2008-03-03 Thread John Hunter
On Mon, Mar 3, 2008 at 8:51 AM, Troels Kofoed Jacobsen [EMAIL PROTECTED] wrote: Hi everybody I have modified the load function (in matplotlib.mlab) to be able to load strings e.g for use as xticks. Anyone willing to test and comment, 'cause when i'm done i'll send it as a patch. The usage