-
Notifications
You must be signed in to change notification settings - Fork 15
Add cartesian widget #22
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3133990
Initial changes to include cartesian widget
jposada202020 e5304e6
Moving _blip_rotate_scale to __init__ to avoid code repetition.
jposada202020 45bd920
inclusion the ability to select widget x,y coordinates, update functi…
jposada202020 e8e67c0
# TODO Make axes, separate from data [X]
jposada202020 e4aeb41
# TODO Make axes, separate from data [X] - Import Order
jposada202020 7f4e1b1
# TODO Make axes, separate from data [X] - Black
jposada202020 057a96c
# TODO Replace with drawline/vectorio [X]
jposada202020 185e539
# TODO Make a rectangle function [√]
jposada202020 2c1a307
# TODO Make a rectangle function [√] - API Docs
jposada202020 5cecb03
# TODO Make a rectangle function [√] - API Docs - End …
jposada202020 b129077
# TODO Make a rectangle function [√] - board.Display r…
jposada202020 a36b27c
# TODO Include functions to equal space ticks [√]
jposada202020 5af4bf2
# TODO Make labels and text [√]
jposada202020 66c7fcf
# TODO Make labels and text [√] - import order
jposada202020 57dd04d
# TODO Make Styles applicable [√]
jposada202020 0e39c39
# UPDATE Ticks/Subticks Logic-Advanced Example [√]
jposada202020 edccd8a
# UPDATE widget group and coordinates [√]
jposada202020 e65ab90
# UPDATE scale and tickers, plot limits [√]
jposada202020 b2104ea
# UPDATE scale and tickers, plot limits [√]
jposada202020 c692ee8
Merge branch 'adafruit_main' into cartesian
jposada202020 b53cbfc
# TODO Pointer: (0, 0) AXISX vs AXISY [ ]
jposada202020 ff46af0
# TODO major_tick_stroke value is ignored [√]
jposada202020 b6f6b5b
Merge branch 'adafruit_main' into cartesian
jposada202020 95ac520
# TODO Pointer: (0, 0) AXISX vs AXISY [√]
jposada202020 dc34b07
# UPDATE DOCS [√]
jposada202020 ecf5036
# UPDATE: End of license Files [√]
jposada202020 3b5d1f2
# UPDATE: Remove Duplicate graph [√]
jposada202020 d35ffd6
# UPDATE: spaces [√]
jposada202020 7506b24
# UPDATE: spaces [√]
jposada202020 40bb7a2
# UPDATE: docsstrings [√]
jposada202020 1377f4a
# UPDATE: docstrings [√]
jposada202020 2db1bbf
# UPDATE: Corrections. Corner Bitmap, Simpletest [√]
jposada202020 636b449
# UPDATE: for loop inside while [√]
jposada202020 e05033d
# UPDATE: adding nudge parameter, update docs, and function [√]
jposada202020 c691045
# UPDATE: correcting ``nudge_x``, ``nudge_y`` [√]
jposada202020 a0d98ae
# TODO: Including nudge in th update function [√]
jposada202020 3d6ded6
Merge remote-tracking branch 'Adafruit/main' into cartesian
jposada202020 b07162c
# Correcting the off bit dimension
jposada202020 001b4ef
Correcting example to remove the reference to the style library
jposada202020 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FoamyGuy Here is the inclusion to solve the corner issue, I tested with different strokes, however a second pair of eyes would not hurt