axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AxiomGraphics]


From: anonymous
Subject: [Axiom-developer] [AxiomGraphics]
Date: Wed, 29 Jun 2005 15:05:19 -0500

Changes http://page.axiom-developer.org/zope/mathaction/AxiomGraphics/diff
--

??changed:
-The 'draw' command works only under an X-Windows environment (unix/linux).  The
-command is described in Chapter 7 of the AxiomBook.  The syntax of the command 
is::
The 'draw' command works only under an X-Windows environment (unix/linux).
Work is underway to create a new user interface (AxiomUI) that among other
things will allow graphics to be viewed under other operating systems.  If
you're interested in graphics, please pitch in!

The command is described in Chapter 7 of the AxiomBook.  The syntax of the
command is::

++added:
    draw(f(x,y), x=a..b, y=c..d, options)

??changed:
-Axiom graphics requires an X-windows environment (unix/linux).
-This is not available under native windows. Axiom graphics
-may be re-written to no longer depend on X-windows and/or
-it may be eventually be possible to build Axiom graphics in
-CygWin with XWindows installed. But with the current version
-for Axiom for windows, Axiom graphics is not available.
-
-From unknown Fri May 13 00:38:17 -0500 2005
-From: unknown
-Date: Fri, 13 May 2005 00:38:17 -0500
-Subject: how graphics install windows
-Message-ID: <address@hidden>
-In-Reply-To: <address@hidden>
-
-
The points in such a graph can be constructed as follows:

\begin{axiom}
lineSegments := [[point [sin(x*%pi/10)$DoubleFloat, x*%pi/10], point 
[sin((x+1)*%pi/10)$DoubleFloat, (x+1)*%pi/10]] for x in 0..20]
lineColors := [dark blue() for i in 1..20]
pointColors  := [dark blue() for i in 1..20]
lineSize := [6 for i in 1..20]
makeGraphImage(lineSegments, lineColors, pointColors, lineSize)
\end{axiom}


--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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