-
Notifications
You must be signed in to change notification settings - Fork 53
legends, part 1 #406
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
legends, part 1 #406
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
59ed74c
start legends, not functional yet
kushalkolar 6966097
add faq (#400)
kushalkolar 0967ea0
fix bug when remove_graphic() is used (#405)
kushalkolar d537a4e
add 'Deleted' as a graphic feature (#404)
kushalkolar 0dc0d95
very basic adding line legends works
kushalkolar c7f6284
use OrderedDict for legend items
kushalkolar fee30f5
allow accessing legend items via Graphic, updating colors works
kushalkolar de23dd9
legend mesh resizes properly
kushalkolar e316c5e
remove legend items and reorder works
kushalkolar b6e2531
enforce all legend labels to be unique
kushalkolar a6743cc
add legends property to PlotArea
kushalkolar 1e639b4
checks for Graphic name
kushalkolar d5b4f5b
highlight linegraphic when legend item is clicked
kushalkolar bcae1f2
legend is moveable
kushalkolar b7e6fc5
remove weird characters that were committed for some reason
kushalkolar d8840dd
Merge branch 'legends' of https://github.com/fastplotlib/fastplotlib …
kushalkolar e3637ca
weird merge conflict
kushalkolar 80cd459
progress on legend grid placement, not yet working
kushalkolar 9024465
Merge branch 'legends' of https://github.com/fastplotlib/fastplotlib …
kushalkolar fc98604
Merge branch 'legends' of https://github.com/fastplotlib/fastplotlib …
kushalkolar 142c989
max_rows works for legend
kushalkolar c2122e8
just allow max_rows kwarg for legends, no cols
kushalkolar 5ed8e38
Merge branch 'main' into legends
kushalkolar 9609d8c
line that snuck in from another branch
kushalkolar 29f646d
small changes
kushalkolar 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .legend import Legend | ||
|
||
__all__ = ["Legend"] |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.