Lines 486-487 of .../pg/lib/WWPlot.pm seem relevant.
# Put a black frame around the picture
$im->rectangle(0,0,$size[0]-1,$size[1]-1,$colors{'black'});
If I comment-out the executable line and restart my server, a dynamically-generated image is shown without a black frame (similar to standard display of a static image).
Question 1: is this line in WWPlot.pm the sole control for display of a frame for a dynamic image?
Question 2: Is there an undocumented option [? to what ?] which toggles display of a frame?
Question 3: If there is not a current option to toggle display of a frame, would it be backward-compatible to introduce such an option for v2.11.1?