axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] bug report ... makeGraphImage


From: root
Subject: [Axiom-developer] bug report ... makeGraphImage
Date: Mon, 14 Jun 2004 22:56:46 -0400

x:=[1,2,3,4,5,6,7,8,9]
y:=[1,2,3,4,5,6,7,8,9]
points:=[point[x.i,y,i]$Point(DoubleFloat)
graph:=makeGraphImage([points])

graph returns a symbol. to get a GraphImage you need to package call it:

graph:=makeGraphImage([points])$GRIMAGE

the makeGraphImage that returns a symbols should not be exposed.




reply via email to

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