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,
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
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
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
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 FigureCanvasQT
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:
http://old.nabble.com/
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 -
I want to set font name to 'tahoma.ttf' this code work propely but is there
any way I don't want to use full path name in fname property.
import matplotlib.font_manager as fm
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(111)
ax.plot([1,2,3],
indobject?? How?
Thanks alot for your help.
sa6113 wrote:
>
> 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(
I want to use findobj attribute by this code,
import matplotlib.pyplot as plt
import matplotlib.text as text
.
.
.
fig = plt.figure()
for t in fig.findobj(text.Text):
t.set_family(somefamily)
but I get this error :
Figure instance has no attribute 'findobj'
please help me
I want to use findobj attribute by this code,
import matplotlib.text as text
for t in fig.findobj(text.Text):
t.set_family(somefamily)
but I get this error :
Figure instance has no attribute 'findobj'
please help me.
--
View this message in context:
http://www.nabble.com/findobj-probl
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
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: Coul
Dear All,
how can I set more color and font for my plot, as I know matplotlib just
supporte 8 color strings and five fonts.
Is there any way to extend it for all color and font from system ?
has every one any useful code about that?
Thanks
--
View this message in context:
http://www.nabble.com/s
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
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 properties set properly.
what is the problem??
--
View
No, unfortuantly matplotlib.axes dosen't have this attribute.
sa6113 wrote:
>
> 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 b
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, 4
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.
--
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, opera
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 t
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.
--
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 :
OverflowErro
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
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 help
at 4:54 PM
> Subject: Re: [Matplotlib-users] 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
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 cod
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:
http://www.nabble.com/Using-PIL-in-the-Linux%21-tp16296324p1629632
after
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
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
wrote:
>
> 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 ea
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 Na
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.
>
-
How 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-plo
.
How 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-plo
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.
--
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 y
e:
>
> On Sunday 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()
>&
n')
ax.set_title('Some random dots')
ax.set_xlabel('x')
ax.set_ylabel('y')
ax.grid(True)
fig.savefig('myplot.png', dpi=100)
plt.show()
Would you please help me ?
Eric Firing wrote:
>
> sa6113 wrote:
>> How should I darw and show a plot u
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.
-
I want to draw an xy-plot using the " Backend Agg " of matplotlib.
But I don't know how I must start ...
Would you plz help me or send me an example code ??
--
View this message in context:
http://www.nabble.com/Backend-Agg---problem%21-tp15478464p15478464.html
Sent from the matplotlib - users
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 c
42 matches
Mail list logo