Skip to content

Instead of filtering oppositely-signed values for log scales, require an explicit sign #534

Closed
@mbostock

Description

@mbostock

The current log scale detects automatically whether the data is positive or negative; for mixed data, the first signed valid determines whether the scale as a whole is positive or negative. What if instead, the scale threw an error, and required you to set the scale type to “logp” for positive values or “logn” for negative values (or switch to symlog or sqrt if you want both).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions