- Bugfix:
inset_theme()
was overridden in explicitly passed-in insetplot
objects. Thanks @XanderDes.
- New
proj.fill
argument to fill the area between the projection lines.
- New
corners
argument sets corner radius on target and inset. Thanks to @thomasp85 for help with this.
from
andto
can now be mapped to aesthetics, allowing different targets in different facets.from
can now be a logical vector of points to select.- Use
shape = "outline"
to magnify the convex hull of selected points.
- Changed the order of arguments in
from
andto
.- Before:
xmin, ymin, xmax, ymax
. - Now:
xmin, xmax, ymin, ymax
. This is much easier to think about. - You can name the arguments to avoid confusion.
- Before:
- Added a
proj.combine
argument to draw combined or separate projection lines for multiple target areas. - Added some helper functions to find rectangles, convex hulls and grobs.
- Added a
NEWS.md
file to track changes to the package.