- Maintenance release without user-facing changes
- Maintenance release without user-facing changes
- Unclipping now works for files with an extension which is not
.tex
, which can happen when thefig.ext
chunk option is used. stringr
is now a mandatory dependency.
- Annotations relative to data coordinates respect scale transformations with the
transform=TRUE
option toggtikzAnnotation
(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 thereplace_inf=TRUE
option toggtikzAnnotation
(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()
andset_ggtikz_unclip_hook()
. - Discrete scales are now handled.
Initial release.