Skip to content

Commit

Permalink
small improved file
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Aug 2, 2024
1 parent 563ed0a commit f07eca9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"filename = \"stress-strain-unbreakable-article\"\n",
"dark_mode = False\n",
"\n",
"A = np.pi * (5.18)**2 # A2\n",
"r = 5.2 # A\n",
"A = np.pi * r**2 # A2\n",
"\n",
"# Initialise figure\n",
"myplt = PltTools()\n",
Expand Down

0 comments on commit f07eca9

Please sign in to comment.