[Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-21 Thread Gousios George
Hello , i have the following code in matlab and trying to do it in matplotlib. I have this code in matlab (in a function showGraphs): ... m = size(myList, 3); for k = 1:m g = myList(:, :, k); image(g + 1) axis off axis square M(k) = getframe; end; and in another file (an

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-21 Thread Tony Yu
On Sat, Jan 21, 2012 at 9:07 AM, Gousios George wrote: > Hello , i have the following code in matlab and trying to do it in > matplotlib. > > I have this code in matlab (in a function showGraphs): > ... > m = size(myList, 3); > for k = 1:m > g = myList(:, :, k); > image(g + 1) > axis o

Re: [Matplotlib-users] Polar graph radial labels

2012-01-21 Thread Luke Jennings
Hello Paul, Sorry for the late reply I have been away for a couple of days. Thanks for filing the issue, I would very much appreciate it if you manage to track it down. Luke On Tue, Jan 17, 2012 at 1:47 AM, Paul Hobson wrote: > Luke, > > I don't have an answer to your question, but I can confi

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-21 Thread Gousios George
21/01/2012 04:54 ??, ?/? Tony Yu ??: On Sat, Jan 21, 2012 at 9:07 AM, Gousios George > wrote: Hello , i have the following code in matlab and trying to do it in matplotlib. I have this code in matlab (in a function showGraphs): ... m

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-21 Thread Tony Yu
On Sat, Jan 21, 2012 at 11:31 AM, Gousios George wrote: > ** > Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: > > > > On Sat, Jan 21, 2012 at 9:07 AM, Gousios George wrote: > >> Hello , i have the following code in matlab and trying to do it in >> matplotlib. >> >> I have this code in matlab (in a

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-21 Thread Gousios George
Στις 21/01/2012 07:05 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 11:31 AM, Gousios George mailto:gg...@windowslive.com>> wrote: Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 9:07 AM, Gousios George mailto:gg...@windowslive.com>> wrote: Hel

[Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Forest Yang
Hi, I am embedding a plot in Qt4 application, following the matplotlib example embeding_in_qt4.py, however I found that the xlabel is cut off, although the label shows more if I resize the window, still it is not the right one. Is it because of my local parameter settings or it's the limit of t

Re: [Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Ethan Swint
On 1/21/2012 9:12 PM, Forest Yang wrote: > Hi, > > I am embedding a plot in Qt4 application, following the matplotlib > example embeding_in_qt4.py, however I found that the xlabel is cut > off, although the label shows more if I resize the window, still it is > not the right one. Is it becaus

Re: [Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Ethan Swint
On 1/21/2012 9:12 PM, Forest Yang wrote: > Hi, > > I am embedding a plot in Qt4 application, following the matplotlib > example embeding_in_qt4.py, however I found that the xlabel is cut > off, although the label shows more if I resize the window, still it is > not the right one. Is it because

Re: [Matplotlib-users] xlabel cut off in the example embeding_in_qt4.py

2012-01-21 Thread Forest Yang
On Sat, Jan 21, 2012 at 9:53 PM, Ethan Swint wrote: > On 1/21/2012 9:12 PM, Forest Yang wrote: >> Hi, >> >>     I am embedding a plot in Qt4 application, following the matplotlib >> example embeding_in_qt4.py, however I found that the xlabel is cut >> off, although the label shows more if I resize