On Thursday, May 27, 2010, Harald Schilly <harald.schi...@gmail.com> wrote: > On May 26, 11:40 pm, Vinod <vinodprab...@gmail.com> wrote: >> Is there anything else that needs to be done? >> > > It's not working for me either. What I did in a cell is this: > > import os > filename = os.path.join(SAGE_TMP,'matlabfig1.png') > matlab("h = figure('Visible', 'off')") > matlab("plot(1:4,5:8)") > matlab("saveas(h,'"+filename+"')") >
That should not work, since you are not writing then file to the current python directory. William > h > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org