The follow code produces a PDF whose page height is too large (i.e., is not tight enough around the graphic).  How can I get this the height to be as tight as the width?

\startMPpage
   bboxmargin:=0;
   label(btex foo etex,origin);
\stopMPpage

Thanks in advance,

Troy Henderson