Skip to content

Commit

Permalink
Updated demo notebooks with the corrected name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Dec 19, 2017
1 parent b3a1234 commit bfa91a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gallery/demos/matplotlib/trisurf3d_demo.ipynb
Expand Up @@ -62,7 +62,7 @@
"# Compute z to make the pringle surface.\n",
"z = np.sin(-x*y)\n",
"\n",
"trisurface = hv.Trisurface((x, y, z))"
"trisurface = hv.TriSurface((x, y, z))"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/demos/plotly/trisurf3d_demo.ipynb
Expand Up @@ -63,7 +63,7 @@
"# Compute z to make the pringle surface.\n",
"z = np.sin(-x*y)\n",
"\n",
"trisurface = hv.Trisurface((x, y, z))"
"trisurface = hv.TriSurface((x, y, z))"
]
},
{
Expand Down

0 comments on commit bfa91a6

Please sign in to comment.