PrintImage — Output the generated graph image and clean up the internal storage space.
$plot->PrintImage()
PrintImage
outputs the generated graph image and
cleans up the internal storage space used.
Output goes to the browser by default, or to the output file set by
SetOutputFile.
Using PrintImage is not normally needed, since DrawGraph calls PrintImage unless it was told not to using SetPrintImage.