mg-pso-gui 0.1.187__py3-none-any.whl → 0.1.189__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mg-pso-gui
3
- Version: 0.1.187
3
+ Version: 0.1.189
4
4
  Summary: GUI for MG-PSO
5
5
  Author: Robert Cordingly
6
6
  Author-email: <rcording@uw.ed>
@@ -18,8 +18,8 @@ mgpsogui/gui/SetupTab/SetupTab.py,sha256=_cehQwQhDbX92da_AwqYQ2mQo7sFDGkN1IsYQmc
18
18
  mgpsogui/gui/SetupTab/StaticParameterView.py,sha256=iEG-UpBBlAJabZo3MG768oLqOROjUPc23tKOSd47IUc,2739
19
19
  mgpsogui/gui/SetupTab/StepView.py,sha256=DqLoH1qKdlE2uQxX0DMYozl9tSx0SF69ULpHwgQP0es,6635
20
20
  mgpsogui/gui/SetupTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
- mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=a2RIiPLggYAPC8gJRub7oyF7a-yHUuRQh9Bwrqajs7c,3248
22
- mgpsogui/gui/VisualizeTab/SideBar.py,sha256=342SridpIqL6LBRE2rDAoUQqbMYCBCiSL3xNo3iPzz8,21936
21
+ mgpsogui/gui/VisualizeTab/MatrixEditor.py,sha256=r_6pMhk5zXWbyWt5Xd-IjavoHCAFx1hymEbNUcjEs1I,3259
22
+ mgpsogui/gui/VisualizeTab/SideBar.py,sha256=o-6vdHNZMNsdG7zC-B14hLZXbqNKhT_9q_kYg2ZSUbk,21947
23
23
  mgpsogui/gui/VisualizeTab/VisualizeTab.py,sha256=_SiRDUvYJ7VUmMZ_VzylWP2tFygbLzWeUCGW3TU3yZM,3466
24
24
  mgpsogui/gui/VisualizeTab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  mgpsogui/gui/images/IGOW 4 Logo.png,sha256=JixNXz5gOEj898VF-_PHthAlGU-6W-y9ucb4EVNPtjs,433752
@@ -59,8 +59,8 @@ mgpsogui/util/recosu/utils/trace_writer.py,sha256=V9BJlOjCbNYGoXGEk3CF5wjifBxvar
59
59
  mgpsogui/util/recosu/utils/utils.py,sha256=QB8vftq3142ekG0ORjz0ZBHU5YknXbR0oTsrxrPAsF0,3951
60
60
  mgpsogui/util/recosu/utils/plot/__init__.py,sha256=h1KjM7_tNDv351pcwt8A6Ibb1jhwWyx5Gbu-zj-sI3Q,71
61
61
  mgpsogui/util/recosu/utils/plot/cost_steps.py,sha256=1Ce11AJyweWkmvjXPxEygzS-h8yVLmQEDLS53yjPLqQ,3779
62
- mg_pso_gui-0.1.187.dist-info/METADATA,sha256=-g2-dpklOS6ngVyrN_k7ohg2x9_R1ITmzl_qHoljrPw,9456
63
- mg_pso_gui-0.1.187.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
64
- mg_pso_gui-0.1.187.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
65
- mg_pso_gui-0.1.187.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
66
- mg_pso_gui-0.1.187.dist-info/RECORD,,
62
+ mg_pso_gui-0.1.189.dist-info/METADATA,sha256=7_o1yOpXGY4ryPnxSEexZlwp4SLHiwchDdII1nutmCI,9456
63
+ mg_pso_gui-0.1.189.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
64
+ mg_pso_gui-0.1.189.dist-info/entry_points.txt,sha256=jg82VOFjR1XDGrchs1wJSCqKYE4Ozv12aBcCSp--koA,117
65
+ mg_pso_gui-0.1.189.dist-info/top_level.txt,sha256=y7JuS9xJN5YdxUsQ3PSVjN8MzQAnR146bP3ZN3PYWdE,9
66
+ mg_pso_gui-0.1.189.dist-info/RECORD,,
@@ -39,11 +39,11 @@ class MatrixEditor(CTkFrame):
39
39
  row = 0
40
40
  index = 0
41
41
 
42
- self.containerFrame = CTkFrame(self)
42
+ self.containerFrame = CTkFrame(self, width=100)
43
43
  self.containerFrame.grid(row=0, column=0, padx=(0, 0), pady=(0, 0), sticky="nsew")
44
44
  self.containerFrame.grid_columnconfigure((0, 1), weight=1)
45
45
 
46
- CTkLabel(self.containerFrame, text="X Axes:").grid(row=row, column=0, columnspan=1, padx=5, pady=5, sticky="")
46
+ CTkLabel(self.containerFrame, text="X Axes:").grid(row=row, column=0, columnspan=2, padx=5, pady=5, sticky="")
47
47
  row += 1
48
48
 
49
49
  for key_value_pair in self.key_values:
@@ -317,7 +317,7 @@ class SideBar(CTkScrollableFrame):
317
317
  self.home_page.figure_style_selector = CTkOptionMenu(self.containerFrame, values=["Scatter", "Bars", "Lines", "Area", "Box"], variable=self.home_page.figure_style, command=self.home_page.update_graph)
318
318
  self.home_page.figure_style_selector.grid(row=3, column=0, padx=(20, 20), pady=(5, 5), sticky="ew")
319
319
 
320
- x_axis_label = CTkLabel(self.containerFrame, text="X Axis:")
320
+ x_axis_label = CTkLabel(self.containerFrame, text="Y Axis:")
321
321
  x_axis_label.grid(row=4, column=0, padx=(20, 20), pady=(40, 5), sticky="w")
322
322
 
323
323
  self.home_page.csv_x_selector = CTkOptionMenu(self.containerFrame, values=columns, variable=self.home_page.selected_x, command=self.home_page.update_graph)
@@ -326,7 +326,7 @@ class SideBar(CTkScrollableFrame):
326
326
  if (self.home_page.csv_x_selector.get() not in columns):
327
327
  self.home_page.csv_x_selector.set(columns[1])
328
328
 
329
- self.matrix_editor = me.MatrixEditor(self.containerFrame, option_manager=self.option_manager, home_page=self.home_page, columns=columns)
329
+ self.matrix_editor = me.MatrixEditor(self.containerFrame, width=280, option_manager=self.option_manager, home_page=self.home_page, columns=columns)
330
330
  self.matrix_editor.grid(row=6, rowspan=3, column=0, padx=(10, 10), pady=(10, 0), sticky="nsew")
331
331
  self.matrix_editor.grid_columnconfigure(0, weight=1)
332
332
  self.matrix_editor.grid_rowconfigure(0, weight=1)