altair.HConcatSpecGenericSpec#
- class altair.HConcatSpecGenericSpec(hconcat=Undefined, bounds=Undefined, center=Undefined, data=Undefined, description=Undefined, name=Undefined, resolve=Undefined, spacing=Undefined, title=Undefined, transform=Undefined, **kwds)#
HConcatSpecGenericSpec schema wrapper
Mapping(required=[hconcat]) Base interface for a horizontal concatenation specification.
- Attributes
- hconcatList(
Spec) A list of views to be concatenated and put into a row.
- boundsenum(‘full’, ‘flush’)
The bounds calculation method to use for determining the extent of a sub-plot. One of
full(the default) orflush.If set to
full, the entire calculated bounds (including axes, title, and legend) will be used.If set to
flush, only the specified width and height values for the sub-view will be used. Theflushsetting can be useful when attempting to place sub-plots without axes or legends into a uniform grid structure.
Default value:
"full"- centerboolean
Boolean flag indicating if subviews should be centered relative to their respective rows or columns.
Default value:
false- dataanyOf(
Data, None) An object describing the data source. Set to
nullto ignore the parent’s data source. If no data is set, it is derived from the parent.- descriptionstring
Description of this mark for commenting purpose.
- namestring
Name of the visualization for later reference.
- resolve
Resolve Scale, axis, and legend resolutions for view composition specifications.
- spacingfloat
The spacing in pixels between sub-views of the concat operator.
Default value :
10- titleanyOf(
Text,TitleParams) Title for the plot.
- transformList(
Transform) An array of data transformations such as filter and new field calculation.
- hconcatList(
- __init__(hconcat=Undefined, bounds=Undefined, center=Undefined, data=Undefined, description=Undefined, name=Undefined, resolve=Undefined, spacing=Undefined, title=Undefined, transform=Undefined, **kwds)#
Methods
__init__([hconcat, bounds, center, data, ...])copy([deep, ignore])Return a copy of the object
from_dict(dct[, validate, _wrapper_classes])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, ignore, context, indent, ...])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