altair.TopLevelMixin#
- class altair.TopLevelMixin#
Mixin for top-level chart objects such as Chart, LayeredChart, etc.
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)configure([arc, area, aria, autosize, axis, ...])Refer to
ConfigConfig schema wrapper.configure_arc([align, angle, aria, ...])Refer to
RectConfigRectConfig schema wrapper.configure_area([align, angle, aria, ...])Refer to
AreaConfigAreaConfig schema wrapper.configure_axis([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisBand([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisBottom([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisDiscrete([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisLeft([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisPoint([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisQuantitative([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisRight([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisTemporal([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisTop([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisX([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisXBand([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisXDiscrete([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisXPoint([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisXQuantitative([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisXTemporal([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisY([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisYBand([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisYDiscrete([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisYPoint([aria, bandPosition, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisYQuantitative([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_axisYTemporal([aria, ...])Refer to
AxisConfigAxisConfig schema wrapper.configure_bar([align, angle, aria, ...])Refer to
BarConfigBarConfig schema wrapper.configure_boxplot([box, extent, median, ...])Refer to
BoxPlotConfigBoxPlotConfig schema wrapper.configure_circle([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_concat([columns, spacing])Refer to
CompositionConfigCompositionConfig schema wrapper.configure_errorband([band, borders, extent, ...])Refer to
ErrorBandConfigErrorBandConfig schema wrapper.configure_errorbar([extent, rule, size, ...])Refer to
ErrorBarConfigErrorBarConfig schema wrapper.configure_facet([columns, spacing])Refer to
CompositionConfigCompositionConfig schema wrapper.configure_geoshape([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_header([format, formatType, ...])Refer to
HeaderConfigHeaderConfig schema wrapper.configure_headerColumn([format, formatType, ...])Refer to
HeaderConfigHeaderConfig schema wrapper.configure_headerFacet([format, formatType, ...])Refer to
HeaderConfigHeaderConfig schema wrapper.configure_headerRow([format, formatType, ...])Refer to
HeaderConfigHeaderConfig schema wrapper.configure_image([align, angle, aria, ...])Refer to
RectConfigRectConfig schema wrapper.configure_legend([aria, clipHeight, ...])Refer to
LegendConfigLegendConfig schema wrapper.configure_line([align, angle, aria, ...])Refer to
LineConfigLineConfig schema wrapper.configure_mark([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_point([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_projection([center, clipAngle, ...])Refer to
ProjectionConfigProjectionConfig schema wrapper.configure_range([category, diverging, ...])Refer to
RangeConfigRangeConfig schema wrapper.configure_rect([align, angle, aria, ...])Refer to
RectConfigRectConfig schema wrapper.configure_rule([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_scale([animationDuration, ...])Refer to
ScaleConfigScaleConfig schema wrapper.configure_selection([interval, point])Refer to
SelectionConfigSelectionConfig schema wrapper.configure_square([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_text([align, angle, aria, ...])Refer to
MarkConfigMarkConfig schema wrapper.configure_tick([align, angle, aria, ...])Refer to
TickConfigTickConfig schema wrapper.configure_title([align, anchor, angle, ...])Refer to
TitleConfigTitleConfig schema wrapper.configure_tooltipFormat([...])Refer to
FormatConfigFormatConfig schema wrapper.configure_trail([align, angle, aria, ...])Refer to
LineConfigLineConfig schema wrapper.configure_view([clip, continuousHeight, ...])Refer to
ViewConfigViewConfig schema wrapper.display([renderer, theme, actions])Display chart in Jupyter notebook or JupyterLab.
open_editor(*[, fullscreen, validate])Opens the chart specification in the Vega chart editor using the default browser.
project([type, center, clipAngle, ...])Add a geographic projection to the chart.
properties(**kwargs)Set top-level properties of the Chart.
repeat([repeat, row, column, layer, columns])Return a RepeatChart built from the chart.
resolve_axis([x, y])Refer to
AxisResolveMapAxisResolveMap schema wrapper.resolve_legend([angle, color, fill, ...])Refer to
LegendResolveMapLegendResolveMap schema wrapper.resolve_scale([angle, color, fill, ...])Refer to
ScaleResolveMapScaleResolveMap schema wrapper.save(fp[, format, ...])Save a chart to file in a variety of formats.
serve([ip, port, n_retries, files, ...])'serve' is deprecated.
show()Display the chart using the active renderer.
to_dict([validate, format, ignore, context])Convert the chart to a dictionary suitable for JSON export.
to_html([base_url, output_div, ...])Embed a Vega/Vega-Lite spec into an HTML page.
to_json([validate, indent, sort_keys, ...])Convert a chart to a JSON string.
to_url(*[, fullscreen, validate])Convert a chart to a URL that opens the chart specification in the Vega chart editor.
transform_aggregate([aggregate, groupby])Add an
AggregateTransformto the schema.transform_bin([as_, field, bin])Add a
BinTransformto the schema.transform_calculate([as_, calculate])Add a
CalculateTransformto the schema.transform_density(density[, as_, bandwidth, ...])Add a
DensityTransformto the spec.transform_extent(extent, param)Add a
ExtentTransformto the spec.transform_filter([predicate, empty])Add a
FilterTransformto the spec.transform_flatten(flatten[, as_])Add a
FlattenTransformto the schema.transform_fold(fold[, as_])Add a
FoldTransformto the spec.transform_impute(impute, key[, frame, ...])Add an
ImputeTransformto the schema.transform_joinaggregate([joinaggregate, groupby])Add a
JoinAggregateTransformto the schema.transform_loess(on, loess[, as_, bandwidth, ...])Add a
LoessTransformto the spec.transform_lookup([lookup, from_, as_, default])Add a
DataLookupTransformorSelectionLookupTransformto the chart.transform_pivot(pivot, value[, groupby, ...])Add a
PivotTransformto the chart.transform_quantile(quantile[, as_, groupby, ...])Add a
QuantileTransformto the chart.transform_regression(on, regression[, as_, ...])Add a
RegressionTransformto the chart.transform_sample([sample])Add a
SampleTransformto the schema.transform_stack(as_, stack, groupby[, ...])Add a
StackTransformto the schema.transform_timeunit([as_, field, timeUnit])Add a
TimeUnitTransformto the schema.transform_window([window, frame, groupby, ...])Add a
WindowTransformto the schema.Attributes
data