Skip to content
Prev 83246 / 398506 Next

Show graph integrated to GUI

The slider function in the TeachingDemos and relax packages (same
function is in both packages you can use either) provides a way to do
this using a Tk window.  There are also several functions in the
TechingDemos package that use a lower level interface to a Tk window
that you can look at their source code as an example to build your own
(examples include: vis.gamma, rotate.persp, and run.power.examp).

Hope this helps,