powered by
plotly
Add a watermark to a plotly object.
addWatermark(pl, watermark = NULL)
plotly object with a watermark (if specified)
plotly object.
(optional) String with path to a file containing a watermark.
Other watermark helpers: getWatermark()
getWatermark()
watermark <- tempfile(pattern = "watermark", fileext = ".png") getWatermark(file = watermark) addWatermark(pl = plotly::plot_ly(), watermark = watermark)
Run the code above in your browser using DataLab