Opens a printing dialog and prints a figure.
printfigure(figid)
status = printfigure(figid)
figid Real: | the id of the figure to be printed. |
---|
: :status Boolean: %T if the printing succeeds, %F otherwise. :
This function opens a dialog to select a printer, printing options... and then prints the figure.
`plot2d`_();
printfigure(`get`_(`gcf`_(), "figure_id"));