[ncl-talk] Questions on timeseries and X/Y scatter plots (improving quality)

lslrsgis at whu.edu.cn lslrsgis at whu.edu.cn
Wed Jun 19 18:42:04 MDT 2019


Thanks Dr. Shea for the detailed indication. They are very helpful and solved my problems.

LSL
 
From: Dennis Shea
Date: 2019-06-19 22:52
To: Barry Lynn
CC: lslrsgis at whu.edu.cn; ncl-talk
Subject: Re: [ncl-talk] Questions on timeseries and X/Y scatter plots (improving quality)
[5] I have no idea what a 1:1 line is.

[2] Also, in addition to what Barry suggested:
  res at tmXBMode    = "Explicit"              ; explicit labels
  res at tmXBValues  = (/2015.0, 2015.2, 2015.4, 2015.6, 2015.8, 2016.0/)  ; location of labels 
  res at tmXBLabels  = (/"Jan/2015", "...", "...", "....   /)              ; labels themselves

[3] , [4] http://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml

tiXAxisFontHeightF,  tiYAxisFontHeightF 
To see examples of usage of many resources:  
   http://www.ncl.ucar.edu/Applications/res_list.shtml

[1] I am not aware of any resource that would eliminate overlapping y-axis labels.

Likely for each plot you would have to dod something like:

  res at tmYLMode    = "Explicit"   ; explicit labels
  res at tmYLValues  = (/ ... /)    ; location of labels 
  res at tmTYLabels  = (/"... /)    ; labels themselves

On Tue, Jun 18, 2019 at 11:35 PM Barry Lynn via ncl-talk <ncl-talk at ucar.edu> wrote:
Hi:

Did you try this page for information?

https://www.ncl.ucar.edu/Applications/time_labels.shtml

On Wed, Jun 19, 2019 at 4:11 AM lslrsgis--- via ncl-talk <ncl-talk at ucar.edu> wrote:
Dear NCL community,

I am asking several questions on improving the plotting quality. 

Questions are listed as follows (cf. figure and code attached):
1.     Make the ticks and markers of 5 stack plot time series not overlapped.
2.     Change the format of tick from 2015.00 to Jan/2015 type
3.     Enlarge the size of X/Y title character size.
4.     Enlarge the size of X/Y title tick name.
       5.     Add a 1:1 line.

Any indication is appreciated. Thanks.

LSL
_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk


-- 
Barry H. Lynn, Ph.D
Senior Associate Scientist, Lecturer,
The Institute of the Earth Science, 
The Hebrew University of Jerusalem, 
Givat Ram, Jerusalem 91904, Israel 
Tel: 972 547 231 170
Fax: (972)-25662581

C.E.O, Weather It Is, LTD
Weather and Climate Focus
http://weather-it-is.com
Jerusalem, Israel
Local: 02 930 9525
Cell: 054 7 231 170
Int-IS: x972 2 930 9525

_______________________________________________
ncl-talk mailing list
ncl-talk at ucar.edu
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190620/3fd3a77a/attachment.html>


More information about the ncl-talk mailing list