Skip to content

Commit

Permalink
Fixed outdated use of 'value' in the introductory tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Feb 23, 2015
1 parent 15f9971 commit f56fc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Tutorials/Introduction.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:aa10275ef2c2c38e957a9e2fd75d3627b00f488c1d6ad9b9486068e4a637a636"
"signature": "sha256:431f41be470bf18b988e85d763c53e35532a1c48c4686ccaf0d025b0a631ef10"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -358,7 +358,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You may wonder what the \"``.Image``\" is doing in the middle of the indexing above. This is the ***value*** which, even though we haven't set it directly, is as important a concept as the label. The value isn't the actual data (which is accessible as ``.data``), but a string description of the category or the semantic type of the data. I.e., the value is what kind of thing this data is, and the label is your name for this particular piece of data.\n",
"You may wonder what the \"``.Image``\" is doing in the middle of the indexing above. This is the ***group*** name which, even though we haven't set it directly, is as important a concept as the label. The group is a string description of the category or the semantic type of the data. I.e., the value is what kind of thing this data is, and the label is your name for this particular piece of data.\n",
"\n",
"By default, the value is the same as the name of the HoloViews element type, in this case ``Image``:"
]
Expand All @@ -367,7 +367,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"channels.Image.Blue.value"
"channels.Image.Blue.group"
],
"language": "python",
"metadata": {},
Expand Down

0 comments on commit f56fc1a

Please sign in to comment.