Re: [R] Legend problem in line charts

2012-01-19 Thread Petr PIKAL
Hi > Hi all, > > Small problem in generating the line charts. > > Question: Legend for the first graph is coming wrong., for second graph > correctly. Please fix the legend postion at the down of graph. > Plesae give me the solution. > > Thank you > Devarayalu > > > > Orange1 <- structu

[R] Legend problem in line charts

2012-01-19 Thread Sri krishna Devarayalu Balanagu
Hi all, Small problem in generating the line charts. Question: Legend for the first graph is coming wrong., for second graph correctly. Please fix the legend postion at the down of graph. Plesae give me the solution. Thank you Devarayalu Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7,

Re: [R] legend problem

2010-04-23 Thread Greg Snow
Of Nilza BARROS > Sent: Thursday, April 22, 2010 2:35 PM > To: r-help@r-project.org > Subject: [R] legend problem > > Dear R users, > > I have been plotting several graphics in only one page. I intend to > plot > only one legend in each page. > Since the graphics are insi

Re: [R] legend problem

2010-04-23 Thread Uwe Ligges
Increase the margins (see argument mar in ?par) and plot the legend outside after allowing to do so by changing the clipping region by par(xpd=TRUE). Uwe Ligges On 22.04.2010 22:35, Nilza BARROS wrote: Dear R users, I have been plotting several graphics in only one page. I intend to plot on

[R] legend problem

2010-04-22 Thread Nilza BARROS
Dear R users, I have been plotting several graphics in only one page. I intend to plot only one legend in each page. Since the graphics are inside a loop I have to do it automatically. The main problem is that inside the loop I work with differente types of variables, I mean , the range is differe

Re: [R] legend problem [with ggplot[12]]

2009-06-04 Thread Uwe Ligges
IF you provide us with the reproducible code that is requested in the posting guide, you may get some valuable help. I gues sthe is from ggplot2? Uwe Ligges Felipe Carrillo wrote: Hi: See the attached pdf graphic. The legend overlaps a little bit with the strip. Is there a way to move it ove

[R] legend problem

2009-06-03 Thread Felipe Carrillo
Hi: See the attached pdf graphic. The legend overlaps a little bit with the strip. Is there a way to move it over half a cm? Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA Europe.pdf Description: Adobe PDF d

Re: [R] Legend problem when exporting a plot to PDF

2008-04-29 Thread Joerg van den Hoff
On Tue, Apr 29, 2008 at 01:49:01PM +0200, Philipp Pagel wrote: > > > When exporting to PDF a graph with a legend, in the final PDF, the > > text is going beyond the legend box. > > > dev2bitmap("test.pdf", type="pdfwrite", h=6, w=6) > > The legend looks OK on the screen. I noticed that the size

Re: [R] Legend problem when exporting a plot to PDF

2008-04-29 Thread Prof Brian Ripley
Copying between devices (as in dev2bitmap) is not a good way to produce high-quality graphs, and especially not if you change the size. What is wrong with pdf("test.pdf", width=6, height=6) < re-run the plot commands> dev.off() ? On Tue, 29 Apr 2008, Julien Roux wrote: Hi list, When expor

Re: [R] Legend problem when exporting a plot to PDF

2008-04-29 Thread Philipp Pagel
> When exporting to PDF a graph with a legend, in the final PDF, the > text is going beyond the legend box. > > dev2bitmap("test.pdf", type="pdfwrite", h=6, w=6) > The legend looks OK on the screen. I noticed that the size of the > legend box depends on the size of the screen window, As far as

[R] Legend problem when exporting a plot to PDF

2008-04-29 Thread Julien Roux
Hi list, When exporting to PDF a graph with a legend, in the final PDF, the text is going beyond the legend box. > dev2bitmap("test.pdf", type="pdfwrite", h=6, w=6) The legend looks OK on the screen. I noticed that the size of the legend box depends on the size of the screen window, which is n