From 69fd1adb243d3239aa128c4055a148db1a843f97 Mon Sep 17 00:00:00 2001 From: aimalz Date: Wed, 7 Dec 2016 13:35:16 -0500 Subject: [PATCH] now plotting histogram representation as well --- demo.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo.ipynb b/demo.ipynb index 68dc04cc..1671a070 100644 --- a/demo.ipynb +++ b/demo.ipynb @@ -167,7 +167,8 @@ "outputs": [], "source": [ "bounds = (-3.0, 3.0)\n", - "P.plot(limits=bounds, points=grid)" + "P.plot(limits=bounds, points=grid)\n", + "T.plot(limits=bounds, points=grid)" ] }, {