diff --git a/sohstationviewer/database/soh.db b/sohstationviewer/database/soh.db index f057f4d9d7304e010bb8398596647576edd252f0..ce7a5f76dcfcd75998a2bb7e1c9bde05538b8840 100755 Binary files a/sohstationviewer/database/soh.db and b/sohstationviewer/database/soh.db differ diff --git a/sohstationviewer/view/util/plot_func_names.py b/sohstationviewer/view/util/plot_func_names.py index e77c4a0dab94a4a43211345779a8afe0e0580031..ebb2a829bc0c4d8a2d336432e49494de26c2dddc 100644 --- a/sohstationviewer/view/util/plot_func_names.py +++ b/sohstationviewer/view/util/plot_func_names.py @@ -14,9 +14,9 @@ plot_functions = { 'linesMasspos': ( "multi-line mass position, multi-color dots. ", "plot_lines_mass_pos"), - # 'dotsMasspos': ( - # ("mass position, multi-color, single line. "), - # "plotDotsMasspos"), + 'triColorLines': ( + "Three lines with three different colors for values -1, 0, 1.", + "plot_tri_colors"), 'dotForTime': ( "Dots according to timestamp." "Color defined by ValueColors with available colors: RYGMCW.\n"