Currently, I've implemented this using add_phylopic_base. I don't see why we need to repeat a bunch of code for handling different formats when we already have it here. What do you think?
Looks good to me! Thanks for the fix! I don't see why we need the extra standalone preview function as this would be presumably be using get_phylopic anyway?
This PR adds a preview argument to
get_phylopic
.Currently, I've implemented this using
add_phylopic_base
. I don't see why we need to repeat a bunch of code for handling different formats when we already have it here. What do you think?Closes #59.