You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ternay plot shows up after double clicking the triangular icon, but also get the following error:
Traceback (most recent call last):
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/main.py", line 4964, in plot_ternarymap
self.style.set_style_widgets('ternary map')
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/src/app/StyleToolbox.py", line 1639, in set_style_widgets
parent.update_field_type_combobox(parent.comboBoxColorByField,addNone=True,plot_type=plot_type)
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/main.py", line 2868, in update_field_type_combobox
field_list.insert(0, 'None')
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'field_list' where it is not associated with a value
Heatmap plot does not work (either with two or three elements), no error message.
Ternay plot shows up after double clicking the triangular icon, but also get the following error:
Traceback (most recent call last):
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/main.py", line 4964, in plot_ternarymap
self.style.set_style_widgets('ternary map')
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/src/app/StyleToolbox.py", line 1639, in set_style_widgets
parent.update_field_type_combobox(parent.comboBoxColorByField,addNone=True,plot_type=plot_type)
File "/Users/maggie/Desktop/LaME/LaserMapExplorer/main.py", line 2868, in update_field_type_combobox
field_list.insert(0, 'None')
^^^^^^^^^^
UnboundLocalError: cannot access local variable 'field_list' where it is not associated with a value
Heatmap plot does not work (either with two or three elements), no error message.