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
Config
Config schema wrapper.configure_arc
([align, angle, aria, ...])Refer to
RectConfig
RectConfig schema wrapper.configure_area
([align, angle, aria, ...])Refer to
AreaConfig
AreaConfig schema wrapper.configure_axis
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisBand
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisBottom
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisDiscrete
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisLeft
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisPoint
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisQuantitative
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisRight
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisTemporal
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisTop
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisX
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisXBand
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisXDiscrete
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisXPoint
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisXQuantitative
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisXTemporal
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisY
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisYBand
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisYDiscrete
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisYPoint
([aria, bandPosition, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisYQuantitative
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_axisYTemporal
([aria, ...])Refer to
AxisConfig
AxisConfig schema wrapper.configure_bar
([align, angle, aria, ...])Refer to
BarConfig
BarConfig schema wrapper.configure_boxplot
([box, extent, median, ...])Refer to
BoxPlotConfig
BoxPlotConfig schema wrapper.configure_circle
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_concat
([columns, spacing])Refer to
CompositionConfig
CompositionConfig schema wrapper.configure_errorband
([band, borders, extent, ...])Refer to
ErrorBandConfig
ErrorBandConfig schema wrapper.configure_errorbar
([extent, rule, size, ...])Refer to
ErrorBarConfig
ErrorBarConfig schema wrapper.configure_facet
([columns, spacing])Refer to
CompositionConfig
CompositionConfig schema wrapper.configure_geoshape
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_header
([format, formatType, ...])Refer to
HeaderConfig
HeaderConfig schema wrapper.configure_headerColumn
([format, formatType, ...])Refer to
HeaderConfig
HeaderConfig schema wrapper.configure_headerFacet
([format, formatType, ...])Refer to
HeaderConfig
HeaderConfig schema wrapper.configure_headerRow
([format, formatType, ...])Refer to
HeaderConfig
HeaderConfig schema wrapper.configure_image
([align, angle, aria, ...])Refer to
RectConfig
RectConfig schema wrapper.configure_legend
([aria, clipHeight, ...])Refer to
LegendConfig
LegendConfig schema wrapper.configure_line
([align, angle, aria, ...])Refer to
LineConfig
LineConfig schema wrapper.configure_mark
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_point
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_projection
([center, clipAngle, ...])Refer to
ProjectionConfig
ProjectionConfig schema wrapper.configure_range
([category, diverging, ...])Refer to
RangeConfig
RangeConfig schema wrapper.configure_rect
([align, angle, aria, ...])Refer to
RectConfig
RectConfig schema wrapper.configure_rule
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_scale
([bandPaddingInner, ...])Refer to
ScaleConfig
ScaleConfig schema wrapper.configure_selection
([interval, point])Refer to
SelectionConfig
SelectionConfig schema wrapper.configure_square
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_text
([align, angle, aria, ...])Refer to
MarkConfig
MarkConfig schema wrapper.configure_tick
([align, angle, aria, ...])Refer to
TickConfig
TickConfig schema wrapper.configure_title
([align, anchor, angle, ...])Refer to
TitleConfig
TitleConfig schema wrapper.configure_tooltipFormat
([...])Refer to
FormatConfig
FormatConfig schema wrapper.configure_trail
([align, angle, aria, ...])Refer to
LineConfig
LineConfig schema wrapper.configure_view
([clip, continuousHeight, ...])Refer to
ViewConfig
ViewConfig schema wrapper.display
([renderer, theme, actions])Display chart in Jupyter notebook or JupyterLab.
open_editor
(*[, fullscreen])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
AxisResolveMap
AxisResolveMap schema wrapper.resolve_legend
([angle, color, fill, ...])Refer to
LegendResolveMap
LegendResolveMap schema wrapper.resolve_scale
([angle, color, fill, ...])Refer to
ScaleResolveMap
ScaleResolveMap 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])Convert a chart to a URL that opens the chart specification in the Vega chart editor.
transform_aggregate
([aggregate, groupby])Add an
AggregateTransform
to the schema.transform_bin
([as_, field, bin])Add a
BinTransform
to the schema.transform_calculate
([as_, calculate])Add a
CalculateTransform
to the schema.transform_density
(density[, as_, bandwidth, ...])Add a
DensityTransform
to the spec.transform_extent
(extent, param)Add a
ExtentTransform
to the spec.transform_filter
(filter, **kwargs)Add a
FilterTransform
to the schema.transform_flatten
(flatten[, as_])Add a
FlattenTransform
to the schema.transform_fold
(fold[, as_])Add a
FoldTransform
to the spec.transform_impute
(impute, key[, frame, ...])Add an
ImputeTransform
to the schema.transform_joinaggregate
([joinaggregate, groupby])Add a
JoinAggregateTransform
to the schema.transform_loess
(on, loess[, as_, bandwidth, ...])Add a
LoessTransform
to the spec.transform_lookup
([lookup, from_, as_, default])Add a
DataLookupTransform
orSelectionLookupTransform
to the chart.transform_pivot
(pivot, value[, groupby, ...])Add a
PivotTransform
to the chart.transform_quantile
(quantile[, as_, groupby, ...])Add a
QuantileTransform
to the chart.transform_regression
(on, regression[, as_, ...])Add a
RegressionTransform
to the chart.transform_sample
([sample])Add a
SampleTransform
to the schema.transform_stack
(as_, stack, groupby[, ...])Add a
StackTransform
to the schema.transform_timeunit
([as_, field, timeUnit])Add a
TimeUnitTransform
to the schema.transform_window
([window, frame, groupby, ...])Add a
WindowTransform
to the schema.Attributes
data