Type Parameters:
T - Used to enforce that this instance only accepts AxisScalePolicyTransformation and subtypes.
All Implemented Interfaces:
IAxis<T>, PropertyChangeListener, Serializable, EventListener

public class AxisLogE<T extends AxisScalePolicyTransformation> extends AAxisTransformation<T>
An AAxis with log scaled display of values.

Caution

This will not work with negative values (Double.NaN is computed for log of negative values).

This will even not work with values < 1.0 as the log transformation turns negative for values < 1.0 and becomes Double.NEGATIVE_INFINITY with lim -> 0.0 with more and more turns to a 100 % CPU load.

Version:
$Revision: 1.13 $
Author:
Pieter-Jan Busschaert (contributor), Achim Westermann
See Also: