Skip to content
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

Discrete Hachure Density Blocks #9

Open
pinakographos opened this issue Jul 13, 2024 · 0 comments
Open

Discrete Hachure Density Blocks #9

pinakographos opened this issue Jul 13, 2024 · 0 comments

Comments

@pinakographos
Copy link
Owner

When you look closely, oftentime the hachure density goes from some particular value, to exactly double that value.
image

This makes a certain sense: you have a set of hachure lines that are near-parallel, and then they space out just enough to allow one line to go in-between each pair, doubling the line count. There's no real way to do less than double.

Not sure if I need to solve this, or how. Could make more space by breaking hachures occasionally. Essentially a random factor in the hachure_generator that terminates lines prematurely. This would give more open spaces for hachures to start at different intervals.

An ugly option would be to pick an occasional contour and clip off every hachure against that contour, and start a whole new set going forward. Creates a total reset in spacing values. But, would be unnatural and abrupt.

In any case, this is on the backburner for a bit, I think. May never solve it because it might not be needed.

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

No branches or pull requests

1 participant