Usage
config(p = last_plot(), staticPlot = F, workspace = F, editable = F,
autosizable = F, fillFrame = F, scrollZoom = F,
doubleClick = "reset+autosize", showTips = F, showLink = T,
sendData = T, linkText = "Edit chart", displayModeBar = "hover",
displaylogo = T, plot3dPixelRatio = 2)
Arguments
staticPlot
for export or image generation
workspace
we're in the workspace, so need toolbar etc (TODO describe functionality instead)?
editable
edit titles, move annotations, etc
autosizable
respect layout.autosize=true and infer its container size?
fillFrame
if we DO autosize, do we fill the container or the screen?
scrollZoom
mousewheel or two-finger scroll zooms the plot
doubleClick
double click interaction (false, 'reset', 'autosize' or 'reset+autosize')
showTips
see some hints about interactivity
showLink
link to open this plot in plotly
sendData
if we show a link, does it contain data or just link to a plotly file?
linkText
text appearing in the sendData link
displayModeBar
display the modebar (T, F, or 'hover')
displaylogo
add the plotly logo on the end of the modebar
plot3dPixelRatio
increase the pixel ratio for 3D plot images