logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GSMKSC (Set marker size scale factor) - sets the polymarker size scale factor -- the relative size of the

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gset_marker_size(Gdouble marker_size);

Description

       MSZSF       (Real,  Input)  - A scale factor to control the size of the marker.  It must be  greater than
                   or equal to 0.  Since MSZSF = 1.0 by default, setting MSZSF = 2.0 doubles polymarker size.

Name

       GSMKSC (Set marker size scale factor) - sets the polymarker size scale factor -- the relative size of the
       marker.

See Also

       Online: gpm, gsmk, gscr, gspmci, gqmk, gqmksc, gqpmci, point, points, gset_marker_size

       Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL GSMKSC (MSZSF)

See Also