[Line 37](https://github.com/sebnil/RealtimePlotter/blob/master/BasicRealtimePlotter/BasicRealtimePlotter.pde#L37) should be `surface.setTitle()` and not `frame.setTitle()`. Warning is thrown by Processing compiler: ``` Use surface.setTitle() instead of frame.setTitle in Processing 3 ``` It is correct in the RealtimePlotterWithControlPanel.pde, [Line 42](https://github.com/sebnil/RealtimePlotter/blob/master/RealtimePlotterWithControlPanel/RealtimePlotterWithControlPanel.pde#L42)
Line 37 should be
surface.setTitle()and notframe.setTitle(). Warning is thrown by Processing compiler:It is correct in the RealtimePlotterWithControlPanel.pde, Line 42