|
|
last edited 10 years ago by test1 |
1 2 | ||
Editor: kratt6
Time: 2008/09/22 02:09:12 GMT-7 |
||
Note: |
changed: - \begin{axiom} o := point [0,0] v1 := point [1,0] g := makeGraphImage ([[o, v1]], [red()], [blue()], [6])$GRIMAGE makeViewport2D(g, [])$VIEW2D \end{axiom} will not draw a line...
o := point [0,0]
(1) |
Type: Point(Integer)
v1 := point [1,0]
(2) |
Type: Point(Integer)
g := makeGraphImage ([[o, v1]], [red()], [blue()], [6])$GRIMAGE
Graph data being transmitted to the viewport manager...
(3) |
Type: GraphImage
makeViewport2D(g, [])$VIEW2D
FriCAS2D data being transmitted to the viewport manager...
(4) |
Type: TwoDimensionalViewport
will not draw a line...