Skip to content

Commit

Permalink
Updates to tutorial notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 18, 2017
1 parent b4c0f13 commit 011d119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Tutorials/Bokeh_Elements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
},
"outputs": [],
"source": [
"%%opts Points [color_index=2 size_index=3 scaling_factor=50] (cmap='jet')\n",
"%%opts Points [color_index=2 size_index=3 scaling_factor=50]\n",
"np.random.seed(10)\n",
"data = np.random.rand(100,4)\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions doc/Tutorials/Elements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,8 @@
},
"outputs": [],
"source": [
"%%opts VectorField.A [color_dim='angle'] VectorField.M [color_dim='magnitude']\n",
"hv.VectorField(vector_data, group='A')"
"%%opts VectorField.A [color_index=2] VectorField.M [color_index=3]\n",
"hv.VectorField(vector_data, group='A') + hv.VectorField(vector_data, group='M')"
]
},
{
Expand Down

0 comments on commit 011d119

Please sign in to comment.