Skip to content

Commit

Permalink
Some white spaces were removed in a description in the VL 5.6.1 schem…
Browse files Browse the repository at this point in the history
…a. Changes are not relevant as we upgrade to 5.7 anyway. They happened as part of resolving vega/schema vega#8
  • Loading branch information
binste committed Apr 15, 2023
1 parent 166b4f4 commit 2f84e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions altair/vegalite/v5/schema/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14318,9 +14318,9 @@ class Scale(VegaLiteSchema):
For * `continuous <https://vega.github.io/vega-lite/docs/scale.html#continuous>`__ *
scales, expands the scale domain to accommodate the specified number of pixels on
each of the scale range. The scale range must represent pixels for this parameter to
function as intended. Padding adjustment is performed prior to all other
adjustments, including the effects of the  ``zero``,  ``nice``,  ``domainMin``, and
``domainMax``  properties.
function as intended. Padding adjustment is performed prior to all other
adjustments, including the effects of the ``zero``, ``nice``, ``domainMin``, and
``domainMax`` properties.

For * `band <https://vega.github.io/vega-lite/docs/scale.html#band>`__ * scales,
shortcut for setting ``paddingInner`` and ``paddingOuter`` to the same value.
Expand Down
4 changes: 2 additions & 2 deletions altair/vegalite/v5/schema/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21215,7 +21215,7 @@
"$ref": "#/definitions/ExprRef"
}
],
"description": "For _[continuous](https://vega.github.io/vega-lite/docs/scale.html#continuous)_ scales, expands the scale domain to accommodate the specified number of pixels on each of the scale range. The scale range must represent pixels for this parameter to function as intended. Padding adjustment is performed prior to all other adjustments, including the effects of the `zero`, `nice`, `domainMin`, and `domainMax` properties.\n\nFor _[band](https://vega.github.io/vega-lite/docs/scale.html#band)_ scales, shortcut for setting `paddingInner` and `paddingOuter` to the same value.\n\nFor _[point](https://vega.github.io/vega-lite/docs/scale.html#point)_ scales, alias for `paddingOuter`.\n\n__Default value:__ For _continuous_ scales, derived from the [scale config](https://vega.github.io/vega-lite/docs/scale.html#config)'s `continuousPadding`. For _band and point_ scales, see `paddingInner` and `paddingOuter`. By default, Vega-Lite sets padding such that _width/height = number of unique values * step_.",
"description": "For _[continuous](https://vega.github.io/vega-lite/docs/scale.html#continuous)_ scales, expands the scale domain to accommodate the specified number of pixels on each of the scale range. The scale range must represent pixels for this parameter to function as intended. Padding adjustment is performed prior to all other adjustments, including the effects of the `zero`, `nice`, `domainMin`, and `domainMax` properties.\n\nFor _[band](https://vega.github.io/vega-lite/docs/scale.html#band)_ scales, shortcut for setting `paddingInner` and `paddingOuter` to the same value.\n\nFor _[point](https://vega.github.io/vega-lite/docs/scale.html#point)_ scales, alias for `paddingOuter`.\n\n__Default value:__ For _continuous_ scales, derived from the [scale config](https://vega.github.io/vega-lite/docs/scale.html#config)'s `continuousPadding`. For _band and point_ scales, see `paddingInner` and `paddingOuter`. By default, Vega-Lite sets padding such that _width/height = number of unique values * step_.",
"minimum": 0
},
"paddingInner": {
Expand Down Expand Up @@ -30953,4 +30953,4 @@
"type": "object"
}
}
}
}

0 comments on commit 2f84e7f

Please sign in to comment.