()
| 949 | } |
| 950 | |
| 951 | private void toggleLivePlot() { |
| 952 | boolean liveMode = bgThread != null; |
| 953 | enableLivePlot(!liveMode); |
| 954 | } |
| 955 | |
| 956 | /** Enables live plotting. |
| 957 | * This requires that the PlotWindow has been initialized with a Plot having a PlotMaker. |
no test coverage detected