Skip to content

Commit

Permalink
Simplify text
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neitmann committed May 13, 2020
1 parent 0ffba7b commit 8e050db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/themes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library(ggcharts)
library(dplyr)
```

`ggcharts` offers a couple of highly customizable `ggplot2` themes. When you don't specify any arguments all themes are very minimal in the sense that they don't have any axis lines, axis ticks and grid lines. This is intentional. Depending on the chart you create different combinations of these parameters work best and you should carefully choose them on your own rather than using some arbitrary default. Let's illustrate this with `theme_hermit()`.
`ggcharts` offers a couple of highly customizable `ggplot2` themes. When you don't specify any arguments all themes are very minimal. They don't have any axis lines, axis ticks and grid lines. This is intentional. Depending on the chart you create different combinations of these parameters work best. You should carefully choose them on your own rather than using some arbitrary default. Let's illustrate this with `theme_hermit()`.


## Usage
Expand Down

0 comments on commit 8e050db

Please sign in to comment.