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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:26:53+00:00 2026-06-05T14:26:53+00:00

Possible Duplicate: Using ggplot2, can I insert a break in the axis? I’m using

  • 0

Possible Duplicate:
Using ggplot2, can I insert a break in the axis?

I’m using the following ggplot2 code to generate a faced_grid barplots:

ggplot(plotobj, aes(as.factor(gm) , peaks, fill=rvalue)) +
  geom_bar(stat="identity") +
  facet_grid(rvalue ~ .,scales="free") + 
  opts(legend.position = "none")

Which gives the following plot (screenshot of the first facet):
ggplot2 barplot axis issue

As you can see the y-axis get stretched to quite a high value because of 1 outlier. What I’d like to do is create a more sensible scaling by having more ticks until 2e+05 and then just have 1 tick that goes directly towards 5e+05. This way the scaling would not be linear anymore but it would allow to show that there is a massive peak for 1 of the categories.

Is there anyway of doing this simple with ggplot2? Is there a R trick for doing this? If possible I’d not like to use things like ylim to just not show the top anymore.

  • 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-05T14:26:56+00:00Added an answer on June 5, 2026 at 2:26 pm

    You could use a transformation on the y-axis. Untested since you did not provide a reproducible example.

    ggplot(plotobj, aes(as.factor(gm) , peaks, fill=rvalue)) +
        geom_bar(stat="identity") + facet_grid(rvalue ~ .,scales="free") + 
        opts(legend.position = "none") + scale_y_log10()
    ggplot(plotobj, aes(as.factor(gm) , peaks, fill=rvalue)) +
        geom_bar(stat="identity") + facet_grid(rvalue ~ .,scales="free") + 
        opts(legend.position = "none") + scale_y_sqrt()
    ggplot(plotobj, aes(as.factor(gm) , peaks, fill=rvalue)) +
        geom_bar(stat="identity") + facet_grid(rvalue ~ .,scales="free") + 
        opts(legend.position = "none") + coord_trans(y = "log10")
    ggplot(plotobj, aes(as.factor(gm) , peaks, fill=rvalue)) +
        geom_bar(stat="identity") + facet_grid(rvalue ~ .,scales="free") + 
        opts(legend.position = "none") + coord_trans(y = "sqrt")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Using a bitwise & inside an if statement I have the following
Possible Duplicate: Sort list using stl sort function My question is can we sort
Possible Duplicate: Validate HWND using Win32 API How can I determent if the window
Possible Duplicate: casting vs using the ‘as’ keyword in the CLR hi, can somebody
Possible Duplicate: Using Memcache vs Memcached with PHP Someone can explain me the difference
Possible Duplicate: Using square brackets in hidden HTML input fields What can I do
Possible Duplicate: Using multiple cores/processors when compiling Java Can javac be configured to benefit
Possible Duplicate: Using Perl, how can I sort an array using the value of
Possible Duplicate: Will using goto leak variables? In the following example, when goto is
Possible Duplicate: Is using $GLOBALS['HTTP_GET_VARS'] deprecated? Invalid arguements in php I get the following

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.