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

Does EdgeThickness have to be rational in Random Mondrian? #1

Open
kenkangxgwe opened this issue Sep 7, 2020 · 4 comments
Open

Does EdgeThickness have to be rational in Random Mondrian? #1

kenkangxgwe opened this issue Sep 7, 2020 · 4 comments

Comments

@kenkangxgwe
Copy link

The first one below gives no border

ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200 // N], EdgeColor -> Black]
ResourceFunction["RandomMondrian"][EdgeThickness -> Thickness[1/200], EdgeColor -> Black]

If that's the case, worth noting it in the documentation.

@oovm
Copy link
Owner

oovm commented Sep 7, 2020

Thickness[1/200 // N] 是非预期行为, 而且应该是个 bug

@kenkangxgwe
Copy link
Author

Okay, 另外可以加个选项把填充的边框去掉吗?

@oovm
Copy link
Owner

oovm commented Sep 7, 2020

EdgeThickness -> Thickness[0] 这种吗

@kenkangxgwe
Copy link
Author

外边框 image // ImagePad[#, -20] &

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

2 participants