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

Draw MultiDiGraph edges and labels qa7008 #7010

Merged
merged 32 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b22f9cb
Drawing MultiDiGraph edges and labels
dgrigonis Oct 11, 2023
96f9f79
tests fixed
dgrigonis Oct 11, 2023
0fafbaa
pre-commit run
dgrigonis Oct 11, 2023
eaa5fd4
removed unnecessary computations if rad=0
dgrigonis Oct 11, 2023
976327f
all tests passing
dgrigonis Oct 12, 2023
8beb5b5
small bug fix
dgrigonis Oct 12, 2023
7ac5bd0
checkers passed
dgrigonis Oct 22, 2023
9b03ace
small fix to not access private attribute
dgrigonis Oct 22, 2023
28f9504
removed unused import, changed arg name
dgrigonis Oct 22, 2023
11116f5
Update networkx/drawing/nx_pylab.py
dgrigonis Oct 22, 2023
33037ef
trailing black changes...
dgrigonis Oct 22, 2023
d418ecc
Merge remote-tracking branch 'upstream/main' into draw_mdg_edges_and_…
dgrigonis Oct 22, 2023
b28c4a1
attempt to fix doc build
dschult Oct 22, 2023
18b09af
bug fixes, MultiGraph inclusion, and tests
dgrigonis Oct 22, 2023
9eb005d
tests fixed
dgrigonis Oct 22, 2023
cfba78b
test argument name change
dgrigonis Oct 22, 2023
4b4864a
pre-commit changes
dgrigonis Oct 22, 2023
24770d7
removed redundant line
dgrigonis Oct 22, 2023
efcbc7e
Added 4-directional self-loop drawing. Improved example.
dgrigonis Oct 22, 2023
5078aad
example updated
dgrigonis Oct 22, 2023
73eeeae
connectionstyle argument behaves in line with others
dgrigonis Oct 22, 2023
a00cc19
simplified label position inference slightly
dgrigonis Oct 22, 2023
75e3a6b
labels work with angle3 connectionstyles too
dgrigonis Oct 23, 2023
63f4313
angle needs to be calculated in display coordinates
dgrigonis Oct 23, 2023
737b2bb
final edits
dgrigonis Oct 23, 2023
f9a3d61
Merge remote-tracking branch 'upstream/main' into draw_mdg_edges_and_…
dgrigonis Nov 17, 2023
b98f1ab
multigraph checking via method
dgrigonis Feb 1, 2024
91b866a
Merge remote-tracking branch 'upstream/main' into draw_mdg_edges_and_…
dgrigonis Feb 1, 2024
b77b693
edge keys replaced by edge indices
dgrigonis Feb 4, 2024
a996eb5
minor edits
dgrigonis Feb 5, 2024
f2c2a8c
couple of lints
dgrigonis Feb 5, 2024
3bc7c30
support for CurvedArrowText for CurvedArrow with path input
dgrigonis Feb 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view