Commit 8108656dd176ec86d8f699e4285e9e50896393cc
1 parent
d8ee252de4
Exists in
master
and in
1 other branch
remove plot title
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
src/main/kotlin/application/controller/DataPanelController.kt
View file @
8108656
| ... | ... | @@ -102,6 +102,7 @@ | 
| 102 | 102 | scatterTrace.setyArray(serieDoubleY) | 
| 103 | 103 | } | 
| 104 | 104 | |
| 105 | + config.plotTitle = "" | |
| 105 | 106 | config.setxAxisTitle("Date") | 
| 106 | 107 | config.setyAxisTitle(newValue.first) | 
| 107 | 108 | dataViewer.resetPlot() | 
| ... | ... | @@ -115,6 +116,7 @@ | 
| 115 | 116 | plotData.allTraces.clear() | 
| 116 | 117 | config.setxAxisTitle("") | 
| 117 | 118 | config.setyAxisTitle("") | 
| 119 | + config.plotTitle = "" | |
| 118 | 120 | dataViewer.updateConfiguration(config) | 
| 119 | 121 | dataViewer.updatePlot(plotData) | 
| 120 | 122 |