Re: Label thickness in LLU

From: Dave Kennison (kennison AT unknown)
Date: Wed May 23 2001 - 15:50:44 MDT

  • Next message: Keith D. Sashegyi: "debugging area identifiers in conpack"

    Bernard,

    The description of GRIDAL's internal parameter 'WLB' is as follows:

      The line width to be used for drawing labels. (Labels drawn using calls to
      the PLOTCHAR routine PLCHHQ are affected by this; those drawn using calls
      to the SPPS routine WTSTR are not.) A value less than or equal to zero
      implies that no change is to be made in the line width scale factor before
      drawing the labels. The default value of 'WLB' is 0; its value may be
      changed by calling GASETI or GASETR.

    The description of 'LTY' is as follows:

      The labelling type. The value 0 implies that the SPPS routine WTSTR is to
      be called to draw labels, the value 1 that the PLOTCHAR routine PLCHHQ is
      to be called, and the value 2 that the PLOTCHAR routine PLCHHQ is to be
      called and, in addition, the numeric-label strings are to be preprocessed
      to force the use of superscript scientific notation in place of the FORTRAN
      convention using "E". The default value of 'LTY' is 0; its value may be
      changed by calling GASETI or GASETR.

    So ... my guess is that you're setting 'WLB', but not 'LTY'. Since the
    default value of 'LTY' is zero, WTSTR is being called to draw the labels and
    the value of 'WLB' that you put in is not being used. Try setting 'LTY' to
    a 1 or a 2 and see if that works.

    Dave Kennison

    > From ncarg-talk-owner AT unknown Wed May 23 14:24:56 2001
    > Subject: Label thickness in LLU
    >
    > Hi,
    >
    > I am using LLU. When I do a contour plot I use gridal for the x and y
    > axis. I need to label the x and y axis and it works. I can modify the
    > size of the labels but not the thickness of the line used to draw the
    > labels.
    >
    > When I put the legend using LBLBAR I am able to modify the label's
    > thickness under the label bar modifying the internal parameter WLB
    > (basically I want to make the letters BOLD). The same
    > WLB does not work for modifying the label's thickness along the x and y
    > axis.
    >
    > Is there a way of doing this?
    >
    > Thanks
    >
    > Bernard
    >
    > --
    > ----------------------------------------------------------------------
    > Bernard Miville - Meteorologist
    > Canadian Centre for Climate Phone: 1-250-363-3347
    > Modelling and Analysis (CCCMA) Fax: 1-250-363-8247
    > Meteorological Service of Canada E-mail: Bernard.Miville AT unknown
    > University of Victoria Web: http://www.cccma.bc.ec.gc.ca
    > Post: Courier:
    > P.O. Box 1700 3964 Gordon Head Road, #283
    > Victoria, B.C. V8W 2Y2 Victoria, B.C. V8N 3X3
    > ----------------------------------------------------------------------



    This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:32:34 MDT