-
Notifications
You must be signed in to change notification settings - Fork 63
Measured diagrams #246
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
base: master
Are you sure you want to change the base?
Measured diagrams #246
Conversation
|
What's the status of this? Is it just that we still aren't sure about the |
|
To be honest I just forgot about. Concerning the or do something similar to how but I'm not sure how much sense this option makes. Other than that I just need to document it and it should be ready to merge. |
|
So to be clear, under the two different options for |
|
Under the first option the circle would double in size. In the second option nothing would change (but if it was a measured circle of size |
|
I see. I think I would expect the latter. The former seems very strange and not that useful. What does |
|
Why don't you think the second instance makes sense? |
|
Just because it's something I came up with now, I haven't tested it. I'll try implementing it make sure it does what I think it does (I'm not sure about translations for example). I agree, if the second option does work it should be the one we use. |
|
I guess what I want is where |
Not ready to merge yet. Closes #208.
Function for turning a
Measured (Diagram b)into aDiagram bby putting it in aDelayedLeaf. This means you can make diagrams usingnormalized,outputetc. without having to manually deal withDelayedLeafandDownAnnots.Measuredalready has theHasStyle,Juxtaposableand friends instances. I'm not sure whatTransformableshould it befmap (transform t)or scaling it so only local units get scaled?