Skip to content

Tiling with lines of constant thickness #15

Answered by cduck
hshackle asked this question in Q&A
Discussion options

You must be logged in to vote

This is possible.

hwidth sets the width of the line in hyperbolic space. This is why the thickness appears to vary when projected into the Poincare disk. You can simply draw the lines normally by replacing hwidth and fill with stroke_width, stroke, and fill='none'. Change

d.draw(tile, hwidth=0.02, fill='white')

into

d.draw(tile, stroke_width=0.02, stroke='white', fill='none')

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cduck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14 on October 25, 2021 20:04.