Skip to content

Commit 90f02f4

Browse files
authored
Add files via upload
1 parent ee4d62b commit 90f02f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Interactive_Simulation.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
},
336336
{
337337
"cell_type": "code",
338-
"execution_count": 30,
338+
"execution_count": 36,
339339
"metadata": {},
340340
"outputs": [],
341341
"source": [
@@ -488,7 +488,7 @@
488488
" for i, txt in enumerate(np.round(dfl['Value'].values,2)):\n",
489489
" plt.annotate(txt, (dfl.loc[i,'X']-40, dfl.loc[i,'Y']-40)) \n",
490490
"\n",
491-
" ellipse = Ellipse((500, 500),width=hmin1*2.0,height=hmaj1*2.0,angle = 360-azi,facecolor='gray',alpha = 0.1)\n",
491+
" ellipse = Ellipse((500, 500),width=hmin1*2.0,height=hmaj1*2.0,angle = 360-azi,facecolor='none',edgecolor='black',alpha = 1.0,linestyle='--')\n",
492492
" ax = plt.gca()\n",
493493
" ax.add_patch(ellipse)\n",
494494
"\n",
@@ -538,15 +538,15 @@
538538
},
539539
{
540540
"cell_type": "code",
541-
"execution_count": 31,
541+
"execution_count": 37,
542542
"metadata": {
543543
"scrolled": false
544544
},
545545
"outputs": [
546546
{
547547
"data": {
548548
"application/vnd.jupyter.widget-view+json": {
549-
"model_id": "13c8269e4f2146bcb2ca7a4c7a8146a0",
549+
"model_id": "1a0e9320270440d29532fdb437d8aa53",
550550
"version_major": 2,
551551
"version_minor": 0
552552
},
@@ -560,7 +560,7 @@
560560
{
561561
"data": {
562562
"application/vnd.jupyter.widget-view+json": {
563-
"model_id": "5107df9836884d06872d1625fd68bd0d",
563+
"model_id": "a5d629e405f542fca3f9238a830b3eda",
564564
"version_major": 2,
565565
"version_minor": 0
566566
},
@@ -595,7 +595,7 @@
595595
},
596596
{
597597
"cell_type": "code",
598-
"execution_count": 26,
598+
"execution_count": 38,
599599
"metadata": {},
600600
"outputs": [],
601601
"source": [
@@ -802,15 +802,15 @@
802802
},
803803
{
804804
"cell_type": "code",
805-
"execution_count": 27,
805+
"execution_count": 39,
806806
"metadata": {
807807
"scrolled": false
808808
},
809809
"outputs": [
810810
{
811811
"data": {
812812
"application/vnd.jupyter.widget-view+json": {
813-
"model_id": "0dfc92cc52ea4f4e93d22a2b8520a19c",
813+
"model_id": "1e296924b72048faaaf3f86b432427d6",
814814
"version_major": 2,
815815
"version_minor": 0
816816
},
@@ -824,12 +824,12 @@
824824
{
825825
"data": {
826826
"application/vnd.jupyter.widget-view+json": {
827-
"model_id": "dc3a8ed5100946a8a9343f534160c8f4",
827+
"model_id": "374a2bd93cf443eab35ba8daf7b66b64",
828828
"version_major": 2,
829829
"version_minor": 0
830830
},
831831
"text/plain": [
832-
"Output()"
832+
"Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 432x288 with 3 Axes>', 'i…"
833833
]
834834
},
835835
"metadata": {},

0 commit comments

Comments
 (0)