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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:23:50+00:00 2026-06-17T10:23:50+00:00

You can see examples in this page . Notice that in theme_wsj example, xlab

  • 0

You can see examples in this page.

Notice that in theme_wsj example, xlab and ylab do not appear.

Here’s a non-ggthemes plot that includes labels:

ggplot(mtcars, aes(factor(cyl), mpg)) +
geom_point() +
xlab("Hello World: X axis") +
ylab("Hello World: Y axis")

But, when you add the theme_wsj theme, they disappear:

ggplot(mtcars, aes(factor(cyl), mpg)) +
geom_point() +
xlab("Hello World: X axis") +
ylab("Hello World: Y axis") +
theme_wsj()
  • 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-17T10:23:51+00:00Added an answer on June 17, 2026 at 10:23 am

    If you look on source code of theme_wsj() you can see that axis titles are set as blank

    theme_wsj<-function(base_size=12, color="brown", base_family="sans", title_family="Courier") {
        colorhex <- ggthemes_data$wsj$bg[color]
        (theme_foundation()
         + theme(
    .....
          axis.title=element_blank()
    ....
    

    So one solution to get xlab and ylab to be shown is to add new theme element

    +theme_wsj()+theme(axis.title=element_text(size=12))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

You can see the example here: http://jsfiddle.net/8EHED/8/ This is a tricky problem because I
Consider this example: zh_Hant_HK format = yy'年'M'月'd'日' ah:mm Not sure if you can see
Looking at examples about socket programming, we can see that some people use AF_INET
I'm working on a jquery carousel. You can see the example here: http://jsfiddle.net/6fwbS/2/ Click
I am looking at this jsPlumb example: http://jsplumb.org/jquery/flowchartConnectorsDemo.html You will see that the drag
Can you recommend me on places where i can read and see examples on
I found a bug, and tracked it down. You can see a simplified example
I have a simple example ( SVG source ) looks like you can see
For some packages I can see special type of objects. For example I am
Why can't I set $_SERVER['DOCUMENT_ROOT'] as attribute? see example code class foo { private

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.