adjustLayout | R Documentation |
Apply layout adjustments to plotly object
adjustLayout(
p,
title = "",
legend_title = "",
xlab = "x",
ylab = "y",
zlab = "z",
plot_type = "scatter"
)
p |
Previously generated plotly object |
title |
Plot title |
legend_title |
Legend title |
xlab |
X axis label |
ylab |
Y axis label |
zlab |
Z axis label |
plot_type |
Plot type: 'scatter' or 'scatter3d' |
output Plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.