Skip to content

Commit

Permalink
Updated Exploring_Data tutorial to use value_format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Dec 1, 2015
1 parent 88663ff commit b870948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Tutorials/Exploring_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
"outputs": [],
"source": [
"date_dim = hv.Dimension(\"Date\", formatter=md.DateFormatter('%h %d %Y %H:%M UTC'), type=float)\n",
"date_dim = hv.Dimension(\"Date\", value_format=md.DateFormatter('%h %d %Y %H:%M UTC'), type=float)\n",
"kdims = ['Frame', date_dim]"
]
},
Expand Down

0 comments on commit b870948

Please sign in to comment.