Closed Dulani closed 6 years ago
Hi @Dulani,
glad you like the package. It seams as_tibble
converts iris$Species
to a factor. This caused a problem with the way I was pulling out groups for the plots indexing. The fix was pretty simple but should ensure consistent behaviour for data.frame
and tibbles
. Please let me know if the behaviour continues at your end.
This results in a blank plot for me using RStudio 1.1.453 and R3.5.
If iris is plotted directly:
then it works beautifully.
(This really is a beautiful plotting package).