This function lets the user print a plot without plot, with a
customizable message. It is quite useful for Shiny renderPlot when
using filters and no data is returned.
Usage
noPlot(
message = "Nothing to show here!",
size = 4,
font = getOption("lares.font")
)