You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79654,14 +79654,36 @@
79654
79654
"min": 0,
79655
79655
"valType": "number"
79656
79656
},
79657
-
"scale": {
79658
-
"description": "Scales size of the arrows (ideally to avoid overlap). Default = 0.1",
79659
-
"dflt": 0.1,
79657
+
"sizemode": {
79658
+
"description": "Determines whether `sizeref` is set as a *scaled* (unitless) scalar (normalized by the max u/v norm in the vector field), as an *absolute* value (in the same units as the vector field), or *raw* to use the raw vector lengths.",
79659
+
"dflt": "scaled",
79660
+
"editType": "calc",
79661
+
"valType": "enumerated",
79662
+
"values": [
79663
+
"scaled",
79664
+
"absolute",
79665
+
"raw"
79666
+
]
79667
+
},
79668
+
"sizeref": {
79669
+
"description": "Adjusts the arrow size scaling. The arrow length is determined by the vector norm multiplied by `sizeref`, optionally normalized when `sizemode` is *scaled*.",
79660
79670
"editType": "calc",
79661
-
"max": 1,
79662
79671
"min": 0,
79663
79672
"valType": "number"
79664
79673
},
79674
+
"anchor": {
79675
+
"description": "Sets the arrows' anchor with respect to their (x,y) positions. Use *tail* to place (x,y) at the base, *tip* to place (x,y) at the head, or *cm*/*center*/*middle* to center the arrow on (x,y).",
79676
+
"dflt": "tail",
79677
+
"editType": "calc",
79678
+
"valType": "enumerated",
79679
+
"values": [
79680
+
"tip",
79681
+
"tail",
79682
+
"cm",
79683
+
"center",
79684
+
"middle"
79685
+
]
79686
+
},
79665
79687
"scaleratio": {
79666
79688
"description": "The ratio between the scale of the y-axis and the scale of the x-axis (scale_y / scale_x). Default = null, the scale ratio is not fixed.",
0 commit comments