Axis labels [message #21693] |
Tue, 12 September 2000 12:27 |
Ed Vigmond
Messages: 1 Registered: September 2000
|
Junior Member |
|
|
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
|
|
|