Re: to plot the error bars

From: Sylvia Murphy (murphys AT XXXXXX)
Date: Mon Oct 14 2002 - 11:38:25 MDT

  • Next message: Adolf Stips: "Strings in NCL ?"

    q,

    boxplots are unique in that they are not part of the gsn suite of scripts.
    this is why you have to have the separate script boxplot_func.ncl.

    be sure to load this function:

    *********************************************
    ; box_1.ncl
    ;*********************************************
    load "/fs/cgd/data0/shea/nclGSUN/gsn_code.ncl"
    load "/fs/cgd/data0/shea/nclGSUN/gsn_csm.ncl"
    load "./boxplot_func.ncl" <<<<<<<<<<<<<load here
    ;*********************************************
    begin
      etc
    end

    sm

    ******************************************************
    Sylvia Murphy EML: murphys AT ucar.edu
    NCAR CGD/CAS PHN: 303-497-1720
    1850 Table Mesa Dr FAX: 303-497-1333
    Boulder, CO 80305

    WEB: http://www.cgd.ucar.edu/csm/support/
         http://www.cgd.ucar.edu/csm/support/CSM_Graphics/

    ******************************************************

    _______________________________________________
    ncl-talk mailing list
    ncl-talk AT ucar.edu
    http://mailman.ucar.edu/mailman/listinfo/ncl-talk



    This archive was generated by hypermail 2b29 : Mon Oct 14 2002 - 11:30:40 MDT