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

  • SEARCH
  • Home
  • 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 8006883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:39:31+00:00 2026-06-04T17:39:31+00:00

I want to draw a simple bar plot like so: test <- data.frame(y=c(1,3,53,10,30,35,50), x=c(1:7))

  • 0

I want to draw a simple bar plot like so:

test <- data.frame(y=c(1,3,53,10,30,35,50), x=c(1:7))
barplot(test$y, names.arg=test$x)

resulting graph

My issue is that the y axis does not extend far enough if the maximum value is some “unpretty” number. What would be better is if the axis extended passed the maximum value and finished on some “pretty” value greater than the maximum.

Given a random dataset (i.e. this is going in a function), is there a simple way of doing this?

  • 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-04T17:39:32+00:00Added an answer on June 4, 2026 at 5:39 pm

    You can use a combination of pretty() and range() to automatically pick nicer settings for ylim:

    test <- data.frame(y=c(1,3,53,10,30,35,50), x=c(1:7))
    barplot(test$y, names.arg=test$x, 
            ylim = range(pretty(c(0, test$y))))
    

    enter image description here

    (Thanks to Gavin Simpson for pointing out that range(pretty(c(0, test$y))) works just as well as range(pretty(c(0, max(test$y))))

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

Sidebar

Related Questions

I want to draw a simple graph like this in android. Can it be
I just want to draw simple 2D objects like circle, line, square etc in
Let's say I want to draw a simple quad like this: glBegin(GL_QUADS); glVertex2f(-1.0,-1.0); glVertex2f(1.0,-1.0);
I want to draw a couple of simple bar plots to include in a
I have a numpy array of pixel data that I want to draw at
I draw a simple triangle and I want to learn how to rotate it
I want to draw some listview items disabled and would like to mimic the
I want to draw a graph in my Django-based site, to look like these
I want to draw a line in Crystal report. I can do that from
In my program I want to draw a simple score line graph. I have

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.