Edit border boundaries

Edit graphics notebook
This commit is contained in:
2025-10-06 22:22:02 +03:00
parent 1585c76980
commit b07c9e6cea
3 changed files with 19 additions and 23 deletions

View File

@@ -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",