- now the image will not be distorted when both width and height are specified. (2023-06-19, Mon, #47)
- support new api of phylopic database and fix the issue of gray colorspace (2023-04-02, Sun, #45, #46)
- introduce 'filename' parameter in
ggpreview()
(2022-12-02, Fri) ggpreview()
works withlast_plot()
ggpreview()
to preview a plot if it was saved to a file (2022-12-01, Thu)
- update flag URL (2022-04-25, Mon, #39)
download_phylopic
function (2021-09-29, Wed)
- import
ggfun
(2021-08-20, Fri)
- import
as_tibble
andtibble
asas_data_frame
anddata_frame
were deprecated (2020-04-01, Wed) - fixing aspect ratio of images (2020-01-09, Thu)
- handle with online image not available (2019-12-31, Tue)
- vignette move to https://guangchuangyu.github.io/pkgdocs/ggimage.html
- change default image width to 256 for phylopic and it can be set to other values by e.g.
options(phylopic_width=512)
(2019-12-05, Thu)
phylopic_uid
now return a data.frame (2019-11-29, Fri)- force flag to be uppercase (2019-1-04, Mon)
- bug fixed of checking phylopic ID (2019-10-17, Thu)
- fixed image aspect ratio (2019-10-02, Wed)
- update ionicons url (2019-09-23, Mon)
geom_bgimage
(2019-08-05, Mon)
phylopic
now check the id byphylopic_valid_id
(2019-01-16, Wed)phylopic_valid_id
check whether a silhouette image is exist- if not exist, then use
supertaxa
- if supertaxa is also not exist, use
subtaxa
- if subtaxa is also not exist, use
other
related taxa - otherwise, return NA
- if not exist, then use
phylopic_uid
supports querying phylopic uid from scientific name- three optional image color legend key (2018-12-11, Tue)
draw_key_image
that draws key of image colors usingrectGrob
(2018-12-10, Mon)- support
aes(color)
- compatible with ggplot2 v3.1.0
- support
pdf
file (2018-12-03, Mon) - support
svg
file geom_twitchemote
layer
geom_worldcup2018
layer (2018-06-19, Tue)
- update url of
icon
andlist.icon
(2018-05-23, Wed) - mv
get_aes_var
torvcheck
- compatible with ggplot2-dev, v=2.2.1.9000 (2018-05-02, Wed)
image_read2
internally usemagick::image_read
with additional feature to remove marginal empty space (2018-04-25, Wed)- re-export
ggplotify::as.grob
andggplotify::as.ggplot
(2018-04-24, Tue)
ggbackground
for setting background image of ggplot (2018-04-18, Wed)
geom_image
now acceptsasp
parameter to adjust aspect ratio of images (2018-03-22, Thu)
- mv code in
toGrob
for base plot tobase2grob
pkg
- add angle parameter <2017-12-27, Wed>
o update vignette <2017-12-04, Mon> o geom_subview now supports aes mapping <2017-11-21, Tue>
o geom_subview compatible with meme object <2017-10-24, Tue>
o add image_fun parameter; user can use magick function to process image <2017-10-17, Tue> o using magick to read image instead of EBImage <2017-10-17, Tue>
o geom_icon <2017-09-05, Wed>
o geom_emoji <2017-03-23, Thu> o geom_flag <2017-03-22, Wed> o support size = Inf <2017-03-22, Wed> o geom_phylopic layer <2017-03-22, Wed> o color parameter for geom_image and related layers <2017-03-22, Wed> o geom_pokemon <2017-03-22, Wed>
o geom_subview <2017-03-21, Tue> o theme_transparent from ggtree <2017-03-21, Tue>
o remove parsing image
parameter via ...
, and set image="https://www.r-project.org/logo/Rlogo.png" by default <2017-02-22, Wed>
o geom_image layer <2017-02-21, Tue>