gals/
ajs_plot_radec.pro
topajs_plot_radec
ajs_plot_radec, x, y [, overplot=overplot] [, xrange=xrange] [, yrange=yrange] [, xstyle=xstyle] [, ystyle=ystyle] [, _REF_EXTRA=_REF_EXTRA]
Plot ra and dec on equal-area plot
Wrapper on plot/oplot, (1) plots sin(y) instead of y, but labelling the axes to show y, (2) chooses appropriate ranges in multiples of 15s, 30s, 45s or 60s (3) reverses the x-axis, unless xrange is specified
/overplot is equivalent to oplot, x, sin(y / !RADEG)
Parameters
- x in required
ra, degrees
- y in required
dec, degrees
Keywords
- overplot in optional
Set /overplot to overplot
- xrange in optional
As for plot (reversed if not specified)
- yrange in optional
As for plot
- xstyle in optional
As for plot
- ystyle in optional
As for plot
- _REF_EXTRA in optional
Extra keywords for [o]plot
Examples
See ajs_pixel_plot for an example
Author information
History: |
17 Apr 2008 Written, Anthony Smith |
File attributes
Modifcation date: | Fri Jun 6 08:19:26 2008 |
Lines: | 206 |
Docformat: | rst rst |