Skip to content

Commit

Permalink
update plots
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Mar 18, 2024
1 parent f7498e9 commit b5c02c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions images/plotly_age_onset.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions images/plotly_path_size.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p_age = ggplot(subset(disease.loci, !is.na(disease.loci$age_onset_min) & disease
geom_linerange(aes(ymin = typ_age_onset_min, ymax = typ_age_onset_max,
), linewidth = 2) +
scale_y_continuous(name = 'Age of onset (years)',
breaks = c(seq(0, 90, 10), 18)) +
breaks = c(seq(0, 100, 25), 18)) +
scale_x_discrete(name = 'Disease') +
scale_color_brewer(palette = 'Paired', direction = -1) +
geom_segment(aes(x = 1, y = 18, xend = 66, yend = 18), linetype = 'longdash', color = 'lightgrey') +
Expand Down

0 comments on commit b5c02c7

Please sign in to comment.