Question: bmp plotdevice printing with typeset: is this possible

If I use

with(plots):
plotsetup('bmp', 'plotoutput' = "F://try1.bmp");
pointplot([seq([i,i^2],i=1..100)],legend="F[u]");

every thing is fine but if I change this to

pointplot([seq([i,i^2],i=1..100)],legend=typeset(F[u]));

Maple evaluates for ever!

The above works fine for inline display.

Is there a way round this apart from exporting from inline?

 

Please Wait...