Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-23 Thread Darren Dale
On Saturday 23 February 2008 10:49:25 am John Hunter wrote: > On Fri, Feb 22, 2008 at 11:04 PM, sa6113 <[EMAIL PROTECTED]> wrote: > > I could return the output object of the plot as image file , would you > > please tell me how I have to convert image to QImage in order to use it > > in my GUI ? >

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-23 Thread John Hunter
On Fri, Feb 22, 2008 at 11:04 PM, sa6113 <[EMAIL PROTECTED]> wrote: > > I could return the output object of the plot as image file , would you please > tell me how I have to convert image to QImage in order to use it in my GUI ? I could, but this is a very poor way to do it. First, you would no

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-22 Thread sa6113
I could return the output object of the plot as image file , would you please tell me how I have to convert image to QImage in order to use it in my GUI ? sa6113 wrote: > > How can I show my plot figure in the specific location or part of an > application , I am using pylab. > -- View this m

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-19 Thread John Hunter
On Feb 19, 2008 3:32 AM, sa6113 <[EMAIL PROTECTED]> wrote: > > I am writting an application that evaluate curve fit and draw its plot in a > GUI , I want to draw or show the plot on the GUI not on the pop up window, > but I don't want to save the figure in first step , user just enter an order > fo

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-19 Thread Alan G Isaac
On Mon, 18 Feb 2008, apparently wrote: > I am writting an application that evaluate curve fit and > draw its plot in a GUI , I want to draw or show the plot > on the GUI not on the pop up window, but I don't want to > save the figure in first step , user just enter an order > for the curve fit

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-19 Thread sa6113
I am writting an application that evaluate curve fit and draw its plot in a GUI , I want to draw or show the plot on the GUI not on the pop up window, but I don't want to save the figure in first step , user just enter an order for the curve fit and see their plots on the main window (GUI) . How

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-18 Thread sa6113
I am writting an application that evaluate curve fit and draw its plot in a GUI , I want to draw or show the plot on the GUI not on the pop up window, but I don't want to save the figure in first step , user just enter an order for the curve fit and see their plots on the main window (GUI) . How c

Re: [Matplotlib-users] Showing the plot in the specific location

2008-02-18 Thread John Hunter
On Feb 18, 2008 7:07 AM, sa6113 <[EMAIL PROTECTED]> wrote: > How can I show my plot figure in the specific location or part of an > application , I am using pylab. What kind of application are you writing -- are you using a GUI toolkit like Tkinter? We need more details please. It is not very c

[Matplotlib-users] Showing the plot in the specific location

2008-02-18 Thread sa6113
How can I show my plot figure in the specific location or part of an application , I am using pylab. -- View this message in context: http://www.nabble.com/Showing-the-plot-in-the-specific-location-tp15545079p15545079.html Sent from the matplotlib - users mailing list archive at Nabble.com. --