axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] problem plotting simple functions


From: Bill Page
Subject: [Axiom-developer] problem plotting simple functions
Date: Sun, 3 Jun 2007 00:37:33 -0400

After building Axiom from a recent version of wh-sandbox
(revision 580) I get the following error. The first draw
command works fine but simpler examples fail:

(1) -> draw(sin(x*y),x=-5..5,y=-5..5)
   Compiling function %H with type (DoubleFloat,DoubleFloat) ->
      DoubleFloat
   Transmitting data...

   (1)  ThreeDimensionalViewport: "sin x*y"
                                               Type:
ThreeDimensionalViewport
(2) -> draw(sin(x),x=-5..5)
   Compiling function %J with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin(x),x=-5.0..5.0)
   Compiling function %L with type DoubleFloat -> DoubleFloat

   >> Error detected within library code:
   Not an integer

(2) -> draw(sin,-5.0..5.0)

   >> Error detected within library code:
   Not an integer

------

I can find examples of similar failures by running the
graphics examples in hyperdoc.

Can anyone else reproduce this?

Regards,
Bill Page.






reply via email to

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