-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Djhoward12 naaps 131 form grid conversion (#134)
* This is a work in progress. It is working for steps of -1 and -2 * changing label functions to start at ZZ on a wrap around * updating svg for wrapping * Modified _label_text to use proper number of arguments. * Updated label_text function to correctly wrap * adding . * Fixed Y Axis label bleed over with small seed and large steps. Refactored svg.py to reduce redundant code. * Update changes/131.fixed Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com> * Update changes/136.fixed Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com> * Resolving comment on forms line 200 and svg line 91. * updated bool var nam in utils for letters --------- Co-authored-by: “DJ <“dj.howard@networktocode.com> Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
- Loading branch information
1 parent
146f0dd
commit 626f9c1
Showing
6 changed files
with
170 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed wrap-around for letters going negative from A to ZZZ and updated display of labels in form. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Refactored svg.py to reduce redundant code and local variables. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed grid label spacing on Y-Axis by checking the length of all labels to determine correct offset. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters