login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for Graphics on MathAction revision 1 of 4

1 2 3 4
Editor: 127.0.0.1
Time: 2007/11/15 20:32:26 GMT-8
Note: transferred from axiom-developer

changed:
-
Graphics?

  Try this

\begin{axiom}
draw(5*besselJ(0,sqrt(x**2+y**2)), x=-20..20, y=-20..20)
\end{axiom}

*Not clear why latex is not rendered properly ... *

The reason why this did not originally render properly was because I had not
defined \axiomType as a valid LaTeX command in the LatexTemplate page. The
output of the draw command generates this as part of it's LaTeX output.

Anticipating the next question::

  Where is the graphic??

Although graphics is available in the most recent version of Axiom
from the Savannah CVS (see AxiomBinaries), the problem is that graphics
has not yet been integrated into MathAction. Doing so will require
solving some problems about using X-windows on the MathAction server.


Graphics?

Try this

axiom
draw(5*besselJ(0,sqrt(x**2+y**2)), x=-20..20, y=-20..20)
axiom
Compiling function %D with type (DoubleFloat,DoubleFloat) -> 
      DoubleFloat 
   Transmitting data...
LatexWiki Image(1)
Type: ThreeDimensionalViewport?

Not clear why latex is not rendered properly ...

The reason why this did not originally render properly was because I had not defined \axiomType as a valid LaTeX? command in the LatexTemplate? page. The output of the draw command generates this as part of it's LaTeX? output.

Anticipating the next question:

  Where is the graphic??

Although graphics is available in the most recent version of Axiom from the Savannah CVS (see AxiomBinaries?), the problem is that graphics has not yet been integrated into MathAction?. Doing so will require solving some problems about using X-windows on the MathAction? server.