[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Axis labels
- Subject: Axis labels
- From: Ed Vigmond <evigmon(at)tulane.edu>
- Date: Tue, 12 Sep 2000 14:27:54 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Tulane University
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21371
I am trying to label an axis but I encounter a problem that I can't
figure out. The font on the y-axis label comes out in different aspect
ratios depending on the y range. Sometimes the font is totally
unreadable and the rest of the time it is just ugly. Here is the code
and sorry if it's a simple probblem but I was following the example in
the on-line help.
graph -> SetProperty, DATAX=x, DATAY=y
graph -> GetProperty, XRANGE=xr, YRANGE=yr
graph -> SetProperty, XCOORD_CONV=norm_coord(xr),
YCOORD_CONV=norm_coord(yr)
xaxis -> SetProperty, RANGE=xr, XCOORD_CONV=norm_coord(xr)
yaxis -> SetProperty, RANGE=yr, YCOORD_CONV=norm_coord(yr)
Thanks
========================
Dr. Edward Vigmond
Department of Biomedical Engineering
Tulane University