On Fri, 9 Oct 2015, oleg_komashko(a)ukr.net wrote:
Dear all,
the script below
<hansl
foreign language=R
x<-rnorm(20)
plot(x)
end foreign
hansl>
works OK on XP
And it works OK on Fedora 22 (except that I can't get the plot to
close without using xkill).
but on Ubuntu everything I could get
is blinking and disappearing plot with
this:
<hansl
foreign language=R
x<-rnorm(20)
library(graphics)
library(grDevices)
X11()
plot(x)
end foreign
hansl>
Sorry, this does not appear to be a gretl question. But in general I
wouldn't expect plotting from R to work smoothly when R is being run
in slave mode via gretl. Better to re-import the data and plot in
gretl -- or just do it all in R!
Allin