File: index.rst

package info (click to toggle)
python-altair 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,952 kB
  • sloc: python: 25,649; sh: 14; makefile: 5
file content (69 lines) | stat: -rw-r--r-- 2,471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
:html_theme.sidebar_secondary.remove:

Vega-Altair: Declarative Visualization in Python
================================================
.. role:: raw-html(raw)
   :format: html

.. altair-minigallery::
   :names: one_dot_per_zipcode, horizon_graph, world_projections, candlestick_chart, falkensee, errorbars_with_ci, scatter_linked_brush, line_with_ci, natural_disasters, bar_rounded, streamgraph, multiline_tooltip, choropleth, select_detail, interactive_cross_highlight, seattle_weather_interactive, london_tube, ridgeline_plot, violin_plot, strip_plot, table_bubble_plot_github, radial_chart, boxplot, mosaic_with_labels
   :size: 24


.. rst-class:: lead

   **Vega-Altair** is a declarative visualization library for Python. Its simple, friendly and consistent API, built on top of the powerful Vega-Lite_ grammar, empowers you to spend less time writing code and more time exploring your data.


.. grid:: 1 1 2 2
   :padding: 0 2 3 5
   :gutter: 2 2 3 3
   :class-container: startpage-grid

   .. grid-item-card:: Getting Started
      :link: overview
      :link-type: ref
      :link-alt: Getting started

      In the Getting Started section you can find installation instructions and a high-level overview of the main concepts.

   .. grid-item-card:: User Guide
      :link: user-guide-data
      :link-type: ref
      :link-alt: User guide

      Check out the User Guides for in-depth information on the key concepts of Vega-Altair.

   .. grid-item-card:: Examples
      :link: example-gallery
      :link-type: ref
      :link-alt: Examples

      The Examples gallery contains a selection of different visualizations which you can create with Vega-Altair.

   .. grid-item-card:: API
      :link: api
      :link-type: ref
      :link-alt: api

      The API reference guide contains detailed information on all of Vega-Altair's methods and classes.


*The Vega-Altair open-source project is not affiliated with Altair Engineering, Inc.*

.. toctree::
   :maxdepth: 1
   :hidden:

   Getting Started <getting_started/overview>
   User Guide <user_guide/data>
   Examples <gallery/index>
   API <user_guide/api>
   user_guide/ecosystem
   releases/changes

.. _GitHub: http://github.com/altair-viz/altair
.. _Git Issues: http://github.com/altair-viz/altair/issues
.. _Vega-Lite: http://vega.github.io/vega-lite
.. _bugs and feature requests: https://github.com/altair-viz/altair/issues/new/choose
.. _StackOverflow: https://stackoverflow.com/tags/altair