Skip to content

Commit

Permalink
making plot fit
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Jul 14, 2024
1 parent 0d8fe35 commit 64410d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Data_Visualization/Data_Visualization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ theme(axis.text.x = element_text(angle = 90))
## facet_wrap() {.codesmall}

- more flexible - arguments `ncol` and `nrow` can specify layout
- can have different scales for axes using `scales = "free_x"`, `scales = "free_y"`, or `scales = "free"`
- can have different scales for axes using `scales = "free"`

```{r, fig.height = 5, fig.align='center', echo= TRUE}
Expand All @@ -874,7 +874,7 @@ rp_fac_plot <- lots_of_lines +
```


```{r, fig.height = 5, fig.align='center', comment=FALSE}
```{r, fig.height = 3.5, fig.width = 10, fig.align='center', comment=FALSE}
rp_fac_plot
```

Expand Down

0 comments on commit 64410d8

Please sign in to comment.