|
262 | 262 | pen : str |
263 | 263 | Set pen attributes for lines or the outline of symbols.""", |
264 | 264 | "perspective": r""" |
265 | | - perspective : list or str |
266 | | - [**x**\|\ **y**\|\ **z**]\ *azim*\[/*elev*\[/*zlevel*]]\ |
267 | | - [**+w**\ *lon0*/*lat0*\[/*z0*]][**+v**\ *x0*/*y0*]. |
268 | | - Select perspective view and set the azimuth and elevation angle of |
269 | | - the viewpoint [Default is ``[180, 90]``]. Full documentation is at |
270 | | - :gmt-docs:`gmt.html#perspective-full`.""", |
| 265 | + perspective |
| 266 | + Select perspective view and set the azimuth and elevation of the viewpoint. |
| 267 | +
|
| 268 | + Accepts a single value or a sequence of two or three values: *azimuth*, |
| 269 | + (*azimuth*, *elevation*), or (*azimuth*, *elevation*, *zlevel*). |
| 270 | +
|
| 271 | + - *azimuth*: Azimuth angle of the viewpoint in degrees [Default is 180, |
| 272 | + i.e., looking from south to north]. |
| 273 | + - *elevation*: Elevation angle of the viewpoint above the horizon [Default |
| 274 | + is 90, i.e., looking straight down at nadir]. |
| 275 | + - *zlevel*: Z-level at which 2-D elements (e.g., the map frame) are drawn. |
| 276 | + Only applied when used together with ``zsize`` or ``zscale``. [Default is |
| 277 | + at the bottom of the z-axis]. |
| 278 | +
|
| 279 | + Alternatively, set ``perspective=True`` to reuse the perspective setting |
| 280 | + from the previous plotting method, or pass a string following the full |
| 281 | + GMT syntax for finer control (e.g., adding ``+w`` or ``+v`` modifiers to |
| 282 | + select an axis location other than the plot origin). See |
| 283 | + :gmt-docs:`gmt.html#perspective-full` for details.""", |
271 | 284 | "projection": r""" |
272 | 285 | projection |
273 | 286 | *projcode*\[*projparams*/]\ *width*\|\ *scale*. |
|
0 commit comments