Skip to content

Commit

Permalink
Update vega.py
Browse files Browse the repository at this point in the history
Update description of vega.py
  • Loading branch information
wrobstory committed Apr 15, 2013
1 parent a703c5f commit 3b16501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions d3py/vega.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'''
Vincent
Vega/Vincent
-------
A Python to Vega translator. Python data structures go in, Vega grammar
comes out.
The d3py port of the Vincent project:
https://github.com/wrobstory/vincent
'''

Expand Down Expand Up @@ -242,7 +242,7 @@ def tabular_data(self, data, name="table", columns=None, use_index=False,
use_index: boolean, default False
Use the DataFrame index for your x-values
append: boolean, default False
Append new data to data already in vincent object
Append new data to data already in object
Examples:
---------
Expand Down

0 comments on commit 3b16501

Please sign in to comment.