p<-ggplot(iso, aes(x=Length, y=Pigmentation, colour=Family)) +
  geom_point()

ggplotly(p)
## We recommend that you use the dev version of ggplot2 with `ggplotly()`
## Install it with: `devtools::install_github('hadley/ggplot2')`