Releases: stefanedwards/lemon
Release v. 0.4.6
-
Added axis annotations, simple commands that can annotate on the axis areas.
Seeannotate_x_axis
andannotate_y_axis
.
The command extends the ggplot2 object to a 'lemon_plot'-class, which
allows the object to have additional plotting routines. See?lemon_plot
. -
More axes!
scale_x_symmetric
andscale_y_symmetric
to ensure
your axis is symmetric around some value. -
New feature:
geom_siderange
which kinda works likegeom_rug
,
but displays a line within the plotting area and follows usual rules
of aesthetics i.e. colour, and with added benefit of defining
starting and ending point symbol. -
Fixed facet's, capped axes and brackets cf. ggplot2 v. 3.4.0.
See NEWS.md for more information.
Release v.0.3.3
-
Added argument
offset
toreposition_legend
to better nudge legend into place. -
brackets_horizontal
andbrackets_vertical
now uses 'npc' as default
unit, as well as defaults to this unit if given a numeric. -
brackets_horizontal
andbrackets_vertical
skips changing ticks to brackets
if theme(axis.ticks = element_blank()) and thus not created at all. -
'horisontal' is not an English word. Has been thoroughly replaced by 'horizontal'.
Functions with not-English word in names are still available, but not advertised. -
Extended
facet_rep_grid
andfacet_rep_wrap
to allow user to specify which
sided tick labels should be kept. Can still use logicals forrepeat.tick.labels
. -
coord_capped_*
andcoord_flex_*
now checks if the providedbrackets_*
andcapped_*
functions corresponds to the correct orientation. -
New feature
geom_pointpath
andgeom_pointline
that combines
geom_point
withgeom_path
andgeom_line
, respectively.
These geoms apply any position adjustments (e.g.\position_jitter
) to
both points and lines.
Also adds a gap between point and end of lines that grows with pointsize.
Release v. 0.3.1
Now available on CRAN!
lemon 0.3.1
reposition_legend
now places legend under axis lines,
and further accepts x and y arguments for nudging.
Released version on CRAN
v0.3 CRAN version v0.3.0.
v0.2 with facets!
Merge pull request #1 from stefanedwards/facets Incorporate Facets into master.
v0.1
Releasing first version of splot
.
Contains functions for modifying axis lines and automatically pretty prints data frames in knitr documents.