Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The closest thing to a comprehensive list that I have been able to find is in the <a href="https://github.com/hadley/ggplot2/wiki/-opts%28%29----theme%28%29-List" rel="nofollow" title="ggplot2 wiki">ggplot2 wiki</a> on github. I think that most of the options are covered there with examples.</p> <p><strong>Update</strong> If you would like to see the options that are in use on a current plot, you can use <code>plot_theme(x)</code> to see all of the options that are currently set for the plot named x. It will not be a comprehensive list, but should help if you want to change something like the font size for an axis label.</p> <p><strong>Update 2</strong> With the transition to version 0.9.0 it's worth noting that the built in documentation has been dramatically improved, and the <a href="https://groups.google.com/forum/?fromgroups#!topic/ggplot2-dev/iiS6tMF0fhk" rel="nofollow">transition guide</a> from 0.8.9 to 0.9.0 is also worth checking out.</p> <p><strong>Update 3</strong> There is now a ggplot2 documentation website. Look at the documentation for <a href="http://docs.ggplot2.org/current/theme.html" rel="nofollow">theme</a> for a complete list. Also, <code>?theme</code> has a pretty complete list as of 0.9.3.</p> <p><strong>Update 4</strong> There is now a ggthemes package that has some nice themes and scales to choose from. It might save you from having to create your own. See their <a href="https://github.com/jrnold/ggthemes" rel="nofollow">github</a> page for more information.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload