Skip to content

Commit

Permalink
Fixes Open-Systems-Pharmacology#360 add linetype as internal splittin…
Browse files Browse the repository at this point in the history
…g group for simulation range (Open-Systems-Pharmacology#361)
  • Loading branch information
pchelle authored and Yuri05 committed Jan 27, 2023
1 parent 921c11e commit 0045db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/plot-timeprofile.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ plotTimeProfile <- function(data = NULL,
x = mapLabels$x,
ymin = mapLabels$ymin,
ymax = mapLabels$ymax,
fill = mapLabels$fill
fill = mapLabels$fill,
group = mapLabels$linetype
),
alpha = aestheticValues$alpha,
na.rm = TRUE,
Expand Down

0 comments on commit 0045db6

Please sign in to comment.