Re: (no subject)

From: Saji Njarackalazhikam Hameed <saji_at_nyahnyahspammersnyahnyah>
Date: Wed, 08 Mar 2006 15:25:21 -1000

Debasish,

First of all, it is helpful to add a meaningful Subject: line to your
messages.

You may want to try using gsn_add_text
see:
http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_add_text.shtml

;--------------------------------------------
An example code may be like the following:
tres=True
tres_at_txFont=22
tres_at_txFontHeightF = 0.025 ; make smaller
tres_at_txFontThicknessF = 2.0

plot = gsn_csm_xy (wks,dep_jav,dmi_std,res) ; create plot
do i=0,ntim-1
txt1=gsn_add_text(wks,plot,mind(i),dep_jav(i),dmi_std(i),tres)
end do
;..............................................

saji
..........
* Debasish PaiMazumder <debasish_at_gi.alaska.edu> [2006-03-08 14:25:43 -0900]:

> Dear Sir,

> I have plotted a scatter plot using

> http://www.ncl.ucar.edu/Applications/Scripts/xy_4.ncl

> Now I want to give numbers (like 1, 2, 3, 4, 5 etc) at each marker on the
> plot.

> Could you please tell me how will I do it?

> Thanks

> Debasish

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

-- 
Saji N. Hameed,
Assistant Researcher,			Tel:808 9569534
International Pacific Research Center,	email:saji_at_hawaii.edu
2525 Correa Rd, Honolulu, HI 96822	http://iprc.soest.hawaii.edu/~saji
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 08 2006 - 18:25:21 MST

This archive was generated by hypermail 2.2.0 : Thu Mar 09 2006 - 08:06:41 MST