Plot function
4
0
Entering edit mode
Joyce Gu ▴ 200
@joyce-gu-611
Last seen 9.6 years ago
Hello, I follow the documentation to execute the following common line to see swirl example, > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic Plots",save=TRUE,fname="t.jpg",dev="jpeg") it give the the following error message. Error in plot.new() : Figure margins too large How do I change the figure margins? This is example come with marrayClasses packages. Any help is great appreciated. Thanks
• 1.5k views
ADD COMMENT
0
Entering edit mode
@jean-yee-hwa-yang-104
Last seen 9.6 years ago
Hi Joyce, Try maDiagnPlot(swirl[,3]) and see if it's giving you the same problem. Cheers Jean On Thu, 29 Jan 2004, Joyce Gu wrote: > Hello, > I follow the documentation to execute the following common line to see swirl > example, > > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic > Plots",save=TRUE,fname="t.jpg",dev="jpeg") > > it give the the following error message. > Error in plot.new() : Figure margins too large > > How do I change the figure margins? This is example come with marrayClasses > packages. > > Any help is great appreciated. > Thanks > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
Joyce Gu ▴ 200
@joyce-gu-611
Last seen 9.6 years ago
I tried this commons, this is the output > maDiagnPlots1(swirl[,3]) jpeg:75:t.jpg 2 But there is no any picture show up. Thanks >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== >Hi Joyce, > >Try >maDiagnPlot(swirl[,3]) and see if it's giving you the same problem. > >Cheers > >Jean >On Thu, 29 Jan 2004, Joyce Gu wrote: > >> Hello, >> I follow the documentation to execute the following common line to see swirl >> example, >> > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic >> Plots",save=TRUE,fname="t.jpg",dev="jpeg") >> >> it give the the following error message. >> Error in plot.new() : Figure margins too large >> >> How do I change the figure margins? This is example come with marrayClasses >> packages. >> >> Any help is great appreciated. >> Thanks >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor@stat.math.ethz.ch >> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >>
ADD COMMENT
0
Entering edit mode
Hi Joyce, No picture is suppose to show up. We have problems using layout to set up these plots on screen and found that it works better by saving it to a jpeg file which we can specify the width and height. It should save it as a jpg file in your working directory. You will need to view it using some image viewer. If you are on PC just double click. If you are on unix system, you might like to save it as a ps file. To do that change the argument dev to dev="ps". Cheers Jean On Thu, 29 Jan 2004, Joyce Gu wrote: > I tried this commons, > this is the output > > maDiagnPlots1(swirl[,3]) > jpeg:75:t.jpg > 2 > But there is no any picture show up. > Thanks > > >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== > >Hi Joyce, > > > >Try > >maDiagnPlot(swirl[,3]) and see if it's giving you the same problem. > > > >Cheers > > > >Jean > >On Thu, 29 Jan 2004, Joyce Gu wrote: > > > >> Hello, > >> I follow the documentation to execute the following common line to see > swirl > >> example, > >> > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic > >> Plots",save=TRUE,fname="t.jpg",dev="jpeg") > >> > >> it give the the following error message. > >> Error in plot.new() : Figure margins too large > >> > >> How do I change the figure margins? This is example come with marrayClasses > >> packages. > >> > >> Any help is great appreciated. > >> Thanks > >> > >> _______________________________________________ > >> Bioconductor mailing list > >> Bioconductor@stat.math.ethz.ch > >> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor > >> > >
ADD REPLY
0
Entering edit mode
Joyce Gu ▴ 200
@joyce-gu-611
Last seen 9.6 years ago
I did that before I sent last email, the image size is 0. I tried different parameters for save the image too,it gave the same results. Thanks >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== >Hi Joyce, > >No picture is suppose to show up. We have problems using layout to set up >these plots on screen and found that it works better by saving it to a >jpeg file which we can specify the width and height. It should save it as >a jpg file in your working directory. You will need to view it using some >image viewer. If you are on PC just double click. If you are on unix >system, you might like to save it as a ps file. To do that change the >argument dev to dev="ps". > >Cheers > >Jean > > >On Thu, 29 Jan 2004, Joyce Gu wrote: > >> I tried this commons, >> this is the output >> > maDiagnPlots1(swirl[,3]) >> jpeg:75:t.jpg >> 2 >> But there is no any picture show up. >> Thanks >> >> >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== >> >Hi Joyce, >> > >> >Try >> >maDiagnPlot(swirl[,3]) and see if it's giving you the same problem. >> > >> >Cheers >> > >> >Jean >> >On Thu, 29 Jan 2004, Joyce Gu wrote: >> > >> >> Hello, >> >> I follow the documentation to execute the following common line to see >> swirl >> >> example, >> >> > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic >> >> Plots",save=TRUE,fname="t.jpg",dev="jpeg") >> >> >> >> it give the the following error message. >> >> Error in plot.new() : Figure margins too large >> >> >> >> How do I change the figure margins? This is example come with marrayClasses >> >> packages. >> >> >> >> Any help is great appreciated. >> >> Thanks >> >> >> >> _______________________________________________ >> >> Bioconductor mailing list >> >> Bioconductor@stat.math.ethz.ch >> >> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >> >> >> >>
ADD COMMENT
0
Entering edit mode
Joyce Gu ▴ 200
@joyce-gu-611
Last seen 9.6 years ago
I got the pictures once I close my R program. Just it is too small. Anyway, it works. Thanks >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== >Hi Joyce, > >No picture is suppose to show up. We have problems using layout to set up >these plots on screen and found that it works better by saving it to a >jpeg file which we can specify the width and height. It should save it as >a jpg file in your working directory. You will need to view it using some >image viewer. If you are on PC just double click. If you are on unix >system, you might like to save it as a ps file. To do that change the >argument dev to dev="ps". > >Cheers > >Jean > > >On Thu, 29 Jan 2004, Joyce Gu wrote: > >> I tried this commons, >> this is the output >> > maDiagnPlots1(swirl[,3]) >> jpeg:75:t.jpg >> 2 >> But there is no any picture show up. >> Thanks >> >> >===== Original Message From Jean Yee Hwa Yang <jean@biostat.ucsf.edu> ===== >> >Hi Joyce, >> > >> >Try >> >maDiagnPlot(swirl[,3]) and see if it's giving you the same problem. >> > >> >Cheers >> > >> >Jean >> >On Thu, 29 Jan 2004, Joyce Gu wrote: >> > >> >> Hello, >> >> I follow the documentation to execute the following common line to see >> swirl >> >> example, >> >> > maDiagnPlots1(swirl[,3],title="Swirl array 93: Diagnostic >> >> Plots",save=TRUE,fname="t.jpg",dev="jpeg") >> >> >> >> it give the the following error message. >> >> Error in plot.new() : Figure margins too large >> >> >> >> How do I change the figure margins? This is example come with marrayClasses >> >> packages. >> >> >> >> Any help is great appreciated. >> >> Thanks >> >> >> >> _______________________________________________ >> >> Bioconductor mailing list >> >> Bioconductor@stat.math.ethz.ch >> >> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >> >> >> >>
ADD COMMENT

Login before adding your answer.

Traffic: 547 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6