OOF2: The Manual

Name

OOF.Graphics_n.File.Save_Contourmap — Save a pdf image of the contour map.

Synopsis

OOF.Graphics_n.File.Save_Contourmap(filename, format, overwrite, pixels)

Details

  • Parent Menu: OOF.Graphics_n.File
  • Callback: function GfxWindow.saveContourmap in module ooflib.common.IO.ghostgfxwindow
  • Parameters:

    filename
    Name for the image file. Type: A character string.
    format
    Format for the image file Type: An object from the OutputImageFormat enumerated class.
    overwrite
    Overwrite an existing file? Type: Boolean: True or False.
    pixels
    Size of the largest dimension of the image in pixels Type: Integer.

Description

Save the contour map to a PDF file. The contour map indicates which colors belong to which contours and which contour lines have been drawn.

See Also