RealtimePlotter
RealtimePlotter copied to clipboard
surface.setTitle() in BasicRealtimePlotter.pde
Line 37 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/pull/12