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

display major tick widths properly when Helix.min_offset is not 0 #898

Open
dave-doty opened this issue Aug 15, 2023 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@dave-doty
Copy link
Member

Major tick widths should be aligned in the center between major ticks:

image

However, if Helix.min_offset is not 0, they may be shifted erroneously:

image

@dave-doty dave-doty added the bug Something isn't working label Aug 15, 2023
@dave-doty
Copy link
Member Author

There's another bug, related to this, having to do with parts of the code dealing with min offsets and z-coordinates not being treated consistently.

If you are in the none Grid, and set the z-coordinate of an individual helix to be nonzero, then the whole helix (the circle and the lines defining Helix offsets) should move left (for negative) or right (for positive) in the main view. However, they currently don't move at all.

However, keeping the z-coordinate 0 and changing the min_offset to be something else should not affect where the Helix circles are drawn, only the lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants