Skip to content

Commit

Permalink
Merge pull request #1303 from iaindillingham/master
Browse files Browse the repository at this point in the history
DOC: correct spelling errors
  • Loading branch information
jakevdp authored Jan 20, 2019
2 parents 3d4c987 + d5fbd55 commit 69cb10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/interactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ One of the unique features of Altair, inherited from Vega-Lite, is a
declarative grammar of not just visualization, but *interaction*. There are three
core concepts of this grammar:

- the :func:`selection` object which captures interactions from the mouse or through other inputs to effect the chart. Inputs can either be events like moust clicks or drags. Inputs can also be elemnts like a drop-down, radio button or slider. Selections can be used alone but if you want to have change any element of your chart you will need to connect them to a *condition*.
- the :func:`selection` object which captures interactions from the mouse or through other inputs to effect the chart. Inputs can either be events like mouse clicks or drags. Inputs can also be elements like a drop-down, radio button or slider. Selections can be used alone but if you want to change any element of your chart you will need to connect them to a *condition*.
- the :func:`condition` function takes the selection input and changes an element of the chart based on that input.
- the ``bind`` property of a selection which establishes a two-way binding between the selection and an input element of your chart.

Expand Down

0 comments on commit 69cb10f

Please sign in to comment.