-
Notifications
You must be signed in to change notification settings - Fork 262
Matplotlib Container Artist #655
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 all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
bbe93df
First blobs of code
iosonofabio df01256
A bit more logic
iosonofabio bf3a183
Move more logic to artist
iosonofabio 7dc40b3
Container artist with children creates, but fails to show
iosonofabio e310f20
Forwarder as in grave
iosonofabio 33e57b5
Remove unused import
iosonofabio 794410e
Injected axes into builders should be used for transData
iosonofabio 6e24ea6
Working except for zorder
iosonofabio 9121dbb
Manual management of zorder
iosonofabio 8e63abd
zorder in the draw function makes children more consistent
iosonofabio 9bb3962
Return artist in group hull and speed up sorting for zorder
iosonofabio 59e2ce5
Update a few test baseline images, which were manually verified
iosonofabio 74cdbf8
Remove PathCollection TODOs
iosonofabio 4c10be2
Check contains
iosonofabio 05c7437
Revert test image
iosonofabio 9f660d4
mark_groups now works, update baseline test images
iosonofabio 8a7f368
Vertex label offset
iosonofabio a57011d
Correct logic in draw
iosonofabio c8ef817
Try new conditional import for matplotlib
iosonofabio 5659847
Try again with mpl imports
iosonofabio 495ce27
New try for import of Artist
iosonofabio db97952
matplotlib artist: Graph.set
iosonofabio c261f28
Add specific set methods via decorator
iosonofabio cfdbe4a
Add docs on new feature in example from gallery
iosonofabio de7ebe5
Merge remote-tracking branch 'igraph/main' into containerartist
iosonofabio 5972fde
fix: remove unused _Unset class and _UNSET instance
ntamas e8ab5c5
refactor: renamed Matplotlib Graph artist to GraphArtist
ntamas b3087e9
Merge branch 'main' into containerartist
ntamas 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
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.