altair.Resolve#
- class altair.Resolve(axis=Undefined, legend=Undefined, scale=Undefined, **kwds)#
Resolve schema wrapper.
Defines how scales, axes, and legends from different specs should be combined. Resolve is a mapping from
scale
,axis
, andlegend
to a mapping from channels to resolutions. Scales and guides can be resolved to be"independent"
or"shared"
.- Parameters:
- axisdict,
AxisResolveMap
- legenddict,
LegendResolveMap
- scaledict,
ScaleResolveMap
- axisdict,
- __init__(axis=Undefined, legend=Undefined, scale=Undefined, **kwds)#
Methods
__init__
([axis, legend, scale])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.