Edit border boundaries
Edit graphics notebook
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
" y = np.fromstring(data_str, sep=' ')\n",
|
||||
" y_real = u(x)\n",
|
||||
"\n",
|
||||
" plt.plot(x, y, label=\"Cubic element solution\", color=\"orange\")\n",
|
||||
" plt.plot(x, y, label=\"Cubic element solution\", color=\"red\")\n",
|
||||
" plt.plot(x, y_real, label=\"Numeral solution\", color='black')\n",
|
||||
" plt.title(f\"Cubic element, elements = {elements} \")\n",
|
||||
" plt.xlabel(\"x\")\n",
|
||||
|
||||
Reference in New Issue
Block a user