On 3/1/08, Michael Carey <mickpc at bigond.com> wrote:
> I gei this when try to plot a function...
> Maxima encountered a Lisp error:
>
> Error in PROGN [or a callee]: Broken pipe
Try a different plot format -- see what get_plot_option(plot_format) returns.
If it says gnuplot_pipes, try set_plot_option([plot_format, gnuplot])
instead or set_plot_option([plot_format, openmath]).
Hope this helps,
Robert Dodier