Explorar el Código

improved DryFriction Notebook

Gilbert Brault hace 5 años
padre
commit
1116e734c6

+ 1 - 1
.vscode/settings.json

@@ -1,4 +1,4 @@
 {
     "python.pythonPath": "C:\\Python38\\python.exe",
-    "python.dataScience.jupyterServerURI": "https://hub.gke.mybinder.org/user/gbrault-jupytersketcher-lbb1zjrx/lab/tree/notebooks/DryFriction.ipynb"
+    "python.dataScience.jupyterServerURI": "local"
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 110 - 110
notebooks/DryFriction.ipynb


BIN
notebooks/dotfriction.png


BIN
notebooks/friction.png


+ 4 - 4
notebooks/testmatplotlib.ipynb

@@ -21,7 +21,7 @@
       "application/vnd.jupyter.widget-view+json": {
        "version_major": 2,
        "version_minor": 0,
-       "model_id": "624a1a7c0d9e4354af936e071f4c0314"
+       "model_id": "dc3476b045784a9e82dbcddf964aa8f9"
       }
      },
      "metadata": {}
@@ -33,7 +33,7 @@
       "application/vnd.jupyter.widget-view+json": {
        "version_major": 2,
        "version_minor": 0,
-       "model_id": "624a1a7c0d9e4354af936e071f4c0314"
+       "model_id": "dc3476b045784a9e82dbcddf964aa8f9"
       }
      },
      "metadata": {}
@@ -44,8 +44,8 @@
     "import matplotlib.pyplot as plt\n",
     "import numpy as np\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",
     "ax = plt.axes([0.1, 0.1, 0.8, 0.7])\n",
     "t = np.arange(0.0, 1.0+0.01, 0.01)\n",