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

Edit detail for #433 viewport manager does not restart revision 3 of 3

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}

Submitted by : kratt6 at: 2008-09-22T01:57:06-07:00 (15 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

If somebody could fix this quickly, (s)he'd make me very happy:

In a fresh session:

axiom
o := point [0,0]

\label{eq1}\left[ 0, \: 0 \right](1)
Type: Point(Integer)
axiom
v1 := point [1,0.5]

\label{eq2}\left[{1.0}, \:{0.5}\right](2)
Type: Point(Float)
axiom
g := makeGraphImage ([[o, v1]], [red()],  [blue()], [6])$GRIMAGE
Graph data being transmitted to the viewport manager...

\label{eq3}\mbox{\rm \hbox{\axiomType{Graph}\ } with}1 \mbox{\rm point list}(3)
Type: GraphImage
axiom
makeViewport2D(g, [])$VIEW2D
FriCAS2D data being transmitted to the viewport manager...

\label{eq4}\mbox{\rm \hbox{\axiomType{TwoDimensionalViewport}\ } :}\mbox{\tt "FriCAS2D"}(4)
Type: TwoDimensionalViewport

close the graphics window, then

axiom
makeViewport2D(g, [])$VIEW2D
FriCAS2D data being transmitted to the viewport manager...

\label{eq5}\mbox{\rm \hbox{\axiomType{TwoDimensionalViewport}\ } :}\mbox{\tt "FriCAS2D"}(5)
Type: TwoDimensionalViewport

I then get


  FriCAS2D data being transmitted to the viewport manager...
  The viewport manager cannot find the requested graph and will quit and restart.

But nothing happens...