Interesting short code by James Black January 14,2013. Just an idea for the given answer;
Line from code quoting:-
"
WriteToFile(pngData, length, "plot.png");
"
Adding a path to where the file is written could make it easier to find, such as "C:\users\myFolder\plot.png".
Or even a path to send this graph image via Bluetooth or email.