On 7/24/2008 8:24 AM, Megh Dal wrote:
Thanks for this. Can you please explain me what are those MDI and SDI and the 
diff in laymans language?

Not really.  Just try them both, the differences are obvious.

Duncan Murdoch



--- On Thu, 7/24/08, Duncan Murdoch <[EMAIL PROTECTED]> wrote:

From: Duncan Murdoch <[EMAIL PROTECTED]>
Subject: Re: [R] Interactive plot
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Date: Thursday, July 24, 2008, 5:42 PM
On 7/24/2008 7:34 AM, Megh Dal wrote:
> I have created following interactive plot :
> > library(TeachingDemos)
> plott = function(x)
>    {
>     return(hist(rnorm(as.integer(1000, 10, x)),
xlab=NA))
>    }
> tkexamp(plott,
list(x=list('slider',from=1,to=40, resolution=0.1,
init=2)), plotloc='top')
> > Here everything works fine, but the problaem is
whenever I try to drag the slider the entire plot window
goind behind the screen. Can anyone please tell me what
should I do?


It sounds as though you are using Windows, and running R in
MDI mode. tcltk doesn't work very well in this mode. You really need to shrink the MDI frame and move the tcltk window outside of it, or run in SDI mode, where all windows are more or less equal.

You can select SDI mode by putting --sdi on the command
line, or from the Edit|GUI preferences dialog.

Duncan Murdoch




______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to