# NOT RUN {
plotwidgetGallery()
## automatically set black bg
plotwidgetGallery(theme="neon")
## yuck, ugly:
plotwidgetGallery(pal=c("red", "#FF9900", "blue", "green", "cyan", "yellow"))
## much better:
plotwidgetGallery(pal=plotPals("pastel", alpha=0.8))
# }
Run the code above in your browser using DataLab