geom_point#
创建一个点#
图块代码
javascript
jih_doc.geom_point(x, y, z, color)
python
jih_doc.geom_point(x, y, z, color)
npl
jih_doc:geom_point(x, y, z, color)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
x |
number |
0 |
|
y |
number |
0 |
|
z |
number |
0 |
|
color |
string |
“#ffc658” |
示例#
jih_doc.geom_point(0, 0, 0, "#ffc658")
jih_doc.geom_point(0, 0, 0, "#ffc658")
jih_doc:geom_point(0, 0, 0, "#ffc658")