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+"')") 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