Skip to content

Commit

Permalink
bigger graph
Browse files Browse the repository at this point in the history
ref #2
  • Loading branch information
wibeasley committed Feb 29, 2020
1 parent 0fef9ff commit 2b045f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified analysis/month-performance-1/figure-png/scatterplots-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion analysis/month-performance-1/month-performance-1.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ g1 <-
scale_fill_manual(values = palette_light, guide = "none") +
scale_size(guide = "none") +
coord_cartesian(ylim = c(0, 1)) +
facet_wrap("metric") +
facet_wrap("metric", ncol = 2) +
theme_light() +
theme(axis.ticks = element_blank()) +
labs(x = NULL, y = "Percent Completed")
Expand Down
4 changes: 2 additions & 2 deletions analysis/month-performance-1/month-performance-1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ opts_chunk$set(
tidy = FALSE,
# dpi = 400,
# out.width = "650px", #This affects only the markdown, not the underlying png file. The height will be scaled appropriately.
fig.width = 4,
fig.height = 4,
fig.width = 6.5,
fig.height = 8,
fig.path = 'figure-png/'
)
Expand Down
4 changes: 2 additions & 2 deletions analysis/month-performance-1/month-performance-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion analysis/month-performance-1/month-performance-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ For the sake of documentation and reproducibility, the current report was render



Report rendered by wibeasley at 2020-02-29, 11:15 -0600 in 5 seconds.
Report rendered by wibeasley at 2020-02-29, 11:45 -0600 in 5 seconds.

0 comments on commit 2b045f4

Please sign in to comment.