From e2bf50d2292c4301c6344b18353b39b44e6171cb Mon Sep 17 00:00:00 2001 From: chzhang Date: Tue, 17 Jan 2023 23:32:20 +0800 Subject: interactive 3d plot --- .../tutorials/02_interactive_3d_plot.ipynb | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'vis/animation/tutorials') diff --git a/vis/animation/tutorials/02_interactive_3d_plot.ipynb b/vis/animation/tutorials/02_interactive_3d_plot.ipynb index 4a07513..2730d51 100644 --- a/vis/animation/tutorials/02_interactive_3d_plot.ipynb +++ b/vis/animation/tutorials/02_interactive_3d_plot.ipynb @@ -3,7 +3,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "59f94a05", + "id": "74df4b13", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:13:13.742845Z", @@ -19,7 +19,7 @@ }, { "cell_type": "markdown", - "id": "2a47f033", + "id": "2b4ae3b4", "metadata": {}, "source": [ "$$\n", @@ -32,7 +32,7 @@ }, { "cell_type": "markdown", - "id": "8f1d268b", + "id": "49b7caf3", "metadata": {}, "source": [ "- $z=f(x,y)$ 是三维空间的一个面(surface)\n", @@ -50,7 +50,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "b8f4b631", + "id": "9c47c1af", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:13:15.018448Z", @@ -64,7 +64,7 @@ }, { "cell_type": "markdown", - "id": "a8b6a015", + "id": "92a13798", "metadata": {}, "source": [ "## $f(x,y)=\\exp\\left(-(x^2+y^2)\\right)$" @@ -73,7 +73,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "b8ffffc4", + "id": "613ab3ca", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:13:41.988816Z", @@ -88,7 +88,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "080e1ddd", + "id": "d53156e2", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:14:26.388367Z", @@ -126,7 +126,7 @@ }, { "cell_type": "markdown", - "id": "68daffcd", + "id": "74eb8ad4", "metadata": {}, "source": [ "## interactive" @@ -135,7 +135,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "cd99bde8", + "id": "80387bb5", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:14:46.875451Z", @@ -150,7 +150,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "3ebe2bc7", + "id": "fd85c323", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:15:17.027165Z", @@ -165,7 +165,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "ad02cc2d", + "id": "6c2fdde3", "metadata": { "ExecuteTime": { "end_time": "2023-01-17T15:15:18.314212Z", @@ -1141,7 +1141,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -1179,7 +1179,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d7d59be7", + "id": "1e505dfe", "metadata": {}, "outputs": [], "source": [] -- cgit v1.2.3