NEWS
ggtikz 0.1.3 (2024-06-16)
- Maintenance release without user-facing changes
ggtikz 0.1.2 (2023-03-14)
- Maintenance release without user-facing changes
ggtikz 0.1.1 (2022-07-20)
- Unclipping now works for files with an extension which is not
.tex, which can happen when the fig.ext chunk option is used.
stringr is now a mandatory dependency.
ggtikz 0.1.0 (2021-11-04)
- Annotations relative to data coordinates respect scale transformations with the
transform=TRUE option to ggtikzAnnotation (new default).
- Automatically replace
Inf and -Inf in TikZ coordinate specifications with the maximum and minimum for the annotation's reference frame, respectively. This is enabled by setting the replace_inf=TRUE option to ggtikzAnnotation (new default)
- Draw annotations in a viewport shrunk by the size of lines surrounding the plot, to prevent the annotations from clipping into these lines
- Plots can be automatically unclipped to accommodate annotations extending beyond the plot boundaries. See
unclip() and set_ggtikz_unclip_hook().
- Discrete scales are now handled.
ggtikz 0.0.1 (2021-08-17)
Initial release.