PlotArea | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.plotarea.html
PlotArea(
layout = NULL,
dTable = NULL,
spPr = NULL,
charts = list(),
axes = list(),
extLst = NULL,
...
)
layout |
layout |
dTable |
dTable |
spPr |
spPr |
charts |
_charts |
axes |
_axes |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
PlotArea()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.