Skip to content

Commit 36ec0e8

Browse files
committed
update schema test
1 parent 0ae9c7f commit 36ec0e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/plot-schema.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22456,17 +22456,18 @@
2245622456
"valType": "boolean"
2245722457
},
2245822458
"sizemode": {
22459-
"description": "Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar (normalized by the max u/v/w norm in the vector field) or as *absolute* value (in the same units as the vector field).",
22459+
"description": "Determines whether `sizeref` is set as a *scaled* (i.e unitless) scalar (normalized by the max u/v/w norm in the vector field) or as *absolute* value (in the same units as the vector field). To display sizes in actual vector scale use *vector*.",
2246022460
"dflt": "scaled",
2246122461
"editType": "calc",
2246222462
"valType": "enumerated",
2246322463
"values": [
2246422464
"scaled",
22465-
"absolute"
22465+
"absolute",
22466+
"vector"
2246622467
]
2246722468
},
2246822469
"sizeref": {
22469-
"description": "Adjusts the cone size scaling. The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`. This factor (computed internally) corresponds to the minimum \"time\" to travel across two successive x/y/z positions at the average velocity of those two successive positions. All cones in a given trace use the same factor. With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5* With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field, its the default value is half the sample's maximum vector norm.",
22470+
"description": "Adjusts the cone size scaling. The size of the cones is determined by their u/v/w norm multiplied a factor and `sizeref`. This factor (computed internally) corresponds to the minimum \"time\" to travel across two successive x/y/z positions at the average velocity of those two successive positions. All cones in a given trace use the same factor. With `sizemode` set to *vector*, its default value is *1* With `sizemode` set to *scaled*, `sizeref` is unitless, its default value is *0.5* With `sizemode` set to *absolute*, `sizeref` has the same units as the u/v/w vector field, its the default value is half the sample's maximum vector norm.",
2247022471
"editType": "calc",
2247122472
"min": 0,
2247222473
"valType": "number"

0 commit comments

Comments
 (0)