Re: [Matplotlib-users] invalidrestore

2007-02-23 Thread kc106_2005-matplotlib
Thanks for pointing that out, Eric. I try that and it did turn my plot 90 degree. The bad news is that GSview imports it upside down and if I want to view the plot on the screen, I have to rotate it downside up first. (Hey, I shouldn't complain. At least I can print without wasting a piece

Re: [Matplotlib-users] invalidrestore

2007-02-23 Thread Eric Firing
[EMAIL PROTECTED] wrote: > I installed gsview and gscript and tried it. The good news is that when I > print from inside gsview, the error page is gone. The bad news is that the > oritentation is wrong. My plot is designed for landscape. From word, I set > the page setup to landscape, impor

[Matplotlib-users] canvas/subplot -- finding the value of data at the extremities of the plot

2007-02-23 Thread maser rati
Hello Folks, I was wondering what would be the best way to approach this issue: in a subplot that displays a data plot, is there any way of finding what the first and last points of the data plots are; i.e., when I use the pan function in the toolbar, it would be great to know which data poin

Re: [Matplotlib-users] invalidrestore

2007-02-23 Thread kc106_2005-matplotlib
I installed gsview and gscript and tried it. The good news is that when I print from inside gsview, the error page is gone. The bad news is that the oritentation is wrong. My plot is designed for landscape. From word, I set the page setup to landscape, import the picture, and print. But wi

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Jouni K . Seppänen
Eric Firing <[EMAIL PROTECTED]> writes: > Jouni K. Seppänen wrote: >> So, to make the interface familiar to Matlab users, I suggest to add >> properties line.linestyleorder and line.colororder > > Are you talking about Axes properties (instance attributes) or rcParam > entries or both? In any c

Re: [Matplotlib-users] what version of wxpython to use???

2007-02-23 Thread Christopher Barker
Jeff Peery wrote: > ok so sourceforge only has down to wxpython2.7... is there a link to > earlier versions that I'm not seeing? thanks. You're right -- they are hard to find! This should do it, though: http://www.wxpython.org/download-2.6.3.3.php -Chris -- Christopher Barker, Ph.D. Ocea

Re: [Matplotlib-users] invalidrestore

2007-02-23 Thread Eric Firing
[EMAIL PROTECTED] wrote: > Hi list, > > I am getting an "invalidrestore" from the printer when I print a figure > created with MPL. The page prints fine but for each plot, I am getting an > error page. I didn't have this problem until I started making a number of > font related changes. Bef

[Matplotlib-users] invalidrestore

2007-02-23 Thread kc106_2005-matplotlib
Hi list, I am getting an "invalidrestore" from the printer when I print a figure created with MPL. The page prints fine but for each plot, I am getting an error page. I didn't have this problem until I started making a number of font related changes. Before I go through a bunch of painful r

[Matplotlib-users] trying to get screen coordinates for bars

2007-02-23 Thread Rajarshi Guha
Hi, I'm trying to generate a barplot and subsequently dumping it to a PNG file and making an HTML imagemap out of it. I've pasted my code below. The problem is that the coordinates I need to supply for the imagemap don't seem to be correct. I'm getting the screen coordinates using: coords = [] f

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Eric Firing
Jouni K. Seppänen wrote: > The question of setting the color and line style sequences comes up > every now and then, and although there are neat solutions like > Fernando demonstrated, perhaps we should add support for them to > matplotlib. The Matlab interface seems to be like this: > >>> figure

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Jouni K . Seppänen
The question of setting the color and line style sequences comes up every now and then, and although there are neat solutions like Fernando demonstrated, perhaps we should add support for them to matplotlib. The Matlab interface seems to be like this: >> figure

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Fernando Perez
On 2/23/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > On 2/23/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote: > > Brian Blais <[EMAIL PROTECTED]> writes: > > > > > Is there a way to specify the default order of line colors and > > > styles, for plot commands given in sequence > > > > I don't thi

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Fernando Perez
On 2/23/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote: > Brian Blais <[EMAIL PROTECTED]> writes: > > > Is there a way to specify the default order of line colors and > > styles, for plot commands given in sequence > > I don't think there is built-in support for this. See e.g. > http://thread.gman

[Matplotlib-users] Clipborad more friendly tha IDE

2007-02-23 Thread Giorgio Luciano
Sorry for the easy question, I've searched the web but find nothing "really" helpful. Is there some editor more user friendly for Windows to have a workspace where to copy and paste from gnumeric/excel like the matlab workspace I'm using orange, which is wonderful, but if you have a lot of array

Re: [Matplotlib-users] setting the default line style order

2007-02-23 Thread Jouni K . Seppänen
Brian Blais <[EMAIL PROTECTED]> writes: > Is there a way to specify the default order of line colors and > styles, for plot commands given in sequence I don't think there is built-in support for this. See e.g. http://thread.gmane.org/gmane.comp.python.matplotlib.general/5708 for some previous dis