Skip to content

Commit

Permalink
doc build for commit 217d23f14b1150b064caa67abd851433110b5358
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Aug 27, 2024
1 parent 62be3ba commit c69d1a2
Show file tree
Hide file tree
Showing 958 changed files with 4,126 additions and 4,011 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 56bd5ddc37135c9ead960d45913e4da3
config: eec1408549b932a335065c2a658e28b4
tags: 645f666f9bcd5a90fca523b33c5a78b7
10 changes: 3 additions & 7 deletions _sources/gallery/cumulative_count_chart.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ Adapted from https://vega.github.io/vega-lite/examples/area_cumulative_freq.html
sort=[{"field": "IMDB_Rating"}],
).mark_area().encode(
x="IMDB_Rating:Q",
y="cumulative_count:Q"
y=alt.Y("cumulative_count:Q", stack=False)
)
# No channel encoding options are specified in this chart
# so the code is the same as for the method-based syntax.


.. tab-set::
Expand All @@ -55,7 +53,7 @@ Adapted from https://vega.github.io/vega-lite/examples/area_cumulative_freq.html
sort=[{"field": "IMDB_Rating"}],
).mark_area().encode(
x="IMDB_Rating:Q",
y="cumulative_count:Q"
y=alt.Y("cumulative_count:Q").stack(False)
)
Expand All @@ -76,7 +74,5 @@ Adapted from https://vega.github.io/vega-lite/examples/area_cumulative_freq.html
sort=[{"field": "IMDB_Rating"}],
).mark_area().encode(
x="IMDB_Rating:Q",
y="cumulative_count:Q"
y=alt.Y("cumulative_count:Q", stack=False)
)
# No channel encoding options are specified in this chart
# so the code is the same as for the method-based syntax.
31 changes: 29 additions & 2 deletions _sources/user_guide/customization.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,17 @@ The subtitle can run to two lines by passing a list where each list item is a li
color="source:N"
)

The ``Title`` object can also configure a number of other attributes, e.g., the position of the title and subtitle (see see :ref:`user-guide-customization` for details).
The ``Title`` object can also configure a number of other attributes,
e.g., to ``anchor`` it to the ``'start'`` (left) of the chart,
and to ``orient`` it at the ``'bottom'`` of the chart (see :ref:`user-guide-configuration` for more options).

.. altair-plot::

alt.Chart(
iowa,
title=alt.Title(
"Iowa's green energy boom",
subtitle=["A growing share of the state's energy", "has come from renewable sources"],
subtitle="A growing share of the state's energy has come from renewable sources",
anchor='start',
orient='bottom',
offset=20
Expand All @@ -199,6 +201,31 @@ The ``Title`` object can also configure a number of other attributes, e.g., the
color="source:N"
)

In the chart above,
you can see that the title is positioned all the way to the left,
so that it lines up with the label on the y-axis.
You can align the title to the axis line instead
by setting the reference ``frame`` for the anchor position
to be relative to the ``'group'`` (i.e. the data portion of the chart, excluding labels and titles).


.. altair-plot::

alt.Chart(
iowa,
title=alt.Title(
"Iowa's green energy boom",
subtitle=["A growing share of the state's energy has come from", "renewable sources"],
anchor='start',
frame='group',
orient='bottom',
offset=20
)
).mark_area().encode(
x="year:T",
y=alt.Y("net_generation:Q").stack("normalize"),
color="source:N"
)

Adjusting Axis Limits
---------------------
Expand Down
2 changes: 1 addition & 1 deletion _static/_image_hashes.json

Large diffs are not rendered by default.

Binary file modified _static/area_chart_gradient-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/area_chart_gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/area_faceted-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/area_faceted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/bar_chart_with_negatives-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/bar_chart_with_negatives.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/co2_concentration-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/co2_concentration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/cumulative_count_chart-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/cumulative_count_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '5.4.0',
VERSION: '5.5.0dev',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Binary file modified _static/errorbars_with_ci-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/errorbars_with_ci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/falkensee-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/falkensee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/grouped_bar_chart_with_error_bars-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/grouped_bar_chart_with_error_bars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interactive_column_selection-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interactive_column_selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interactive_legend-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interactive_legend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interval_selection-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/interval_selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _static/isotype_emoji-thumb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _static/isotype_emoji.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/layer_line_color_rule-thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/layer_line_color_rule.png
Binary file modified _static/layered_chart_with_dual_axis-thumb.png
Binary file modified _static/layered_chart_with_dual_axis.png
Binary file modified _static/line_chart_with_arrows-thumb.png
Binary file modified _static/line_chart_with_arrows.png
Binary file modified _static/line_chart_with_custom_legend-thumb.png
Binary file modified _static/line_chart_with_custom_legend.png
Binary file modified _static/line_chart_with_datum-thumb.png
Binary file modified _static/line_chart_with_datum.png
Binary file modified _static/line_chart_with_interpolation-thumb.png
Binary file modified _static/line_chart_with_interpolation.png
Binary file modified _static/line_chart_with_points-thumb.png
Binary file modified _static/line_chart_with_points.png
Binary file modified _static/line_chart_with_points_stroked-thumb.png
Binary file modified _static/line_chart_with_points_stroked.png
Binary file modified _static/line_with_ci-thumb.png
Binary file modified _static/line_with_ci.png
Binary file modified _static/line_with_last_value_labeled-thumb.png
Binary file modified _static/line_with_last_value_labeled.png
Binary file modified _static/multi_series_line-thumb.png
Binary file modified _static/multi_series_line.png
Binary file modified _static/multiline_highlight-thumb.png
Binary file modified _static/multiline_highlight.png
Binary file modified _static/natural_disasters-thumb.png
Binary file modified _static/natural_disasters.png
Binary file modified _static/scatter_with_layered_histogram-thumb.png
Binary file modified _static/scatter_with_layered_histogram.png
Binary file modified _static/scatter_with_minimap-thumb.png
Binary file modified _static/scatter_with_minimap.png
Binary file modified _static/scatter_with_rolling_mean-thumb.png
Binary file modified _static/scatter_with_rolling_mean.png
Binary file modified _static/seattle_weather_interactive-thumb.png
Binary file modified _static/seattle_weather_interactive.png
Binary file modified _static/select_mark_area-thumb.png
Binary file modified _static/select_mark_area.png
Binary file modified _static/sorted_error_bars_with_ci-thumb.png
Binary file modified _static/sorted_error_bars_with_ci.png
Binary file modified _static/streamgraph-thumb.png
Binary file modified _static/streamgraph.png
Binary file modified _static/strip_plot_jitter-thumb.png
Binary file modified _static/strip_plot_jitter.png
Binary file modified _static/us_employment-thumb.png
Binary file modified _static/us_employment.png
8 changes: 4 additions & 4 deletions about/citing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Citing &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Citing &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions about/code_of_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Code of Conduct &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Code of Conduct &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions about/governance.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Governance &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Governance &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions about/roadmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Roadmap &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Roadmap &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions about/versioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Versioning &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Versioning &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -136,8 +136,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions case_studies/exploring-weather.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Exploring Seattle Weather &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Exploring Seattle Weather &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
8 changes: 4 additions & 4 deletions case_studies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Tutorials &#8212; Vega-Altair 5.4.0 documentation</title>
<title>Tutorials &#8212; Vega-Altair 5.5.0dev documentation</title>



Expand Down Expand Up @@ -41,7 +41,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=d250e987"></script>
<script src="../_static/documentation_options.js?v=d2f74b0e"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -137,8 +137,8 @@



<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.4.0 documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.4.0 documentation - Home"/>`);</script>
<img src="../_static/altair-logo-light.png" class="logo__image only-light" alt="Vega-Altair 5.5.0dev documentation - Home"/>
<script>document.write(`<img src="../_static/altair-logo-light.png" class="logo__image only-dark" alt="Vega-Altair 5.5.0dev documentation - Home"/>`);</script>


</a></div>
Expand Down
Loading

0 comments on commit c69d1a2

Please sign in to comment.