You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now, it looks like we need to do something like (basically from #25):
Instead, it would be nice if we could have a system similar to
AxisLabelPosition
or a simpler way to userotateBy
without needing to manually set theaxisLabelGap
nor theBoxAlignedText
.The text was updated successfully, but these errors were encountered: