On 8/2/06, sen1 at math.msu.edu <sen1 at math.msu.edu> wrote:
> I am using maxima 5.9.2 and 5.9.3. I don't see any instructions on
> how to set up and use openmath for plotting.
>
> In the Maxima Book (around 2004) there are pictures of William
> Shelter's windows, etc. but I don't see how to get to those windows.
set_plot_option ([plot_format, openmath]);
makes openmath the default plot format. That way you
don't have to specify [plot_format, openmath] in each
plotting function call.
HTH
Robert Dodier