Same thing in linux,
-sen
(%i1) build_info();
Maxima version: 5.11.99rc1
Maxima build date: 10:55 4/6/2007
host type: i686-pc-linux-gnu
lisp-implementation-type: GNU Common Lisp (GCL)
lisp-implementation-version: GCL 2.6.7
---------------------------------------------------------------------------
| Sheldon E. Newhouse | e-mail: sen1 at math.msu.edu |
| Mathematics Department | |
| Michigan State University | telephone: 517-355-9684 |
| E. Lansing, MI 48824-1027 USA | FAX: 517-432-1562 |
---------------------------------------------------------------------------
On Mon, 9 Apr 2007, van Nek wrote:
>
> I noticed on Windows 5.12rc1, that a finishing $ after plotdf stucks xMaxima even if in
> multiple or separate plot mode:
> (%i2) load("plotdf")$
> (%i3) plotdf(exp(-x)+y,[trajectory_at,2,-0.1]); OK
> (%o3)
> (%i4) plotdf(exp(-x)+y,[trajectory_at,2,-0.1])$ now xMaxima has to be killed completely
>
> Volker
>
>