Closed willgearty closed 1 year ago
Right now, if you try to use geom_phylopic() with a single image, you need to wrap that image in a list(). We should resolve this by doing the wrapping ourselves if necessary if an individual Picture or array image is passed to the function.
geom_phylopic()
list()
Right now, if you try to use
geom_phylopic()
with a single image, you need to wrap that image in alist()
. We should resolve this by doing the wrapping ourselves if necessary if an individual Picture or array image is passed to the function.