Hi! Maybe I'm doing something obviously wrong here, but I'm unable to get Maxima to output a plot image into the current cell's directory. For example:
Cell #0: maxima.plot2d( "x*sin(x)", "[ x, -5, 5]",'[gnuplot_term, png], [gnuplot_out_file, "sin_a.png"]' ) <graph appears> Cell #1: maxima.plot2d( "x*sin(x)", "[ x, -5, 5]",'[gnuplot_term, png], [gnuplot_out_file, "sin_b.png"]' ) <no graph> $ find . -name 'sin_?.png' ./jperry/6/cells/0/sin_a.png ./jperry/6/cells/0/sin_b.png Is there some way to specify the current directory so sin_b.png ends up in /6/cells/1/sin_b.png? Thanks, Jim Perry --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
