Question: A command for Exporting Plot

Hi

When I use below cmmand within conditional statements or proc loops, It dosent work

How can I use a similar command to export plot as an Image with arbitrary format under any circumstances?

plotsetup(bmp, plotoutput = `Pic.bmp`, plotoptions = `height=400,width=400`); NCP; (NCP has a plot structure)

Please Wait...