Re: [R] plot does not work

2010-11-18 Thread Alaios
Dear jim,
just to update this.
My problem is now fixed.

Regards
Alex

--- On Mon, 10/25/10, jim holtman  wrote:

From: jim holtman 
Subject: Re: [R] plot does not work
To: "Alaios" 
Cc: "Rhelp" 
Date: Monday, October 25, 2010, 12:59 PM

try 'graphics.off()' to close any device that might be open and see if
you see any output.

On Mon, Oct 25, 2010 at 5:44 AM, Alaios  wrote:
> Hello everyone
>
> The following two commands
> plot.default(seq(1,5),seq(2,6))
> plot(seq(1,5),seq(2,6))
>
> plot nothing. One day ago this would create a simple plot diagram but
> unfortunately right now no plot appears.
>
> ?plot returns
>
>
>
>
> Help on topic 'plot' was found in the following packages:
> Plot a Raster* object
>  (in package raster in library
> /home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
> Generic X-Y Plotting
>  (in package graphics in library /usr/lib64/R/library)
>
>
> What do you think I should blame for that?
>
> Best Regards
> Alex
>
>
>
>
>        [[alternative HTML version deleted]]
>
> __
> 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?



  
[[alternative HTML version deleted]]

__
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.


Re: [R] plot does not work

2010-10-25 Thread jim holtman
try 'graphics.off()' to close any device that might be open and see if
you see any output.

On Mon, Oct 25, 2010 at 5:44 AM, Alaios  wrote:
> Hello everyone
>
> The following two commands
> plot.default(seq(1,5),seq(2,6))
> plot(seq(1,5),seq(2,6))
>
> plot nothing. One day ago this would create a simple plot diagram but
> unfortunately right now no plot appears.
>
> ?plot returns
>
>
>
>
> Help on topic 'plot' was found in the following packages:
> Plot a Raster* object
>  (in package raster in library
> /home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
> Generic X-Y Plotting
>  (in package graphics in library /usr/lib64/R/library)
>
>
> What do you think I should blame for that?
>
> Best Regards
> Alex
>
>
>
>
>        [[alternative HTML version deleted]]
>
> __
> 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?

__
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.


Re: [R] plot does not work

2010-10-25 Thread Uwe Ligges

See

?x11
?pdf

Uwe Ligges


On 25.10.2010 12:16, Alaios wrote:

What is a pdf device?
How to change this?


*From:* Uwe Ligges 
*To:* Alaios 
*Cc:* Rhelp 
*Sent:* Mon, October 25, 2010 11:49:37 AM
*Subject:* Re: [R] plot does not work

You are probably plotting into a pdf device (the default if no X11
available).

Uwe Ligges




On 25.10.2010 11:44, Alaios wrote:
 > Hello everyone
 >
 > The following two commands
 > plot.default(seq(1,5),seq(2,6))
 > plot(seq(1,5),seq(2,6))
 >
 > plot nothing. One day ago this would create a simple plot diagram but
 > unfortunately right now no plot appears.
 >
 > ?plot returns
 >
 >
 >
 >
 > Help on topic 'plot' was found in the following packages:
 > Plot a Raster* object
 > (in package raster in library
 > /home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
 > Generic X-Y Plotting
 > (in package graphics in library /usr/lib64/R/library)
 >
 >
 > What do you think I should blame for that?
 >
 > Best Regards
 > Alex
 >
 >
 >
 >
 > [[alternative HTML version deleted]]
 >
 > __
 > R-help@r-project.org <mailto: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.



__
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.


Re: [R] plot does not work

2010-10-25 Thread Alaios
What is a pdf device? 
How to change this?





From: Uwe Ligges 

Cc: Rhelp 
Sent: Mon, October 25, 2010 11:49:37 AM
Subject: Re: [R] plot does not work

You are probably plotting into a pdf device (the default if no X11 
available).

Uwe Ligges




On 25.10.2010 11:44, Alaios wrote:
> Hello everyone
>
> The following two commands
> plot.default(seq(1,5),seq(2,6))
> plot(seq(1,5),seq(2,6))
>
> plot nothing. One day ago this would create a simple plot diagram but
> unfortunately right now no plot appears.
>
> ?plot returns
>
>
>
>
> Help on topic 'plot' was found in the following packages:
> Plot a Raster* object
>   (in package raster in library
> /home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
> Generic X-Y Plotting
>   (in package graphics in library /usr/lib64/R/library)
>
>
> What do you think I should blame for that?
>
> Best Regards
> Alex
>
>
>
>
> [[alternative HTML version deleted]]
>
> __
> 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.



  
[[alternative HTML version deleted]]

__
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.


Re: [R] plot does not work

2010-10-25 Thread Uwe Ligges
You are probably plotting into a pdf device (the default if no X11 
available).


Uwe Ligges




On 25.10.2010 11:44, Alaios wrote:

Hello everyone

The following two commands
plot.default(seq(1,5),seq(2,6))
plot(seq(1,5),seq(2,6))

plot nothing. One day ago this would create a simple plot diagram but
unfortunately right now no plot appears.

?plot returns




Help on topic 'plot' was found in the following packages:
Plot a Raster* object
  (in package raster in library
/home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
Generic X-Y Plotting
  (in package graphics in library /usr/lib64/R/library)


What do you think I should blame for that?

Best Regards
Alex




[[alternative HTML version deleted]]

__
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.


__
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.


[R] plot does not work

2010-10-25 Thread Alaios
Hello everyone

The following two commands 
plot.default(seq(1,5),seq(2,6))
plot(seq(1,5),seq(2,6))

plot nothing. One day ago this would create a simple plot diagram but 
unfortunately right now no plot appears.

?plot returns




Help on topic 'plot' was found in the following packages:
Plot a Raster* object
 (in package raster in library 
/home/apa/R/x86_64-unknown-linux-gnu-library/2.11)
Generic X-Y Plotting
 (in package graphics in library /usr/lib64/R/library)


What do you think I should blame for that?

Best Regards
Alex



  
[[alternative HTML version deleted]]

__
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.