On May 28, 12:08 am, William Stein <[email protected]> wrote: > On Thu, May 27, 2010 at 11:53 PM, Vinod <[email protected]> wrote: > > > On May 27, 6:40 pm, William Stein <[email protected]> wrote: > >> On Thu, May 27, 2010 at 6:39 PM, Vinod <[email protected]> wrote: > >> > That's Awesome! Thanks for the help. > >> > When would the sage4.4.3 release? Should I wait till then or is it > >> > possible for you guys to post the patch here in the forum? > > >> > Vinod > > >> Just type > > >> sage: > >> hg_sage.apply('http://trac.sagemath.org/sage_trac/attachment/ticket/9070/trac_9070.p...) > > >> exit sage, then type > > >> sage -br > > >> And you should have the patch installed into your copy of Sage. > > >> William > > > Thank you William and Mike. I installed the patch and tried with the > > matlab again. > > > Now I have a different error message in the terminal when I try to > > execute the matlab code involving plots in the webserver > > What code are you executing. What if you try: > > h = figure('Visible', 'off') > plot(1:.1:10, sin(1:.1:10)) > saveas(h,'foo.png') > > -- William > >
Even this doesn't display the plot. Here is the snapshot of what I tried. http://math.asu.edu/~scimm/images/screenshot_code1.png Below is the snapshot with the other matlab code that I tried earlier http://math.asu.edu/~scimm/images/screenshot_code2.png In both cases, the image is created in the directory. Vinod -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
