axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [AxiomGraphics] need to )expose GraphImage and use sam


From: Bill Page
Subject: [Axiom-developer] [AxiomGraphics] need to )expose GraphImage and use same llist sizes
Date: Wed, 29 Jun 2005 16:38:15 -0500

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

++added:
First we need this domain

??changed:
-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]
)expose GraphImage
\end{axiom}

\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 1..10]
\end{axiom}
\begin{axiom}
lineColors := [light blue() for i in 1..10]
\end{axiom}
\begin{axiom}
pointColors  := [dark blue() for i in 1..10]
\end{axiom}
\begin{axiom}
lineSize := [6 for i in 1..10]
\end{axiom}
\begin{axiom}

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




reply via email to

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