|
@@ -44,8 +44,8 @@
|
|
|
"import matplotlib.pyplot as plt\n",
|
|
"import matplotlib.pyplot as plt\n",
|
|
|
"import numpy as np\n",
|
|
"import numpy as np\n",
|
|
|
"from math import cos, pi\n",
|
|
"from math import cos, pi\n",
|
|
|
- "mpl.rc('text', usetex = True)\n",
|
|
|
|
|
- "mpl.rc('font', family = 'serif')\n",
|
|
|
|
|
|
|
+ "# mpl.rc('text', usetex = True)\n",
|
|
|
|
|
+ "# mpl.rc('font', family = 'serif')\n",
|
|
|
"plt.figure(1, figsize = (6, 4))\n",
|
|
"plt.figure(1, figsize = (6, 4))\n",
|
|
|
"ax = plt.axes([0.1, 0.1, 0.8, 0.7])\n",
|
|
"ax = plt.axes([0.1, 0.1, 0.8, 0.7])\n",
|
|
|
"t = np.arange(0.0, 1.0+0.01, 0.01)\n",
|
|
"t = np.arange(0.0, 1.0+0.01, 0.01)\n",
|