Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkel committed Jun 4, 2015
1 parent 18a1167 commit f88321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This python module generates javascript that interacts with the [Dygraphs](http:
Currently the *PyDyGraphs* module depends on [Pandas](http://pandas.pydata.org/) to generate a JSON representation of the data for plotting. This required dependancy may be removed with future work. [Pandas](http://pandas.pydata.org/) can be installed via [pip](https://pypi.python.org/pypi/pip).

## Example
Run the included example:examples/PyDyGraphTester.ipynb, or paste this code in an [Ipython Notebook](http://ipython.org/notebook.html) will generate an interactive timeseries plot:
Run the included example:examples/PyDyGraphTester.ipynb, or paste this code into an [Ipython Notebook](http://ipython.org/notebook.html) to generate an interactive timeseries plot:

# Import pydygraphs and numpy
import pydygraphs
Expand Down

0 comments on commit f88321c

Please sign in to comment.