Open
Description
Serial Plotter added the ability to supply labels for the data as a comma/tab/space separated line of text. The ability to indicate that a text line should be ignored (not interpreted as labels) would help keep labels from being added when not wanted while being able to print debugging information to the Serial Monitor.
Something like a leading '!' or some other character:
! This will not be interpreted as data labels, even though it has spaces and a comma.