|
335 | 335 | },
|
336 | 336 | {
|
337 | 337 | "cell_type": "code",
|
338 |
| - "execution_count": 30, |
| 338 | + "execution_count": 36, |
339 | 339 | "metadata": {},
|
340 | 340 | "outputs": [],
|
341 | 341 | "source": [
|
|
488 | 488 | " for i, txt in enumerate(np.round(dfl['Value'].values,2)):\n",
|
489 | 489 | " plt.annotate(txt, (dfl.loc[i,'X']-40, dfl.loc[i,'Y']-40)) \n",
|
490 | 490 | "\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", |
492 | 492 | " ax = plt.gca()\n",
|
493 | 493 | " ax.add_patch(ellipse)\n",
|
494 | 494 | "\n",
|
|
538 | 538 | },
|
539 | 539 | {
|
540 | 540 | "cell_type": "code",
|
541 |
| - "execution_count": 31, |
| 541 | + "execution_count": 37, |
542 | 542 | "metadata": {
|
543 | 543 | "scrolled": false
|
544 | 544 | },
|
545 | 545 | "outputs": [
|
546 | 546 | {
|
547 | 547 | "data": {
|
548 | 548 | "application/vnd.jupyter.widget-view+json": {
|
549 |
| - "model_id": "13c8269e4f2146bcb2ca7a4c7a8146a0", |
| 549 | + "model_id": "1a0e9320270440d29532fdb437d8aa53", |
550 | 550 | "version_major": 2,
|
551 | 551 | "version_minor": 0
|
552 | 552 | },
|
|
560 | 560 | {
|
561 | 561 | "data": {
|
562 | 562 | "application/vnd.jupyter.widget-view+json": {
|
563 |
| - "model_id": "5107df9836884d06872d1625fd68bd0d", |
| 563 | + "model_id": "a5d629e405f542fca3f9238a830b3eda", |
564 | 564 | "version_major": 2,
|
565 | 565 | "version_minor": 0
|
566 | 566 | },
|
|
595 | 595 | },
|
596 | 596 | {
|
597 | 597 | "cell_type": "code",
|
598 |
| - "execution_count": 26, |
| 598 | + "execution_count": 38, |
599 | 599 | "metadata": {},
|
600 | 600 | "outputs": [],
|
601 | 601 | "source": [
|
|
802 | 802 | },
|
803 | 803 | {
|
804 | 804 | "cell_type": "code",
|
805 |
| - "execution_count": 27, |
| 805 | + "execution_count": 39, |
806 | 806 | "metadata": {
|
807 | 807 | "scrolled": false
|
808 | 808 | },
|
809 | 809 | "outputs": [
|
810 | 810 | {
|
811 | 811 | "data": {
|
812 | 812 | "application/vnd.jupyter.widget-view+json": {
|
813 |
| - "model_id": "0dfc92cc52ea4f4e93d22a2b8520a19c", |
| 813 | + "model_id": "1e296924b72048faaaf3f86b432427d6", |
814 | 814 | "version_major": 2,
|
815 | 815 | "version_minor": 0
|
816 | 816 | },
|
|
824 | 824 | {
|
825 | 825 | "data": {
|
826 | 826 | "application/vnd.jupyter.widget-view+json": {
|
827 |
| - "model_id": "dc3a8ed5100946a8a9343f534160c8f4", |
| 827 | + "model_id": "374a2bd93cf443eab35ba8daf7b66b64", |
828 | 828 | "version_major": 2,
|
829 | 829 | "version_minor": 0
|
830 | 830 | },
|
831 | 831 | "text/plain": [
|
832 |
| - "Output()" |
| 832 | + "Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': '<Figure size 432x288 with 3 Axes>', 'i…" |
833 | 833 | ]
|
834 | 834 | },
|
835 | 835 | "metadata": {},
|
|
0 commit comments