Re: [R] Error in plot.new() : figure margins too large

2012-09-27 Thread Sonny
Dear Karly, I don't know if you've resolved your problem but I just came across the same thing in RStudio and I think I've found out what the problem is. The problem seems to occur when the plot viewing panel (by default in the bottom right) is very small. The plot function tries to create a

[R] Error in plot.new() : figure margins too large

2012-07-06 Thread Karly Harrod
Hello All, I am running the following code in RStudio, and I keep on getting an error message that says: Error in plot.new() : figure margins too large Is there something that I am doing wrong? # Import Data nba - read.csv(http://datasets.flowingdata.com/ppg2008.csv;, sep=,) nba #Sort Data

Re: [R] Error in plot.new() : figure margins too large

2012-07-06 Thread John Kane
-project.org Subject: [R] Error in plot.new() : figure margins too large Hello All, I am running the following code in RStudio, and I keep on getting an error message that says: Error in plot.new() : figure margins too large Is there something that I am doing wrong? # Import Data nba

Re: [R] Error in plot.new() : figure margins too large

2012-07-06 Thread mlell08
, 6 Jul 2012 10:39:41 -0700 To: r-help@r-project.org Subject: [R] Error in plot.new() : figure margins too large Hello All, I am running the following code in RStudio, and I keep on getting an error message that says: Error in plot.new() : figure margins too large Is there something that I

Re: [R] Error in plot.new()

2010-01-25 Thread jean luc picard
My distribution is Ubuntu. xwininfo: Window id: 0x441 R Graphics: Device 2 (ACTIVE) Absolute upper-left X: 558 Absolute upper-left Y: 27 Relative upper-left X: 558 Relative upper-left Y: 27 Width: 787 Height: 744 Depth: 24 Visual Class: TrueColor Border width: 1

[R] Error in plot.new()

2010-01-24 Thread jean luc picard
Dear all, I have received the following error message since R 2.10.1 for the first time and I am not able to draw graphics any more: plot(1:5,1:5) plot(1:5,1:5) Error in plot.new() : figure margins too large In addition: Warning message: Display list redraw incomplete sessionInfo() R

Re: [R] Error in plot.new()

2010-01-24 Thread Barry Rowlingson
On Sun, Jan 24, 2010 at 9:15 PM, jean luc picard peter.wohlm...@gmx.at wrote: Dear all, I have received the following error message since R 2.10.1 for the first time and I am not able to draw graphics any more: plot(1:5,1:5) plot(1:5,1:5) Error in plot.new() : figure margins too large In

Re: [R] Error in plot.new()

2010-01-24 Thread jean luc picard
Running R --vanilla plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) Error in plot.new() : figure margins too large In addition: Warning messages: 1: Display list redraw incomplete 2: Display list redraw incomplete The

Re: [R] Error in plot.new()

2010-01-24 Thread Barry Rowlingson
On Sun, Jan 24, 2010 at 9:40 PM, jean luc picard peter.wohlm...@gmx.at wrote: Running R --vanilla plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) plot(1:5,1:5) Error in plot.new() : figure margins too large In addition: Warning

[R] Error in plot.new() : figure margins too large

2008-01-16 Thread Vidhu Choudhary
Hi I am getting error : Error in plot.new() : figure margins too large Can you please help -code is temp - seq(550/2, 2200, 550/2) sV2 - c(1, 1+temp[-length(temp)]) eV2 - temp i=1

Re: [R] Error in plot.new() : figure margins too large

2008-01-16 Thread Richard . Cotton
I am getting error : Error in plot.new() : figure margins too large Can you please help -code is temp - seq(550/2, 2200, 550/2) sV2 - c(1, 1+temp[-length(temp)]) eV2 - temp i=1