Skip to content

Commit 4542d91

Browse files
authored
Fix typo in pseudo_log description (#294)
1 parent 2d22744 commit 4542d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/syntax/scale/type/continuous.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The transform of the scale both defines how the input data is parsed as well as
7171
* `sqrt`: Creates a mapping between the square root of the input to the output range.
7272
* `square`: Inverse of `sqrt` transform
7373
* `asinh`: Creates a mapping between the inverse hyperbolic sine of the input to the output range. This approaches the natural logarithm but is well defined for negative values as well, which can make it a good choice for transforming values that exhibit logarithmic growth but span positive and negative values.
74-
* `pseudo_log`/`pseudo_log2`/`pseudo_ln`: A slightly different transform that exhibit the same characteristics as `asinh` but where it is possible to choose the base of the logarithm it should approach.
74+
* `pseudo_log`/`pseudo_log2`/`pseudo_ln`: A slightly different transform that exhibits the same characteristics as `asinh` but where it is possible to choose the base of the logarithm it should approach.
7575
* `integer`: Like `linear` but will convert input to integer by removing the decimal part.
7676
* `date`: Default when mapping a DATE column. Like `linear` but will cast input to date if not already (for strings this assumes the date is formatted as YYYY-MM-DD, for numbers it will be the number of days since 1970-01-01).
7777
* `datetime`: Default when mapping a DATETIME column. Like `linear` but will cast input to datetime if not already (for strings a range of different permutations of the YYYY-MM-DDTHH:MM:SS.fTZ is tried, for number it will be the number of microseconds since 1970-01-01T00:00:00).

0 commit comments

Comments
 (0)