/usr/share/ncarg/resfiles/xyplot/xy06.res is in libncarg-data 6.3.0-6build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | !
! Set all fonts to helvetica
!
*Font : Helvetica
!
! ViewPort resources
!
*vpXF: 0.2
*vpYF: 0.92
*vpWidthF: 0.6
*vpHeightF: 0.6
!
! XyPlot resources
!
! If you want temperature values for other stations, change
! the 'xyExplicitLegendLabels' resource accordingly. You must
! know the three letter code for the city you want. This resource
! is only being used by the C and Fortran program version of this
! example. The NCL example sets the stations right in the NCL script.
!
! DEN = Denver, FTW = Fort Worth, HNL = Honolulu, MIA = Miami,
! PHL = Philadelpha, SAN = San Diego, SEA = Seattle, ALB = Albuquerque
! LAS = Las Vegas
!
*xyExplicitLegendLabels: (/DEN,FTW,HNL,MIA,PHL,SAN,SEA,ALB/)
*xyData.xyLineColors: (/2,3,4,5,6,7,8,9/)
*xyData.xyMarkLineMode: MARKLINES
*xyData.xyMarkerColors: (/2,3,4,5,6,7,8,9/)
!
! Legend resources
!
*pmLegendDisplayMode: conditional
*lgPerimOn: True
*lgAutoManage: False
*lgLabelFontHeightF: 0.015
!
! Title resources
!
*tiXAxisString: Hour of the Day
*xyPlot1.tiYAxisString: Degrees (:S:o:N:C)
*xyPlot2.tiYAxisString: Pressure (Hectopascals)
*xyPlot3.tiYAxisString: Speed (meters/second)
*xyPlot1.tiMainString: Temperatures on March 18, 1995
*xyPlot2.tiMainString: Sea Level Pressure on March 18, 1995
*xyPlot3.tiMainString: Wind Speed on March 18, 1995
*tiXAxisFontHeightF: 0.02
*tiYAxisFontHeightF: 0.02
*tiMainFontHeightF: 0.02
!
! TickMark resources
!
*tmXBMinorOn: False
*tmXBMode: EXPLICIT
*tmXBLabels: (/0,2,4,6,8,10,12,14,16,18,20,22/)
*tmXBValues: (/0,2,4,6,8,10,12,14,16,18,20,22/)
|