I am using the simple code below to collect data from a mic. The serial monitor seems to be working but the plotter is not giving me any results, any advice on what I should change?
The Serial Plotter is not a human. It has a very specific data format it understands and you must follow that format. You made up your own random format for the data, which is why it didn't work.
The equivalent supported format looks like this:
Min:42 Max:1234 Delta:11
Min:42 Max:1234 Delta:11
So to generalize
<label>:<value><part separator><label>:<value><part separator><label>:<value><end of message>