-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy path2018-altair.html
38 lines (37 loc) · 1.06 KB
/
2018-altair.html
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
---
layout: publication
authors:
- Jacob VanderPlas
- Brian E. Granger
- Jeffrey Heer
- Dominik Moritz
- Kanit Wongsuphasawat
- Arvind Satyanarayan
- Eitan Lees
- Ilia Timofeev
- Ben Welsh
- Scott Sievert
doi: 10.21105/joss.01057
link: https://github.com/altair-viz/altair
pdf: https://www.theoj.org/joss-papers/joss.01057/10.21105.joss.01057.pdf
short_doi: cxrt
tags:
- Visualization
- Data Science
- Tool
- Vega-Lite
title: "Altair: Interactive Statistical Visualizations for Python"
type:
- Journal
venue: The Journal of Open Source Software
venue_tags:
- JOSS
venue_url: https://joss.theoj.org/
year: 2018
---
Altair is a declarative statistical visualization library for Python.
Statistical visualization is a constrained subset of data visualization focused
on the creation of visualizations that are helpful in statistical modeling. The
constrained model of statistical visualization is usually expressed in terms of
a visualization grammar that specifies how input data is transformed and mapped
to visual properties (position, color, size, etc.).