[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

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 gg...@windowslive.comwrote: 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)

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 pmhob...@gmail.com wrote: Luke, I don't have an answer to your question,

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 gg...@windowslive.com mailto:gg...@windowslive.com 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

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 gg...@windowslive.comwrote: ** Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 9:07 AM, Gousios George gg...@windowslive.comwrote: Hello , i have the following code in matlab and trying to do it in matplotlib. I

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 gg...@windowslive.com mailto:gg...@windowslive.com wrote: Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 9:07 AM, Gousios George gg...@windowslive.com

[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

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 of

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 of my

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 esw...@vt.edu 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