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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
|
.. index:: ! psrose
******
psrose
******
.. only:: not man
psrose - Plot a polar histogram (rose, sector, windrose diagrams)
Synopsis
--------
.. include:: common_SYN_OPTs.rst_
**psrose** [ *table* ] [ |-A|\ [**r**]\ *sector_width* ]
[ |SYN_OPT-B| ]
[ |-C|\ **m**\ \|\ *mode_file* ]
[ |-D| ]
[ |-G|\ *fill* ] [ |-I| ] [ |-K| ]
[ |-L|\ [*wlabel*/*elabel*/*slabel*/*nlabel*] ]
[ |-M|\ *parameters* ]
[ |-O| ] [ |-P| ]
[ |-R|\ *r0*/*r1*/*az_0*/*az_1* ]
[ |-S|\ [**n**]*radial\_scale* ]
[ |-T| ]
[ |SYN_OPT-U| ]
[ |SYN_OPT-V| ]
[ |-W|\ [**v**]\ *pen* ]
[ |SYN_OPT-X| ]
[ |SYN_OPT-Y| ]
[ |-Z|\ **u**\ \|\ *scale* ]
[ |SYN_OPT-bi| ]
[ |SYN_OPT-c| ]
[ |SYN_OPT-di| ]
[ |SYN_OPT-h| ]
[ |SYN_OPT-i| ]
[ |SYN_OPT-p| ]
[ |SYN_OPT-t| ]
[ |SYN_OPT-:| ]
|No-spaces|
Description
-----------
**psrose** reads (length,azimuth) pairs from *file* [or standard input]
and generates PostScript code that will plot a windrose diagram.
Optionally (with **-A**), polar histograms may be drawn (sector diagram
or rose diagram). Options include full circle and half circle plots. The
PostScript code is written to standard output. The outline of the
windrose is drawn with the same color as **MAP\_DEFAULT\_PEN**.
Required Arguments
------------------
None.
Optional Arguments
------------------
.. |Add_intables| replace:: If a file with only
azimuths are given, use **-i** to indicate the single column with
azimuths; then all lengths are set to unity (see **-Zu** to set
actual lengths to unity as well).
.. include:: explain_intables.rst_
.. _-A:
**-A**\ [**r**]\ *sector_width*
Gives the sector width in degrees for sector and rose diagram.
[Default 0 means windrose diagram]. Use **-Ar** to draw rose
diagram instead of sector diagram.
.. _-B:
.. include:: explain_-B.rst_
|
| Remember that "x" here is
| radial distance and "y" is azimuth. The ylabel may be used to plot a figure caption.
.. _-C:
**-C**\ **m**\ \|\ *mode_file*
Plot vectors showing the principal directions given in the *mode_file*
file. Alternatively, specify **-Cm** to compute and plot mean direction. See
**-M** to control the vector attributes.
.. _-D:
**-D**
Shift sectors so that they are centered on the bin interval (e.g.,
first sector is centered on 0 degrees).
.. _-F:
**-F**
Do not draw the scale length bar [Default plots scale in lower right corner]
.. _-G:
**-G**\ *fill*
Selects shade, color or pattern for filling the sectors [Default is no fill]K.
.. _-I:
**-I**
Inquire. Computes statistics needed to specify useful **-R**. No
plot is generated.
.. _-K:
.. include:: explain_-K.rst_
.. _-L:
**-L**\ [*wlabel*/*elabel*/*slabel*/*nlabel*]
Specify labels for the 0, 90, 180, and 270 degree marks. For
full-circle plot the default is WEST/EAST/SOUTH/NORTH and for
half-circle the default is 90W/90E/-/0. A - in any entry disables
that label. Use **-L** with no argument to disable all four labels
.. _-M:
**-M**\ *parameters*
Used with **-C** to modify vector parameters. For vector heads,
append vector head *size* [Default is 0, i.e., a line]. See VECTOR
ATTRIBUTES for specifying additional attributes. If **-C** is not
given and the current plot mode is to draw a windrose diagram then
using **-M** will add vector heads to all individual directions
using the supplied attributes.
.. _-O:
.. include:: explain_-O.rst_
.. _-P:
.. include:: explain_-P.rst_
.. _-R:
**-R**\ *r0*/*r1*/*az\_0*/*az\_1*
Specifies the 'region' of interest in (r,azimuth) space. r0 is 0, r1
is max length in units. For azimuth, specify either -90/90 or 0/180
for half circle plot or 0/360 for full circle.
.. _-S:
**-S**\ [**n**]*radial_scale*
Specifies radius of circle. Use **-Sn** to normalize input radii to go from 0 to 1.
.. _-T:
**-T**
Specifies that the input data is orientation data (has a 180 degree
ambiguity) instead of true 0-360 degree directions [Default].
.. _-U:
.. include:: explain_-U.rst_
.. _-V:
.. |Add_-V| unicode:: 0x20 .. just an invisible code
.. include:: explain_-V.rst_
.. _-W:
**-W**\ *pen*
Set pen attributes for sector outline or rose plot. [Default is no
outline]. Use **-Wv**\ *pen* to change pen used to draw vector
(requires **-C**) [Default is same as sector outline].
.. _-X:
.. include:: explain_-XY.rst_
.. _-Z:
**-Z**\ *scale*
Multiply the data radii by *scale*. E.g., use **-Z**\ 0.001 to
convert your data from m to km. To exclude the radii from
consideration, set them all to unity with **-Zu** [Default is no
scaling].
**-:**
Input file has (azimuth,radius) pairs rather than the expected
(radius,azimuth).
.. |Add_-bi| replace:: [Default is 2 input columns].
.. include:: explain_-bi.rst_
.. include:: explain_-c.rst_
.. |Add_-di| unicode:: 0x20 .. just an invisible code
.. include:: explain_-di.rst_
.. |Add_-h| unicode:: 0x20 .. just an invisible code
.. include:: explain_-h.rst_
.. include:: explain_-icols.rst_
.. |Add_perspective| unicode:: 0x20 .. just an invisible code
.. include:: explain_perspective.rst_
.. include:: explain_-t.rst_
.. include:: explain_help.rst_
.. include:: explain_vectors.rst_
Examples
--------
To plot a half circle rose diagram of the data in the file
fault_segments.az_r (containing pairs of (azimuth, length in meters),
using a 10 degree bin sector width, on a circle of radius = 3 inch, grid
going out to radius = 150 km in steps of 25 km with a 30 degree sector
interval, radial direction annotated every 50 km, using a light blue
shading outlined by a solid red pen (width = 0.75 points), draw the mean
azimuth, and shown in Portrait orientation, use:
::
gmt psrose fault_segments.az_r -R0/150/-90/90 -Bx50g25+l"Fault length"
-Byg30 -B+t"Rose diagram"-S3i -Ar10 -Glightblue
-W0.75p,red -Z0.001 -Cm -P -T -: > half_rose.ps
To plot a full circle wind rose diagram of the data in the file
lines.r_az, on a circle of radius = 5 cm, grid going out to radius =
500 units in steps of 100 with a 45 degree sector interval, using a
solid pen (width = 0.5 point, and shown in landscape [Default]
orientation with UNIX timestamp and command line plotted, use:
::
gmt psrose lines.az_r -R0/500/0/360 -S5c -Bxg100 -Byg45 -B+t"Windrose diagram" -W0.5p -Uc | lpr
Redo the same plot but this time add orange vector heads to each direction (with nominal head size
0.5 cm but this will be reduced linearly for lengths less than 1 cm) and save the plot, use:
::
gmt psrose lines.az_r -R0/500/0/360 -S5c -Bxg100 -Byg45 -B+t"Windrose diagram" -M0.5c+e+gorange+n1c -W0.5p -Uc > rose.ps
Bugs
----
No default radial scale and grid settings for polar histograms. User
must run **psrose** **-I** to find max length in binned data set.
See Also
--------
:doc:`gmt`, :doc:`gmt.conf`,
:doc:`gmtcolors`, :doc:`pshistogram`
|