Subject: Re: [Maxima] openplot_curves gives no plot
From: go_furuya at infoseek
Date: Fri, 23 Sep 2005 04:06:55 +0900
hi
Jerrad
> Am I doing something incorrectly?
>
> (%i15) openplot_curves([["{plotpoints 1} {pointsize 6} {label jim} {text
> {xaxislabel {joe is nice}}}"],[1,2,3,4,5,6,7,8],["{label jane} {color
> pink}"],[3,1,4,2,5,7]]);
>
> (%o15) 1
{xaxislabel {joe is nice}}} is not available.
maybe bug. But you can do,something
(%i3) openplot_curves([["{label jim} {plotpoints 1} {pointsize 6}"],[1,2,3,4,5,6],["{label tama}"],[3,1,4,2,5,7]]);
It is OK.
gosei furuya