Skip to content

Commit

Permalink
Removed duplicated output in Custom Interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Dec 24, 2018
1 parent 921d908 commit 27e55ab
Showing 1 changed file with 0 additions and 92 deletions.
92 changes: 0 additions & 92 deletions examples/user_guide/13-Custom_Interactivity.ipynb
Expand Up @@ -88,15 +88,6 @@
"print(pointer.source)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"None\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -113,15 +104,6 @@
"print('The %s stream has contents %r' % (pointer, pointer.contents))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"The PointerXY(x=None,y=None) stream has contents {'y': None, 'x': None}\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -146,15 +128,6 @@
"print(pointer.source is pointer_dmap)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"True\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -171,13 +144,6 @@
"pointer_dmap.opts(size=10)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/point_hover.gif\" width=300></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -194,15 +160,6 @@
"pointer.contents"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"{'x': 0.40575409375411886, 'y': 0.6441381051588625}\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -241,13 +198,6 @@
" opts.VLine(color='red'))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/area_hover.gif\" width=300></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -295,13 +245,6 @@
"img + pointer_dmap.opts(size=10)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/raster_hover.gif\" width=600></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -323,13 +266,6 @@
"(x_sample + y_sample).opts(opts.Curve(framewise=True))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/cross_section_hover.gif\" width=600></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -379,13 +315,6 @@
"cross_dmap + cross_dmap.clone(link_inputs=False)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/unlink.gif\" width=600></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -467,13 +396,6 @@
"taps_dmap.opts(color='Taps', cmap={1: 'red', 2: 'gray'}, size=10, tools=['hover'])"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<center><img src=\"https://assets.holoviews.org/gifs/guides/user_guide/Custom_Interactivity/tap_record.gif\" width=300></center>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -489,20 +411,6 @@
"source": [
"taps"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"[(0.4395821339578692, 0.6807756323806448, 1),\n",
" (0.3583948374688684, 0.6073731430597871, 2),\n",
" (0.7327584823903722, 0.48095774478497655, 1),\n",
" (0.20053064985136673, 0.17103612320802172, 1),\n",
" (0.8590498324843735, 0.7337885413345976, 1),\n",
" (0.3358428106663682, 0.358620262583547, 2)]\n",
"```"
]
}
],
"metadata": {
Expand Down

0 comments on commit 27e55ab

Please sign in to comment.