// SPDX-License-Identifier: GPL-3.0-or-later namespace Icinga\Chart\Unit; /** * Logarithmic tick distribution over the axis * * This class does not use the actual logarithm, but a slightly altered version called the * Log-Modulo transformation. This is necessary, since a regular logarithmic scale is not able to display negative * values and zero-points. See