Re: [Matplotlib-users] axes in matplotlib

2010-09-30 Thread sa6113
Thans for your help. I don't have mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist modules. would you please help me to download them. which release I need to install? sa6113 wrote: I want to use more than 2 axes in my plot, for example yleft,yright, butoom or top, is it possible? any

[Matplotlib-users] axes in matplotlib

2010-09-26 Thread sa6113
I want to use more than 2 axes in my plot, for example yleft,yright, butoom or top, is it possible? any body had done it before? I read in matplotlib's document that : matplotlib is organized around figures and axes. The figure contains an arbitrary number of axes, which can be placed anywhere

Re: [Matplotlib-users] How by clicking an axes label open a dialog?

2010-09-15 Thread sa6113
Whould you please help me? I am looking forward. sa6113 wrote: I want to use backendQtAgg inorder to imbed plot dialog into basic dialog and by clicking the labels open plot option. I couldn't use 'motion_notify_event' because the event only handles into plot area not in canvas area

Re: [Matplotlib-users] How by clicking an axes label open a dialog?

2010-09-15 Thread sa6113
Whould you please help me? I am looking forward. sa6113 wrote: I want to use backendQtAgg inorder to imbed plot dialog into basic dialog and by clicking the labels open plot option. I couldn't use 'motion_notify_event' because the event only handles into plot area not in canvas area

[Matplotlib-users] problem in showing the plot!!!

2010-09-10 Thread sa6113
when I want to show the plot canvas, it doesn't stay at all, note that I need to use backendQtagg, I mean when I use pylab there is no problem in showing the plot canvas, what is the problem? please help me. I use this simple code: from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg

[Matplotlib-users] How by clicking an axes label open a dialog?

2010-09-09 Thread sa6113
I want to use backendQtAgg inorder to imbed plot dialog into basic dialog and by clicking the labels open plot option. I couldn't use 'motion_notify_event' because the event only handles into plot area not in canvas area!!! anybody knows? -- View this message in context:

[Matplotlib-users] print to aprint device!

2010-07-13 Thread sa6113
Dear all, I want to print the plotted curves to a printer NOT to a file. if you know somthing such as QwtPlotPrintFilter class in Qwt. Which module help me? -- View this message in context: http://old.nabble.com/print-to-aprint-device%21-tp29149286p29149286.html Sent from the matplotlib -

Re: [Matplotlib-users] set font problem.

2008-09-14 Thread sa6113
Thanks for your help, it works, but it is very difficult because I want to show a FontDialog contains all fonts in system to user and change the plot text (Legend, Label and ex.) font to that. How may I accomplish that? Is there any way? sa6113 wrote: I want to set all font system to my

[Matplotlib-users] set font problem.

2008-09-13 Thread sa6113
I want to set all font system to my texts, but I can't set all the fonts. I am using this code: font= FontProperties( size='small' ,fname = 'Tahoma' ) self.ax.legend(line, label, legend , prop = font ) It raises this error : font = FT2Font(str(fname)) RuntimeError:

Re: [Matplotlib-users] font style problem!

2008-08-20 Thread sa6113
family define font name here. sa6113 wrote: I use this code to set plot legend font : font = FontProperties(family ='monospace',style = 'italic',size='large', weight='bold') self.ax.legend( line, label, legend , prop = font) but font style dosen't effect while other

[Matplotlib-users] how add axes scale to my plot?

2008-07-30 Thread sa6113
I am using matplotlib to draw and show my plot, now I want to know how may I add manual axes scale to it. I need to manually show the axes scale (from min to max value that I have) the below is some part of my code. . . . from matplotlib.figureimport Figure self.fig = Figure( figsize =5,

Re: [Matplotlib-users] how to save animation

2008-07-01 Thread sa6113
Unfortuantly this link dosen't help me. Would be please help me more clear. sa6113 wrote: Thanks for your help but there is a problem while I using this code, it raises an error : mencoder is not recognized as an internal or external command, operable program or batch file

[Matplotlib-users] saving an animation using GTKAgg backend

2008-07-01 Thread sa6113
May I use GTKAgg backend in order to save an animation. how? please help me. -- View this message in context: http://www.nabble.com/saving-an-animation-using-GTKAgg-backend-tp18211607p18211607.html Sent from the matplotlib - users mailing list archive at Nabble.com.

[Matplotlib-users] how to save animation

2008-06-30 Thread sa6113
I want to save an animation in avi format by python code, would you please help me to start in this way? -- View this message in context: http://www.nabble.com/how-to-save-animation-tp18190767p18190767.html Sent from the matplotlib - users mailing list archive at Nabble.com.

Re: [Matplotlib-users] how to save animation

2008-06-30 Thread sa6113
Thanks for your help but there is a problem while I using this code, it raises an error : mencoder is not recognized as an internal or external command, operable program or batch file. Darren Dale-3 wrote: On Monday 30 June 2008 04:18:14 sa6113 wrote: I want to save an animation in avi

[Matplotlib-users] polyfit degree problem ?

2008-05-03 Thread sa6113
Dear All, I have a problem using polyfit with a degree greater than 118 : The code is : matplotlib.mlab.polyfit( x, y, pow ) # pow is degree of polynomial for pow in range 118 and 238 the error is : LinAlgError, 'singular martix' and for pow greater than 237 this error raise :

[Matplotlib-users] ssh options

2008-04-14 Thread sa6113
No one to help me ?? sa6113 wrote: what options we have for performing ssh (actually scp) on Windows and Linux from Python. Note that Linux has builtin ssh/scp, hence, pexpect should be a simple option, but to the best of my knowledge Windows does not anything. I would like to see

[Matplotlib-users] ssh options

2008-04-12 Thread sa6113
what options we have for performing ssh (actually scp) on Windows and Linux from Python. Note that Linux has builtin ssh/scp, hence, pexpect should be a simple option, but to the best of my knowledge Windows does not anything. I would like to see a list of options on this. Would you please

[Matplotlib-users] Using PIL in the Linux!

2008-03-26 Thread sa6113
I want to use PIL in order to load from string to Image , but there is a problem , I can use PIL only in Windows platform whiles I want to use it in Linux and another Platforms. What should I do ? -- View this message in context:

[Matplotlib-users] load data from string or array to Image

2008-03-26 Thread sa6113
I have a problem to load data from string or array to Image but without using PIL , because I have to check the application in 6 different platforms like Windows 32bit, Windows X64 (64bit version), Linux 32bit, Linux 64bit x86_64, Linux IPF (Itanium Processor Family) and HP-UX 64. There is a

Re: [Matplotlib-users] Fwd: load data from string or array to Image

2008-03-26 Thread sa6113
] load data from string or array to Image To: sa6113 [EMAIL PROTECTED] On Wed, Mar 26, 2008 at 1:33 AM, sa6113 [EMAIL PROTECTED] wrote: I have a problem to load data from string or array to Image but without using PIL , because I have to check the application in 6 different

Re: [Matplotlib-users] how load data to Image from String?

2008-03-04 Thread sa6113
PIL ). sa6113 wrote: Would you please help me ? I want to load data to Image (QImage) from String or binary String without using PIL module . -- View this message in context: http://www.nabble.com/how-load-data-to-Image-from-String--tp15784115p15822415.html Sent from the matplotlib

Re: [Matplotlib-users] how load data to Image from String?

2008-03-04 Thread sa6113
that and how convert it to Image. What about numpy or Numerical Python , may I use fromstring or another function ? Or what about savining the string binary or buffer in StringIO and then convert to QImage ? Christopher Barker wrote: sa6113 wrote: Would you please help me ? I want to load data

Re: [Matplotlib-users] how load data to Image from String?

2008-03-03 Thread sa6113
: sa6113 wrote: Would you please help me ? I want to load data to Image (QImage) from String or binary String without using PIL module . you can load data straight into a numpy array with numpy.fromstring() -- if it's in an easy format (RGB, RGBA), then you should be able to go from

[Matplotlib-users] how load data to Image from String?

2008-03-01 Thread sa6113
Would you please help me ? I want to load data to Image (QImage) from String or binary String without using PIL module . -- View this message in context: http://www.nabble.com/how-load-data-to-Image-from-String--tp15784115p15784115.html Sent from the matplotlib - users mailing list archive at

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

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

2008-02-19 Thread sa6113
can I use pylab for this purpose , does it return and QImage object for exm. ? sa6113 wrote: 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

Re: [Matplotlib-users] Backend Agg - show plot

2008-02-18 Thread sa6113
Thanks alot for your help, I could show the plot on the screen on python 2.4 . I've used pyhton 2.3 . Eric Firing wrote: sa6113 wrote: How should I darw and show a plot using Backend Agg , I don't want to save figure , just show ? If you don't want to save a figure, then you will need

[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.

Re: [Matplotlib-users] Backend Agg - show plot

2008-02-17 Thread sa6113
17 February 2008 4:32:39 am sa6113 wrote: Thanks for your help I use the code below , but the plot wont be diplayed on my screen . matplotlib.use('TkAgg') import matplotlib.pylab as plt fig = plt.figure() ax = fig.add_subplot(111) ax.plot(x, y, marker='o', linestyle='', markerfacecolor

[Matplotlib-users] Backend Agg - show plot

2008-02-16 Thread sa6113
How should I darw and show a plot using Backend Agg , I don't want to save figure , just show ? -- View this message in context: http://www.nabble.com/Backend-Agg---show-plot-tp15527044p15527044.html Sent from the matplotlib - users mailing list archive at Nabble.com.

[Matplotlib-users] Curve fitting ...

2008-02-11 Thread sa6113
Hello there, I have a problem on curve fitting , would you please help me ?! I want to to develop a application that reads a text file with 2 columns of floating point data (as x and y) and performs a polynomial curve fit of the data at the order specified by the end user and then provides the