Skip to content

PatternShape stripe description seems to be mixed up between ascending and descending #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bvenn opened this issue Nov 3, 2024 · 0 comments · Fixed by #475
Closed

Comments

@bvenn
Copy link
Collaborator

bvenn commented Nov 3, 2024

When applying a striped pattern to e.g. AreaCharts I tried to add it by setting the FillPatternShape

Chart.Area([1,1;2,2;3,1],FillPatternShape=PatternShape.DiagonalDescending)

The resulting pattern however is diagonal ascending instead of descending.

Image

I assume it got mixed up at:

| DiagonalDescending -> "/"
| DiagonalAscending -> """\"""

kMutagene added a commit that referenced this issue Nov 13, 2024
Fix pattern shape mix-up between ascending and descending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant