altair.LinearGradient#
- class altair.LinearGradient(gradient=Undefined, stops=Undefined, id=Undefined, x1=Undefined, x2=Undefined, y1=Undefined, y2=Undefined, **kwds)#
线性渐变模式包装。
- Parameters:
- gradientLiteral[‘linear’]
渐变的类型。使用
"linear"来表示线性渐变。- stopsSequence[dict,
GradientStop] 定义渐变颜色序列的渐变停止点数组。
- idstr
- x1float
线性渐变的起始 x 坐标,使用标准化的 [0, 1] 坐标。
默认值:
0- x2float
线性渐变的结束x坐标,采用规范化的[0, 1]坐标。
默认值:
1- y1float
线性渐变的起始y坐标,采用标准化的 [0, 1] 坐标。
默认值:
0- y2float
线性渐变的结束 y 坐标,采用归一化的 [0, 1] 坐标。
默认值:
0
- __init__(gradient=Undefined, stops=Undefined, id=Undefined, x1=Undefined, x2=Undefined, y1=Undefined, y2=Undefined, **kwds)#
方法
__init__([渐变, 停顿, id, x1, x2, y1, y2])copy([深度, 忽略])返回对象的副本。
from_dict(dct[, validate])从字典表示构造类。
from_json(json_string[, validate])从有效的 JSON 字符串实例化对象。
resolve_references([schema])解析此对象的架构或根架构中的引用。
to_dict([validate, ignore, context])返回对象的字典表示。
to_json([validate, indent, sort_keys, ...])以字符串形式输出该对象的 JSON 表示。
validate(instance[, schema])在rootschema的上下文中验证实例是否符合类模式。
validate_property(name, value[, schema])在根架构的上下文中,根据属性架构验证一个属性。