Version 1.5.170
Pre-release
Pre-release
Downloads
tlf_1.5.170.tar.gz
tlf_1.5.170.zip
Documentation
https://www.open-systems-pharmacology.org/TLF-Library
What's Changed
- Lower Limit Of Quantification (LLOQ) can be added on time-profile plots and obs-vs-pred plots.
- The
xLimits
andyLimits
argument inPlotConfiguration
are renamedxAxisLimits
andyAxisLimits
.
This will crop the axis limits but keep all the data to generate the plot (seeggplot2::coord_cartesian
). - New
xValuesLimits
andyValuesLimits
argument inPlotConfiguration
to filter the data used to generate the plot. (seeggplot2::scale_continuous_x
). - Groups names are now wrapped on several lines if their number of characters is longer than 60.
- Plots and plotGrids labels (titles, subtitles, caption and axis labels) are now automatically fitting plot's width and wrapped on several lines if too long.
- Plot labels texts are now sanitized from any unsupported characters.
- Plot labels now have margin around them. This can be configured in
Label
objects.
Minor improvements and bug fixes
- Error bars cap sized are now drawn only if the error bars are displayed.
- Fix a bug where error bars caps were wrongly displayed #1410
Full Changelog: v1.5.158...v1.5.170