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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:56:51+00:00 2026-05-24T23:56:51+00:00

I want to make a bar plot where one of the values is much

  • 0

I want to make a bar plot where one of the values is much bigger than all other values. Is there a way of having a discontinuous y-axis? My data is as follows:

df <- data.frame(a = c(1,2,3,500), b = c('a1', 'a2','a3', 'a4'))

p <- ggplot(data = df, aes(x = b, y = a)) + geom_bar() 
p <- p + opts(axis.text.x=theme_text(angle= 90, hjust=1))  + coord_flip()
p

enter image description here

Is there a way that I can make my axis run from 1- 10, then 490 – 500? I can’t think of any other way of plotting the data (aside from transforming it, which I don’t want to do)

[Edit 2019-05-06]:

8 years later, above code needs to be amended to work with version 3.1.1 of ggplot2 in order to create the same chart:

library(ggplot2)
ggplot(df) + 
  aes(x = b, y = a) +
  geom_col() +
  coord_flip()
  • 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-05-24T23:56:52+00:00Added an answer on May 24, 2026 at 11:56 pm

    As noted elsewhere, this isn’t something that ggplot2 will handle well, since broken axes are generally considered questionable.

    Other strategies are often considered better solutions to this problem. Brian mentioned a few (faceting, two plots focusing on different sets of values). One other option that people too often overlook, particularly for barcharts, is to make a table:

    enter image description here

    Looking at the actual values, the 500 doesn’t obscure the differences in the other values! For some reason tables don’t get enough respect as data a visualization technique. You might object that your data has many, many categories which becomes unwieldy in a table. If so, it’s likely that your bar chart will have too many bars to be sensible as well.

    And I’m not arguing for tables all the time. But they are definitely something to consider if you are making barcharts with relatively few bars. And if you’re making barcharts with tons of bars, you might need to rethink that anyway.

    Finally, there is also the axis.break function in the plotrix package which implements broken axes. However, from what I gather you’ll have to specify the axis labels and positions yourself, by hand.

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

Sidebar

Related Questions

I want to make my navigation bar a one with rounded corners (the top
I want make a screen width judge, when screen width is bigger than 1024px
I want to make the following stacked bar plot together with line curve. But
i had soulation .i want to make navigation bar with items i will select
I want make some progress bar in my application with three20 library when sending
I have a question: I want make a notification in status bar. But when
My script works very strange, I get all the values, but when I want
I want to make custom status bar and placed in the bottom of the
I want to make a rating bar that can work and display properly at
I want to make an application which has Tab bar . In each TabBar

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.