Skip to content

Commit

Permalink
now plotting histogram representation as well
Browse files Browse the repository at this point in the history
  • Loading branch information
aimalz committed Dec 7, 2016
1 parent 815fe55 commit 69fd1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down

0 comments on commit 69fd1ad

Please sign in to comment.