Skip to content

Version 1.5.170

Pre-release
Pre-release
Compare
Choose a tag to compare
@Yuri05 Yuri05 released this 09 Sep 08:41
bd595c7

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 and yLimits argument in PlotConfiguration are renamed xAxisLimits and yAxisLimits.
    This will crop the axis limits but keep all the data to generate the plot (see ggplot2::coord_cartesian).
  • New xValuesLimits and yValuesLimits argument in PlotConfiguration to filter the data used to generate the plot. (see ggplot2::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