index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
drawing
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of pos node attribute in to_agraph (#6474)
Navya Agarwal
2023-04-06
1
-0
/
+12
*
Fix typos (#6620)
Harri Nieminen
2023-04-04
1
-1
/
+1
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-1
/
+0
*
Create a Tikz latex drawing feature for networkx (#6238)
Dan Schult
2023-01-04
1
-0
/
+292
*
Warn on unused visualization kwargs that only apply to FancyArrowPatch edges ...
Ross Barnowski
2022-10-21
1
-0
/
+37
*
Fix warnings from running tests in randomized order (#6014)
Ross Barnowski
2022-10-06
1
-3
/
+4
*
Arf layout (#5910)
Casper van Elteren
2022-08-23
1
-1
/
+26
*
Fix pydot colon check node-to-str conversion (#5809)
Shaked Brody
2022-06-23
1
-0
/
+13
*
Add more comprehensive tests for pydot (#5792)
Mridul Seth
2022-06-22
1
-0
/
+24
*
Recover order of layers in multipartite_layout when layers are sortable (#5705)
Ross Barnowski
2022-06-09
1
-0
/
+21
*
Catch ':' explicitly while working with pydot (#5710)
Mridul Seth
2022-06-09
1
-9
/
+53
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
3
-6
/
+6
*
Error out when pydot fails to correctly parse node names (#5667)
Mridul Seth
2022-05-26
1
-4
/
+15
*
added extra condition for fancy arrow colors (#5407)
blokhinnv
2022-04-04
1
-1
/
+28
*
[nx_pylab] fix StopIteration, if empty dict is passed for labels. (#5372)
Martin K. Scherer
2022-03-04
1
-0
/
+8
*
Fix spiral_layout when equidistant=True (#5354)
Anutosh Bhat
2022-02-27
1
-0
/
+9
*
Use pytest-mpl (#4579)
Jarrod Millman
2022-02-12
2
-0
/
+26
*
Add informative exception for drawing multiedge labels. (#5316)
Ross Barnowski
2022-02-12
1
-0
/
+15
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-1
/
+1
*
Investigate pre-release test failures (#5208)
Ross Barnowski
2021-12-03
1
-22
/
+11
*
xfail pydot tests. (#5187)
Ross Barnowski
2021-11-18
1
-0
/
+1
*
Bugfix for issue 5123 (#5153)
Daniel Haden
2021-11-03
1
-0
/
+12
*
Add option for arrowsize to be a list (#5154)
Dimitrios Papageorgiou
2021-10-27
1
-0
/
+22
*
Update nx_pylab drawing edge color and width tests (#5134)
Ross Barnowski
2021-10-25
1
-73
/
+233
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-6
/
+4
*
Refactor linestyle test for FancyArrowPatches. (#5132)
Ross Barnowski
2021-10-23
1
-104
/
+56
*
Allow edge style to be a list of styles for DiGraphs (#5131)
Martin Becker
2021-10-16
1
-0
/
+108
*
Consistent return type in dictionary output of rescale_layout and rescale_lay...
Casper van Elteren
2021-10-14
1
-2
/
+16
*
Fix bug in selfloop drawing in draw_networkx_edges (#5048)
Ross Barnowski
2021-08-30
1
-0
/
+10
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-5
/
+1
*
Update arrows default value in draw_networkx. (#4883)
Ross Barnowski
2021-06-16
1
-0
/
+26
*
Fix edge drawing performance regression (#4825)
Ross Barnowski
2021-05-26
1
-3
/
+37
*
Refactor testing utilities (#4829)
Jarrod Millman
2021-05-26
2
-11
/
+11
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-9
/
+8
*
Remove mktemp usage (#4593)
Stefan van der Walt
2021-02-08
2
-3
/
+9
*
Use Pillow for viewing AGraph output and deprecate default_opener (#4600)
Ross Barnowski
2021-02-08
1
-9
/
+0
*
Pygraphviz choco (#4583)
Jarrod Millman
2021-02-02
1
-0
/
+1
*
Simplify test pylab (#4577)
Jarrod Millman
2021-01-28
1
-220
/
+231
*
Partially revert #4378 - Modify behavior of nodelist param in draw_networkx_e...
Ross Barnowski
2021-01-15
1
-20
/
+0
*
`arrows` should be True by default for directed graphs (#4522)
Stefan van der Walt
2021-01-14
1
-7
/
+0
*
Handle self-loops for single self-loop (drawing) (#4425)
Ross Barnowski
2020-12-21
1
-0
/
+36
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
2
-4
/
+8
*
Modify and document behavior of nodelist param in draw_networkx_edges. (#4378)
Ross Barnowski
2020-12-02
1
-0
/
+20
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-26
/
+21
*
TST: Boost test coverage of nx_pylab module (#4375)
Ross Barnowski
2020-11-24
1
-0
/
+73
*
API: always use list of FancyArrowPatch rather than LineCollection (#4360)
Thomas A Caswell
2020-11-19
1
-11
/
+6
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
2
-6
/
+6
*
API: Add `show` kwarg to view_pygraphviz. (#4155)
Ross Barnowski
2020-08-15
1
-9
/
+18
*
MAINT,TST: Improve coverage of nx_agraph module (#4156)
Ross Barnowski
2020-08-15
1
-3
/
+125
*
add rescale_layout_dict to change scale of the layout_dicts (#4154)
Dan Schult
2020-08-14
1
-0
/
+18
[next]