axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-mail] draw


From: root
Subject: Re: [Axiom-mail] draw
Date: Fri, 14 Jan 2005 13:29:30 -0500

Bertrand,

The version you have does not have the graphics integrated into the 
'axiom' command. That will happen with the February 2005 release.

In order to see the graphics you need to start the system with the
sman command. The sman (superman) process sits above the axiom 
interpreter and uses sockets to communicate between axiom and the
graphics program. So sman needs to start first and automatically
starts axiom.

You should be able to start axiom by typing:

sman

(which will give a lot of debugging output. you can also use

sman 2>/dev/null

either command will start axiom. Then you can type

draw(sin(x),x=-10..10)                  for 2D output
draw(sin(x*y),x=-10..10,y=-10..10)      for 3D output


The full integration was not complete by the January 2005 version.

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]