Layout changes to make PDF read better.

Mostly just shortening lines of code. There was a SymPy font render issue as well.
This commit is contained in:
Roger Labbe
2014-11-16 11:24:59 -08:00
parent c1281bc47c
commit 3367806b07
11 changed files with 414 additions and 648 deletions

View File

@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:00a931decd323bc4f252540ee5dd36a369b885268e890c562b4a210ea2fff34b"
"signature": "sha256:71e5314e7d6889b41a67a2adfc7f9a248d967c2d98a94f399a428d8a11833da2"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -607,7 +607,8 @@
" plt.ylim((0,1))\n",
" plt.show()\n",
"\n",
"interact (plt_g, mu=(0,10), variance=widgets.FloatSliderWidget(value=0.6,min=0.2,max=4.5))"
"interact (plt_g, mu=(0,10), \n",
" variance=widgets.FloatSliderWidget(value=0.6,min=0.2,max=4.5))"
],
"language": "python",
"metadata": {},