On Sun, 2006-06-04 at 14:05 +0200, Palmira Ronchi wrote:
> I obtained the png file, but the graph doesn't appear and Xmaxima
> chashes.
> Roman please, what do you mean saying " unlock the file with Unlocker
> "? Can
> you indicate me better what I have to do to show the graph?
This is not what you asked (how to include plots in Maxima's console),
but might be related to what you would like to do: in xmaxima, do:
(%i1) set_plot_option([plot_format,openmath]);
and after that, every plot command will be handled by openmath using
the xmaxima console, by default:
(%i2) plot2d (sin(x), [x, 0, 2*%pi]);
Jaime