Scene3D {xlcharts} | R Documentation |
Scene3D
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
Scene3D(camera = NULL, lightRig = NULL, backdrop = NULL, extLst = NULL, ...)
Arguments
camera |
camera |
lightRig |
lightRig |
backdrop |
backdrop |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Scene3D(
camera = Camera(prst = "perspectiveLeft"),
lightRig = LightRig(rig = "morning", dir = "t")
)
## End(Not run)
[Package xlcharts version 0.0.2 Index]