[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Log IDLgrAxis
David Fanning wrote:
>
> Pavel A. Romashkin writes:
>
> Sounds to me like you are forgetting to scale
> it back into your arbitrary coordinate system.
Well, this is what I see:
IDL> junk = obj_new('idlgraxis')
IDL> junk -> setproperty, /log
% IDLGRAXIS::SETPROPERTY: Warning: Infinite plot range.
IDL> junk -> setproperty, range=[0., 10000.], xcoord_conv =
normalize([0., 10000.])
% Compiled module: NORMALIZE.
% IDLGRAXIS::SETPROPERTY: Warning: Infinite plot range.
???
Pavel