Show / Hide Table of Contents

    Method star

    | Improve this Doc View Source

    star(Int32, Int32)

    plstar: Initialization

    Declaration
    public void star(Int32 nx, Int32 ny)
    Parameters
    Type Name Description
    Int32 nx

    Number of subpages to divide output page in the x direction.

    Int32 ny

    Number of subpages to divide output page in the y direction.

    Remarks

    Initializing the plotting package. The program prompts for the device keyword or number of the desired output device. Hitting a RETURN in response to the prompt is the same as selecting the first device. If only one device is enabled when PLplot is installed, plstar will issue no prompt. The output device is divided into nx by ny subpages, each of which may be used independently. The subroutine pladv is used to advance from one subpage to the next.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX