Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Fixed Vega link in README #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Concept
-------
The data capabilities of Python. The visualization capabilities of JavaScript.

Vincent takes Python data structures and translates them into [Vega](https://github.com/trifacta/vega) visualization grammar. It allows for quick iteration of visualization designs via getters and setters on grammar elements, and outputs the final visualization to JSON.
Vincent takes Python data structures and translates them into [Vega](https://github.com/vega/vega) visualization grammar. It allows for quick iteration of visualization designs via getters and setters on grammar elements, and outputs the final visualization to JSON.

Perhaps most importantly, Vincent groks Pandas DataFrames and Series in an intuitive way.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ JavaScript.

Vincent takes Python data structures (tuples, lists, dicts, and Pandas
DataFrames) and translates them into
`Vega <https://github.com/trifacta/vega>`__ visualization grammar. It
`Vega <https://github.com/vega/vega>`__ visualization grammar. It
allows for quick iteration of visualization designs via simple addition
and subtraction of grammar elements, and outputs the final visualization
to JSON.
Expand Down