Skip to content

Commit

Permalink
Merge branch 'issue/23/histogram' of github.com:aimalz/qp into issue/…
Browse files Browse the repository at this point in the history
…23/histogram
  • Loading branch information
drphilmarshall committed Dec 7, 2016
2 parents 12a2bf5 + 69fd1ad commit 4d30fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/notebooks/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 4d30fc2

Please sign in to comment.