[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Log IDLgrAxis



"Pavel A. Romashkin" wrote:

> 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

I'm not overly familiar with object graphics, but it looks like you have
a log axis with a minimum value of zero?  This seems likely to be a
source of problems.

Doug