/usr/share/ncarg/resfiles/xyplot/xy07.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 | !
! Define Title resources
!
*tiMainString: Scattergram
*tiXAxisString: X
*tiYAxisString: Y
!
! Define Transform resources
!
*trXMinF: -0.6
*trYMinF: -0.6
*trXMaxF: 1.6
*trYMaxF: 1.6
!
! Define DataSpec resources
!
*xyMarkLineMode: MARKERS
*xyData0*xyMarkerColor: red
*xyData0*xyMarkerSizeF: 0.02
*xyData0*xyMarker: 2
*xyData0*xyMarkerThicknessF: 1.5
*xyData1*xyMarkerColor: blue
*xyData1*xyMarkerSizeF: 0.015
*xyData1*xyMarker: 5
*xyData1*xyMarkerThicknessF: 2.0
!
! Define TickMark X axis resources
!
*tmXBDataLeftF: -0.6
*tmXBDataRightF: 1.6
*tmXBLabelFontHeightF: 0.015
*tmXBLabels: (/-.6,-.4,-.2,0.,.2,.4,.6,.8,1.0,1.2,1.4,1.6/)
*tmXBMinorOn: False
*tmXBMode: Explicit
*tmXBValues: (/-.6,-.4,-.2,0.,.2,.4,.6,.8,1.0,1.2,1.4,1.6/)
!
! Define TickMark Y axis resources
!
*tmYLDataLeftF: -0.6
*tmYLDataRightF: 1.6
*tmYLLabelFontHeightF: 0.015
*tmYLLabels: (/-.6,-.4,-.2,0.,.2,.4,.6,.8,1.0,1.2,1.4,1.6/)
*tmYLMinorOn: False
*tmYLMode: Explicit
*tmYLValues: (/-.6,-.4,-.2,0.,.2,.4,.6,.8,1.0,1.2,1.4,1.6/)
|