Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da26221

Browse files
committed
update plot schema
1 parent 720f7d1 commit da26221

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

plotly/graph_reference/default-schema.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11230,20 +11230,31 @@
1123011230
},
1123111231
"lighting": {
1123211232
"ambient": {
11233+
"description": "Ambient light increases overall color visibility but can wash out the image.",
1123311234
"dflt": 0.8,
1123411235
"max": 1,
1123511236
"min": 0,
1123611237
"role": "style",
1123711238
"valType": "number"
1123811239
},
1123911240
"diffuse": {
11241+
"description": "Represents the extent that incident rays are reflected in a range of angles.",
1124011242
"dflt": 0.8,
1124111243
"max": 1,
1124211244
"min": 0,
1124311245
"role": "style",
1124411246
"valType": "number"
1124511247
},
11248+
"facenormalsepsilon": {
11249+
"description": "Epsilon for face normals calculation avoids math issues arising from degenerate geometry.",
11250+
"dflt": 1e-06,
11251+
"max": 1,
11252+
"min": 0,
11253+
"role": "style",
11254+
"valType": "number"
11255+
},
1124611256
"fresnel": {
11257+
"description": "Represents the reflectance as a dependency of the viewing angle; e.g. paper is reflective when viewing it from the edge of the paper (almost 90 degrees), causing shine.",
1124711258
"dflt": 0.2,
1124811259
"max": 5,
1124911260
"min": 0,
@@ -11252,18 +11263,55 @@
1125211263
},
1125311264
"role": "object",
1125411265
"roughness": {
11266+
"description": "Alters specular reflection; the rougher the surface, the wider and less contrasty the shine.",
1125511267
"dflt": 0.5,
1125611268
"max": 1,
1125711269
"min": 0,
1125811270
"role": "style",
1125911271
"valType": "number"
1126011272
},
1126111273
"specular": {
11274+
"description": "Represents the level that incident rays are reflected in a single direction, causing shine.",
1126211275
"dflt": 0.05,
1126311276
"max": 2,
1126411277
"min": 0,
1126511278
"role": "style",
1126611279
"valType": "number"
11280+
},
11281+
"vertexnormalsepsilon": {
11282+
"description": "Epsilon for vertex normals calculation avoids math issues arising from degenerate geometry.",
11283+
"dflt": 1e-12,
11284+
"max": 1,
11285+
"min": 0,
11286+
"role": "style",
11287+
"valType": "number"
11288+
}
11289+
},
11290+
"lightposition": {
11291+
"role": "object",
11292+
"x": {
11293+
"description": "Numeric vector, representing the X coordinate for each vertex.",
11294+
"dflt": 100000,
11295+
"max": 100000,
11296+
"min": -100000,
11297+
"role": "style",
11298+
"valType": "number"
11299+
},
11300+
"y": {
11301+
"description": "Numeric vector, representing the Y coordinate for each vertex.",
11302+
"dflt": 100000,
11303+
"max": 100000,
11304+
"min": -100000,
11305+
"role": "style",
11306+
"valType": "number"
11307+
},
11308+
"z": {
11309+
"description": "Numeric vector, representing the Z coordinate for each vertex.",
11310+
"dflt": 0,
11311+
"max": 100000,
11312+
"min": -100000,
11313+
"role": "style",
11314+
"valType": "number"
1126711315
}
1126811316
},
1126911317
"name": {
@@ -17937,20 +17985,23 @@
1793717985
},
1793817986
"lighting": {
1793917987
"ambient": {
17988+
"description": "Ambient light increases overall color visibility but can wash out the image.",
1794017989
"dflt": 0.8,
1794117990
"max": 1,
1794217991
"min": 0,
1794317992
"role": "style",
1794417993
"valType": "number"
1794517994
},
1794617995
"diffuse": {
17996+
"description": "Represents the extent that incident rays are reflected in a range of angles.",
1794717997
"dflt": 0.8,
1794817998
"max": 1,
1794917999
"min": 0,
1795018000
"role": "style",
1795118001
"valType": "number"
1795218002
},
1795318003
"fresnel": {
18004+
"description": "Represents the reflectance as a dependency of the viewing angle; e.g. paper is reflective when viewing it from the edge of the paper (almost 90 degrees), causing shine.",
1795418005
"dflt": 0.2,
1795518006
"max": 5,
1795618007
"min": 0,
@@ -17959,20 +18010,49 @@
1795918010
},
1796018011
"role": "object",
1796118012
"roughness": {
18013+
"description": "Alters specular reflection; the rougher the surface, the wider and less contrasty the shine.",
1796218014
"dflt": 0.5,
1796318015
"max": 1,
1796418016
"min": 0,
1796518017
"role": "style",
1796618018
"valType": "number"
1796718019
},
1796818020
"specular": {
18021+
"description": "Represents the level that incident rays are reflected in a single direction, causing shine.",
1796918022
"dflt": 0.05,
1797018023
"max": 2,
1797118024
"min": 0,
1797218025
"role": "style",
1797318026
"valType": "number"
1797418027
}
1797518028
},
18029+
"lightposition": {
18030+
"role": "object",
18031+
"x": {
18032+
"description": "Numeric vector, representing the X coordinate for each vertex.",
18033+
"dflt": 10,
18034+
"max": 100000,
18035+
"min": -100000,
18036+
"role": "style",
18037+
"valType": "number"
18038+
},
18039+
"y": {
18040+
"description": "Numeric vector, representing the Y coordinate for each vertex.",
18041+
"dflt": 100000,
18042+
"max": 100000,
18043+
"min": -100000,
18044+
"role": "style",
18045+
"valType": "number"
18046+
},
18047+
"z": {
18048+
"description": "Numeric vector, representing the Z coordinate for each vertex.",
18049+
"dflt": 0,
18050+
"max": 100000,
18051+
"min": -100000,
18052+
"role": "style",
18053+
"valType": "number"
18054+
}
18055+
},
1797618056
"name": {
1797718057
"description": "Sets the trace name. The trace name appear as the legend item and on hover.",
1797818058
"role": "info",

0 commit comments

Comments
 (0)