An AST pointer to a FrameSet. This may be AST__NULL. The
Current and Base Frames are unchanged on exit. If an existing
DATA picture was created by a non-AST application it will not
have a Plot stored with it. A default Plot will be created in
this case, containing two Frames; a GRAPHICS Frame
corresponding to millimetres from the bottom-left corner of the
view surface, and a Frame corresponding to AGI world
co-ordinates. The AGI database does not contain any information
describing world co-ordinates and so such information must be
supplied by the calling application, on some assumption such as
"AGI world co-ordinates are PIXEL co-ordinates". This
information is provided through a FrameSet (IWCS) and a Domain
name (DOMAIN). DOMAIN specifies the Domain in which AGI world
co-ordinates are assumed to live. A FrameSet may then be
supplied using argument IWCS containing a Frame with the same
Domain which will be used to describe AGI world co-ordinates in
the returned Plot (a default two-dimensional Frame with the
specified Domain is used if no FrameSet is supplied or if it
does not contain a Frame with the specified Domain). If DOMAIN
is supplied Blank, a default two-dimensional Frame with Domain
AGI_WORLD will be used to describe AGI world co-ordinates.
If the existing DATA picture was created by an AST application,
it will have a Plot stored with it which means that AGI world
co-ordinates will be ignored. Consequently, the values supplied
for IWCS and DOMAIN will also be ignored.