Skip to content

Commit

Permalink
updated fig readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Sep 7, 2017
1 parent 7fc0a1c commit c37ceaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ gridExtra::grid.arrange(



```{r, fig.width = 9}
```{r, fig.width = 6}
set.seed(10)
dat <- data_frame(
state = sample(state.name, 10),
Expand All @@ -313,11 +313,12 @@ dat %>%
) +
theme_minimal() +
theme(
panel.grid.major.x = element_blank()
panel.grid.major.x = element_blank(),
axis.title.y = element_text(angle = 0)
) +
labs(x = 'State', y = 'Cash Flow',
labs(x = 'State', y = 'Cash\nFlow',
title = "Look at How Professional I Look",
subtitle = 'For that extra professional look.'
subtitle = 'Subtitles: For that extra professional look.'
)
```

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ functions (see [Plotting](#plotting) for usage).

<!-- html table generated in R 3.4.1 by xtable 1.8-2 package -->

<!-- Wed Sep 06 21:16:33 2017 -->
<!-- Wed Sep 06 21:26:07 2017 -->

<table>

Expand Down Expand Up @@ -793,11 +793,12 @@ Plotting
) +
theme_minimal() +
theme(
panel.grid.major.x = element_blank()
panel.grid.major.x = element_blank(),
axis.title.y = element_text(angle = 0)
) +
labs(x = 'State', y = 'Cash Flow',
labs(x = 'State', y = 'Cash\nFlow',
title = "Look at How Professional I Look",
subtitle = 'For that extra professional look.'
subtitle = 'Subtitles: For that extra professional look.'
)

![](tools/figure/unnamed-chunk-15-1.png)
Expand Down
Binary file modified tools/figure/unnamed-chunk-15-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c37ceaa

Please sign in to comment.