Skip to content

Commit

Permalink
docs: adjust plot heights in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 17, 2025
1 parent cbfc592 commit 7c7f92a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ buttons to switch between patients.

```{r}
jellyfisher(jellyfisher_example_tables,
width = "100%", height = 500)
width = "100%", height = 450)
```

### Plotting with custom options
Expand All @@ -122,7 +122,7 @@ jellyfisher(jellyfisher_example_tables,
tentacleWidth = 3,
showLegend = FALSE
),
width = "100%", height = 500)
width = "100%", height = 400)
```

### Plotting a single patient
Expand All @@ -135,7 +135,7 @@ filter the data set with ease.
```{r}
jellyfisher_example_tables |>
select_patients("EOC677") |>
jellyfisher(width = "100%", height = 500)
jellyfisher(width = "100%", height = 400)
```

## Adjusting the sample tree structure
Expand Down Expand Up @@ -181,7 +181,7 @@ indicating that they were diagnostic samples acquired at the same time.
```{r}
jellyfisher_example_tables |>
select_patients("EOC495") |>
jellyfisher(width = "100%", height = 600)
jellyfisher(width = "100%", height = 650)
```

However, one can argue that the LN (lymph node) samples represent a later
Expand Down

0 comments on commit 7c7f92a

Please sign in to comment.