Learn R Programming

xlcharts (version 0.0.1)

Scene3D: Scene3D

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html

Usage

Scene3D(camera = NULL, lightRig = NULL, backdrop = NULL, extLst = NULL, ...)

Value

An openpyxl Python object.

Arguments

camera

camera

lightRig

lightRig

backdrop

backdrop

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Scene3D(
camera = Camera(prst = "perspectiveLeft"),
lightRig = LightRig(rig = "morning", dir = "t")
)
}

Run the code above in your browser using DataLab