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

public class AxisLog10<T extends AxisScalePolicyTransformation> extends AAxisTransformation<T>
An AAxis with log base 10 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 invalid input: '<' 1.0 as the log transformation turns negative for values invalid input: '<' 1.0 and becomes Double.NEGATIVE_INFINITY with lim -> 0.0 with more and more turns to a 100 % CPU load.

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