altair.RadialGradient#
- class altair.RadialGradient(gradient=Undefined, stops=Undefined, id=Undefined, r1=Undefined, r2=Undefined, x1=Undefined, x2=Undefined, y1=Undefined, y2=Undefined, **kwds)#
RadialGradient schema wrapper.
- Parameters:
- gradientLiteral[‘radial’]
The type of gradient. Use
"radial"
for a radial gradient.- stopsSequence[dict,
GradientStop
] An array of gradient stops defining the gradient color sequence.
- idstr
- r1float
The radius length, in normalized [0, 1] coordinates, of the inner circle for the gradient.
Default value:
0
- r2float
The radius length, in normalized [0, 1] coordinates, of the outer circle for the gradient.
Default value:
0.5
- x1float
The x-coordinate, in normalized [0, 1] coordinates, for the center of the inner circle for the gradient.
Default value:
0.5
- x2float
The x-coordinate, in normalized [0, 1] coordinates, for the center of the outer circle for the gradient.
Default value:
0.5
- y1float
The y-coordinate, in normalized [0, 1] coordinates, for the center of the inner circle for the gradient.
Default value:
0.5
- y2float
The y-coordinate, in normalized [0, 1] coordinates, for the center of the outer circle for the gradient.
Default value:
0.5
- __init__(gradient=Undefined, stops=Undefined, id=Undefined, r1=Undefined, r2=Undefined, x1=Undefined, x2=Undefined, y1=Undefined, y2=Undefined, **kwds)#
Methods
__init__
([gradient, stops, id, r1, r2, x1, ...])copy
([deep, ignore])Return a copy of the object.
from_dict
(dct[, validate])Construct class from a dictionary representation.
from_json
(json_string[, validate])Instantiate the object from a valid JSON string.
resolve_references
([schema])Resolve references in the context of this object's schema or root schema.
to_dict
([validate, ignore, context])Return a dictionary representation of the object.
to_json
([validate, indent, sort_keys, ...])Emit the JSON representation for this object as a string.
validate
(instance[, schema])Validate the instance against the class schema in the context of the rootschema.
validate_property
(name, value[, schema])Validate a property against property schema in the context of the rootschema.