Learn R Programming

xlcharts (version 0.0.1)

Point3D: Point3D

Description

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

Usage

Point3D(x = NULL, y = NULL, z = NULL, ...)

Value

An openpyxl Python object.

Arguments

x

x

y

y

z

z

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Point3D(x = 1L, y = 1L, z = 1L)
}

Run the code above in your browser using DataLab