[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


jwlabelaxis Source code in jwlabelaxis.pro

jwlabelaxis

Name
      jwlabelaxis
Purpose
      print axis labels at defined positions of the x- or y-axis
      (useful, e.g., for logarithmic axes spanning less than 2 decades)
Category
      plotting tools
Calling Sequence
      jwlabelaxis,xx,pos=pos,xaxis=xaxis,yaxis=yaxis,_extra=extra
Input Parameters
      xx: array of x- or y-axis values to print a label at
Keyword Parameters
      xaxis: if set, labels are for the x-axis (default)
      yaxis: labels are for the y-axis
      pos: x- or y-position of the labels in normal coordinates
Procedure

Example
      plot,[1.,6],[5.,6,7],/xlog,/ylog,xstyle=1,ystyle=1
      jwlabelaxis,[1.,2.,3.,4.,5.,6.],pos=0.02,/xaxis
      jwlabelaxis,[5.,6.,7.],pos=0.05,/yaxis, format='(I5)'
Revision History
 $Log: jwlabelaxis.pro,v $
 Revision 1.1  2005/09/25 14:37:11  wilms
 initial release

Last modified by pro2html on 2005 September 26 at 03:10 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically