Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8452073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:24:31+00:00 2026-06-10T11:24:31+00:00

I have a mfrow=c(6,4) plot and a special situation where I want each plot

  • 0

I have a mfrow=c(6,4) plot and a special situation where I want each plot to be mar=c(1,1,1,1). This makes it such that the x-axis and the xlab of the bottom 4 graphs get chopped off (even when exporting to .eps).

How do I stop R doing this? I’ve tried doing postscript("test.eps",height=N) where N is some real number that’s larger than the default. This makes a lot of white space in the top and bottom of the .eps but the x-axis is still cut off.

So my question is; how do I get plot() to stop cutting off my x-axis and xlab given the constraint that I want the mfrow and mar described above? (I’m looking perhaps for some way to make the bottom of the device bigger such that the stuff I want isn’t chopped off?).

Here’s my plots:

postscript("test.eps")
y <- rnorm(100)
x <- rnorm(100)

par(mfrow=c(6,4),mar=c(1,1,1,1))

for(i in 1:((6*4)))
{
    if(i <= (6*4)-4)
    {
    plot(y,x,xlab="",xaxt="n")
    }
    if(i > (6*4)-4)
    {
    plot(y,x,xlab="HELLO")
    }
}
dev.off()
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T11:24:33+00:00Added an answer on June 10, 2026 at 11:24 am

    I suggest you add an outer margin (oma) to not clip the tick labels, and plot the axis-label with mtext to get it closer than the default position.

    postscript("test.eps")
    y <- rnorm(100)
    x <- rnorm(100)
    
    par(mfrow=c(6,4),mar=c(1,1,1,1), oma=c(3,1,0,0))
    
    for(i in 1:((6*4)))
    {
        if(i <= (6*4)-4)
        {
        plot(y,x,xlab="",xaxt="n")
        }
        if(i > (6*4)-4)
        {
        plot(y,x,xlab="")
        mtext("HELLO", 1, 2.5)
        }
    }
    dev.off()
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a repeater that it has image inside itself. I want to show
I have this function that turns cells with class editable ( td.editable ) to
have written this little class, which generates a UUID every time an object of
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
If I create a multi-plot window with par(mfrow=...) , is it possible to send
I have created an htmlTable and I want to email it: Dim MyRow As
i have this 3 tables forums_forum +-----+--------+-------------+-------+-----+ | fid | name | description |
Ok so I have made a DataSet that reads the data hardcoded but unsure
I want to implement a TableModel, that will enable my existing data structure to
have this problem with PCACompute in Android Opencv2.3.1 because when i call PCACompute my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.