mg-pso-gui 0.1.31__py3-none-any.whl → 0.1.33__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mg_pso_gui-0.1.31.dist-info → mg_pso_gui-0.1.33.dist-info}/METADATA +1 -1
- {mg_pso_gui-0.1.31.dist-info → mg_pso_gui-0.1.33.dist-info}/RECORD +7 -7
- mgpsogui/gui/VisualizeTab/SideBar.py +14 -11
- mgpsogui/gui/VisualizeTab/VisualizeTab.py +1 -1
- {mg_pso_gui-0.1.31.dist-info → mg_pso_gui-0.1.33.dist-info}/WHEEL +0 -0
- {mg_pso_gui-0.1.31.dist-info → mg_pso_gui-0.1.33.dist-info}/entry_points.txt +0 -0
- {mg_pso_gui-0.1.31.dist-info → mg_pso_gui-0.1.33.dist-info}/top_level.txt +0 -0
|
@@ -17,8 +17,8 @@ mgpsogui/gui/SetupTab/SetupTab.py,sha256=Doy_6xLq1BjhLTFHRQm7CAbpQzUnNJW4KkBcdfr
|
|
|
17
17
|
mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
|
|
18
18
|
mgpsogui/gui/SetupTab/StepView.py,sha256=oG5Q-3xpTRP1f_PbNvohKctrbpD63zLAJzHD00bN44k,5531
|
|
19
19
|
mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
mgpsogui/gui/VisualizeTab/SideBar.py,sha256=
|
|
21
|
-
mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=
|
|
20
|
+
mgpsogui/gui/VisualizeTab/SideBar.py,sha256=sWDSfFqTm7n8svFKsb1mPhXsp7qi4sRxur6vox3GvnQ,2283
|
|
21
|
+
mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=dqba7BDwwcCB8Rgff7AuHZSTchfyG64k4EIt88qsiNE,3540
|
|
22
22
|
mgpsogui/gui/VisualizeTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
mgpsogui/gui/images/IGOW 4 Logo.png,sha256=JixNXz5gOEj898VF-_PHthAlGU-6W-y9ucb4EVNPtjs,433752
|
|
24
24
|
mgpsogui/gui/images/collapse.png,sha256=yicb16LaY7Nl5q9V8HHlht-Fbg5xU-l4_LJ_Arfmu1c,2989
|
|
@@ -45,8 +45,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
|
|
|
45
45
|
mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
|
|
46
46
|
mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
|
|
47
47
|
mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
|
|
48
|
-
mg_pso_gui-0.1.
|
|
49
|
-
mg_pso_gui-0.1.
|
|
50
|
-
mg_pso_gui-0.1.
|
|
51
|
-
mg_pso_gui-0.1.
|
|
52
|
-
mg_pso_gui-0.1.
|
|
48
|
+
mg_pso_gui-0.1.33.dist-info/METADATA,sha256=H3J-hvodAN-cP_bLxn-A3qmZhh_w9w8gsIFiiSsgL2Q,9458
|
|
49
|
+
mg_pso_gui-0.1.33.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
50
|
+
mg_pso_gui-0.1.33.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
|
|
51
|
+
mg_pso_gui-0.1.33.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
|
|
52
|
+
mg_pso_gui-0.1.33.dist-info/RECORD,,
|
|
@@ -32,22 +32,25 @@ class SideBar(CTkScrollableFrame):
|
|
|
32
32
|
self.containerFrame = CTkFrame(self)
|
|
33
33
|
self.containerFrame.grid(row=0, column=0, padx=(
|
|
34
34
|
0, 0), pady=(0, 0), sticky="nsew")
|
|
35
|
-
self.containerFrame.grid_columnconfigure(
|
|
35
|
+
self.containerFrame.grid_columnconfigure(0, weight=1)
|
|
36
36
|
|
|
37
|
-
selected_graph = self.home_page.
|
|
38
|
-
|
|
37
|
+
selected_graph = self.home_page.graph_selector_value.get()
|
|
38
|
+
|
|
39
|
+
if (selected_graph == "Best Cost Stacked"):
|
|
39
40
|
self.graph_label = CTkLabel(self.containerFrame, text="Best Cost Stacked")
|
|
40
|
-
self.graph_label.grid(row=
|
|
41
|
+
self.graph_label.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
41
42
|
pass
|
|
42
|
-
elif (selected_graph == "
|
|
43
|
+
elif (selected_graph == "Best Cost by Round"):
|
|
43
44
|
self.graph_label = CTkLabel(self.containerFrame, text="Best Cost by Round")
|
|
44
|
-
self.graph_label.grid(row=
|
|
45
|
+
self.graph_label.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
45
46
|
pass
|
|
46
|
-
elif (selected_graph == "
|
|
47
|
+
elif (selected_graph == "Iteration Table"):
|
|
47
48
|
self.graph_label = CTkLabel(self.containerFrame, text="Iteration Table")
|
|
48
|
-
self.graph_label.grid(row=
|
|
49
|
+
self.graph_label.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
49
50
|
pass
|
|
50
|
-
elif (selected_graph == "
|
|
51
|
+
elif (selected_graph == "Calibrated Parameters"):
|
|
51
52
|
self.graph_label = CTkLabel(self.containerFrame, text="Calibrated Parameters")
|
|
52
|
-
self.graph_label.grid(row=
|
|
53
|
-
|
|
53
|
+
self.graph_label.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
54
|
+
elif (selected_graph == "Custom CSV"):
|
|
55
|
+
self.graph_label = CTkLabel(self.containerFrame, text="Custom CSV")
|
|
56
|
+
self.graph_label.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
@@ -63,7 +63,7 @@ def create_tab(self, tab):
|
|
|
63
63
|
|
|
64
64
|
self.graph_selector_value = tk.StringVar()
|
|
65
65
|
self.graph_selector_value.set("Best Cost Stacked")
|
|
66
|
-
self.graph_selector = customtkinter.CTkOptionMenu(self.graph_sidebar, values=["Best Cost Stacked", "Best Cost by Round", "Calibrated Parameters", "Iteration Table"], variable=self.graph_selector_value, command=self.update_graph)
|
|
66
|
+
self.graph_selector = customtkinter.CTkOptionMenu(self.graph_sidebar, values=["Best Cost Stacked", "Best Cost by Round", "Calibrated Parameters", "Iteration Table", "Custom CSV"], variable=self.graph_selector_value, command=self.update_graph)
|
|
67
67
|
self.graph_selector.grid(row=0, column=0, padx=(20, 20), pady=(20, 20), sticky="nsew")
|
|
68
68
|
|
|
69
69
|
# Create SideBar
|
|
File without changes
|
|
File without changes
|
|
File without changes
|