-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shapes to groups in legend for plotIndividualTimeProfile #439
Comments
@pchelle We need help with this. I think the part of the code responsible for that is this: TLF-Library/R/plot-timeprofile.R Line 361 in 5453524
More info / examples here: Open-Systems-Pharmacology/OSPSuite-R#1206 |
The function aimed at
One of the issues here is that the scales and legend order are based on factor levels. |
We may need to rethink this whole function and the caption object so that the mapping can handle all the situations presented in the examples. |
Originally from Open-Systems-Pharmacology/OSPSuite-R#1206 in OSPSR:
yields:
The code responsible for this is in
plot-individual-time-profile.R
.the {tlf} call yields:
the tlf output already have "wrong legend symbols" so the changes need to be made inside {tlf}.
The text was updated successfully, but these errors were encountered: