Skip to content

Commit

Permalink
Merge pull request #518 from Kitware/python-typo
Browse files Browse the repository at this point in the history
Fix typo in Python example
  • Loading branch information
jeffbaumes committed Sep 6, 2017
2 parents a1038bd + dc49678 commit 70a402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ followed by Shift-Enter to execute the cell and display the visualization: ::

import pycandela
pycandela.components.ScatterPlot(
data=df, color='species', x='sepalLength', y='sepalWidth')
data=data, color='species', x='sepalLength', y='sepalWidth')


R - using ``install_github`` or Git checkout
Expand Down

0 comments on commit 70a402e

Please sign in to comment.