diff --git a/analysis/python/jupyter/notebook_example.ipynb b/analysis/python/jupyter/notebook_example.ipynb index 7595462..7d07452 100644 --- a/analysis/python/jupyter/notebook_example.ipynb +++ b/analysis/python/jupyter/notebook_example.ipynb @@ -24,7 +24,7 @@ "metadata": {}, "outputs": [], "source": [ - "meshdir = \"/scratch/data/tchsu/sink_double/\"\n", + "meshdir = \"/scratch/data/tchsu/sink1/\"\n", "#meshdir = \"/scratch/data/mvaisala/normaltest/\"" ] }, @@ -35,7 +35,7 @@ "outputs": [], "source": [ "#imesh = 30000\n", - "imesh = 1000\n", + "imesh = 1800000\n", "mesh = ad.read.Mesh(imesh, fdir=meshdir)" ] }, @@ -102,8 +102,15 @@ "metadata": {}, "outputs": [], "source": [ - "vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, uuy=1, uuz=1, ss=1)" + "vis.lineplot.plot_ts(ts, lnrho=1, uutot=1, uux=1, uuy=1, uuz=1, ss=1, acc=1)" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {