|
|
last edited 16 years ago by kratt6 |
1 2 3 | ||
Editor: kratt6
Time: 2008/09/22 02:22:44 GMT-7 |
||
Note: |
changed: -\begin{verbatim} \begin{axiom} changed: -\end{verbatim} \end{axiom} changed: -\begin{verbatim} \begin{axiom} changed: -\end{verbatim} \end{axiom}
If somebody could fix this quickly, (s)he'd make me very happy:
In a fresh session:
o := point [0,0]
(1) |
Type: Point(Integer)
v1 := point [1,0.5]
(2) |
Type: Point(Float)
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
close the graphics window, then
makeViewport2D(g, [])$VIEW2D
FriCAS2D data being transmitted to the viewport manager...
(5) |
Type: TwoDimensionalViewport
I then get
But nothing happens...