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 7966617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T06:28:38+00:00 2026-06-04T06:28:38+00:00

I plotted the values using this code: png(filename=q.png, width=3000, height=1600, units=px) but the values

  • 0

I plotted the values using this code:

png(filename="q.png", width=3000, height=1600, units="px")

but the values on x and y axes appeared to be too small. I want to magnify them. How do I do that?

  • 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-04T06:28:39+00:00Added an answer on June 4, 2026 at 6:28 am

    I suspect that you need to change it when you plot the graph, for example:

     par(mar=c(4,5,1,1))
     plot(rnorm(30), xlab= "Big font", ylab = "Big font", cex.lab = 2, cex.axis = 1.5)
    

    Example:

    EDITED 1: To change the title size:

    par(mar=c(5,5,4,1))
    plot(rnorm(30), xlab= "Big font", ylab = "Big font", 
        cex.lab = 2, cex.axis = 1.5, cex.main=3, main="Big Font")
    

    enter image description here

    EDITED 2:
    Shaded plot area. Not sure if this is the best way to do it. There may be simpler and more elegant ways to shade the plot area.

    a = rnorm(30)
    par(mar=c(5,5,4,1))
    plot(a, xlab= "Big font", ylab = "Big font", type="n",
         cex.lab = 2, cex.axis = 1.5, cex.main=3, main="Big Font")
    x <- par("usr")
    rect(x[1], x[3], x[2], x[4], col = "grey")
    points(a, pch=19)
    

    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 question. I have plotted a graph using Matplotlib like this: from
I'm using Visifire. I have plotted about 500+ points on a line chart. However,
I'm using Google Chart ( http://code.google.com/apis/chart/ ) to produce some graphs for my company.
So i'm pretty new to using the Bing Maps control in Silverlight, but I
Background Using R to predict the next values in a series. Problem The following
I plotted a facet graph using qplot and I used fill option to color
The code below plots some simple x-y data, but it has two problems that
I have plotted an histogram for the value 'Q' in my code below. I
I have a following plot with logarithmic y-scale that I plotted using ggplot2 in
I need to draw a chart based on some values given. This is how

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.