Skip to content

Feature to easily rotate y-axis label. #33

@GregorySchwartz

Description

@GregorySchwartz

Right now, it looks like we need to do something like (basically from #25):

yAxis . axisLabelTextFunction %= \f _ s -> f (BoxAlignedText 0.5 0.5) s # rotateBy (1/4)
yAxis . axisLabelGap *= 3

Instead, it would be nice if we could have a system similar to AxisLabelPosition or a simpler way to use rotateBy without needing to manually set the axisLabelGap nor the BoxAlignedText.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions