Skip to content

Commit e33270b

Browse files
committed
update plot-schema as well
1 parent d9210da commit e33270b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/plot-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15155,13 +15155,13 @@
1515515155
]
1515615156
},
1515715157
"ticklabelrunoff": {
15158-
"description": "Shifts the tick labels by the specified number of pixels in parallel to the axis.",
15158+
"description": "Shifts the tick labels by the specified number of pixels in parallel to the axis. Positive values move the labels in the positive direction of the axis.",
1515915159
"dflt": 0,
1516015160
"editType": "ticks",
1516115161
"valType": "integer"
1516215162
},
1516315163
"ticklabelstandoff": {
15164-
"description": "Shifts the tick labels by the specified number of pixels orthogonally to the axis.",
15164+
"description": "Shifts the tick labels by the specified number of pixels orthogonally to the axis. A positive `ticklabelstandoff` will move the labels farther away from the plot area if `ticklabelposition` is \"outside\", and deeper into the plotarea if `ticklabelposition` is \"inside\".",
1516515165
"dflt": 0,
1516615166
"editType": "ticks",
1516715167
"valType": "integer"
@@ -16476,13 +16476,13 @@
1647616476
]
1647716477
},
1647816478
"ticklabelrunoff": {
16479-
"description": "Shifts the tick labels by the specified number of pixels in parallel to the axis.",
16479+
"description": "Shifts the tick labels by the specified number of pixels in parallel to the axis. Positive values move the labels in the positive direction of the axis.",
1648016480
"dflt": 0,
1648116481
"editType": "ticks",
1648216482
"valType": "integer"
1648316483
},
1648416484
"ticklabelstandoff": {
16485-
"description": "Shifts the tick labels by the specified number of pixels orthogonally to the axis.",
16485+
"description": "Shifts the tick labels by the specified number of pixels orthogonally to the axis. A positive `ticklabelstandoff` will move the labels farther away from the plot area if `ticklabelposition` is \"outside\", and deeper into the plotarea if `ticklabelposition` is \"inside\".",
1648616486
"dflt": 0,
1648716487
"editType": "ticks",
1648816488
"valType": "integer"

0 commit comments

Comments
 (0)