Re: [R] bug: wireframe and tcltk

2007-10-09 Thread Peter Dalgaard
Lafaye de Micheaux Pierre wrote: > Dear R users, > > When i call the wireframe function from within a tcltk widget, it does > not work. > > Here is a sample program that shows the bug. > > When you try: > is.it.a.bug() > > You can see that the "curve" instruction is run but not the > "wireframe"

Re: [R] bug: wireframe and tcltk

2007-10-09 Thread Sundar Dorai-Raj
Lafaye de Micheaux Pierre said the following on 10/9/2007 1:21 PM: > Dear R users, > > When i call the wireframe function from within a tcltk widget, it does > not work. > > Here is a sample program that shows the bug. > > When you try: > is.it.a.bug() > > You can see that the "curve" instru

[R] bug: wireframe and tcltk

2007-10-09 Thread Lafaye de Micheaux Pierre
Dear R users, When i call the wireframe function from within a tcltk widget, it does not work. Here is a sample program that shows the bug. When you try: is.it.a.bug() You can see that the "curve" instruction is run but not the "wireframe" one. Do you have an explanation about this point?