Skip to content
Snippets Groups Projects
Commit 3e97c869 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

Version ready

parent 2d5d4c1c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "9700a16182f3422a84b473ab09c2baff", "model_id": "e555573e22c546a6a305096c9d476115",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "350565f5a66047899593abab5701193e", "model_id": "d1459686805d4489854221f8fd6a9718",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "e493c1fbe9174d9fa4e053e02fb8a0e1", "model_id": "4c7ddbf240104c3bab678fccc26db0df",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "bb7847e53b864cbd9f4086ca613e5d13", "model_id": "57fedee09ea547dcb6ebaae046057df3",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "40bc192190b5448caded4711d9d5e267", "model_id": "0e81c985ca234bc3bde9f042ae86921a",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
......
...@@ -1069,7 +1069,6 @@ def Gatediode_VTG(device,params): ...@@ -1069,7 +1069,6 @@ def Gatediode_VTG(device,params):
ax1.plot(x,y1) ax1.plot(x,y1)
fig.suptitle('Gatediode Curve', fontweight ="bold") fig.suptitle('Gatediode Curve', fontweight ="bold")
fig.legend(loc='outside right upper')
display(fig) display(fig)
if params["SAMPLE"]["save_fig"] == True: if params["SAMPLE"]["save_fig"] == True:
...@@ -1090,7 +1089,6 @@ def Gatediode_VTG(device,params): ...@@ -1090,7 +1089,6 @@ def Gatediode_VTG(device,params):
ax2.plot(x,y2) ax2.plot(x,y2)
fig.suptitle('Gatediode Curve', fontweight ="bold") fig.suptitle('Gatediode Curve', fontweight ="bold")
fig.legend(loc='outside right upper')
display(fig) display(fig)
if params["SAMPLE"]["save_fig"] == True: if params["SAMPLE"]["save_fig"] == True:
...@@ -1204,7 +1202,6 @@ def Gatediode_VBG(device,params): ...@@ -1204,7 +1202,6 @@ def Gatediode_VBG(device,params):
ax1.plot(x,y1) ax1.plot(x,y1)
fig.suptitle('Gatediode Curve', fontweight ="bold") fig.suptitle('Gatediode Curve', fontweight ="bold")
fig.legend(loc='outside right upper')
display(fig) display(fig)
if params["SAMPLE"]["save_fig"] == True: if params["SAMPLE"]["save_fig"] == True:
...@@ -1225,7 +1222,6 @@ def Gatediode_VBG(device,params): ...@@ -1225,7 +1222,6 @@ def Gatediode_VBG(device,params):
ax2.plot(x,y2) ax2.plot(x,y2)
fig.suptitle('Gatediode Curve', fontweight ="bold") fig.suptitle('Gatediode Curve', fontweight ="bold")
fig.legend(loc='outside right upper')
display(fig) display(fig)
if params["SAMPLE"]["save_fig"] == True: if params["SAMPLE"]["save_fig"] == True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment