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
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch alias direction of spring_layout and fruchterman_reingold_layout (#4820)
Dan Schult
2021-05-19
1
-3
/
+4
*
Use `callable()` to check if the object is calllable (#1) (#4678)
Harsh Mishra
2021-05-18
1
-1
/
+1
*
Add auto-margin scaling in draw_networkx_nodes function (fix for issue 3443) ...
Eric Sims
2021-05-12
1
-0
/
+13
*
Get rid of invalid escape sequences. (#4789)
Ross Barnowski
2021-05-11
1
-2
/
+2
*
Refactor bipartite and multipartite layout (#4653)
Dimitrios Papageorgiou
2021-03-08
1
-61
/
+35
*
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
2
-13
/
+8
*
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
2
-31
/
+5
*
fixing the width argument description of the function draw_networkx (#4479)
Alexandre Amory
2021-01-14
3
-268
/
+277
*
`arrows` should be True by default for directed graphs (#4522)
Stefan van der Walt
2021-01-14
2
-17
/
+3
*
Handle self-loops for single self-loop (drawing) (#4425)
Ross Barnowski
2020-12-21
2
-1
/
+45
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
3
-37
/
+39
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
4
-30
/
+42
*
DOC: Remove repeated words (#4410)
Miroslav Šedivý
2020-12-02
1
-2
/
+2
*
Modify and document behavior of nodelist param in draw_networkx_edges. (#4378)
Ross Barnowski
2020-12-02
2
-3
/
+40
*
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
2
-2
/
+73
*
Add additional libraries to intersphinx mapping (#4372)
Ross Barnowski
2020-11-19
1
-8
/
+6
*
MNT: make the self-loop appear in all cases (#4370)
Thomas A Caswell
2020-11-19
1
-35
/
+31
*
API: always use list of FancyArrowPatch rather than LineCollection (#4360)
Thomas A Caswell
2020-11-19
2
-122
/
+141
*
Update homepage URL (#4285)
Jarrod Millman
2020-10-25
1
-6
/
+6
*
Simplify imports
Jarrod Millman
2020-09-15
2
-62
/
+18
*
Some docstring fixes for draw_networkx_edge_labels() in nx_pylab.py + one typ...
Alex Malins
2020-08-29
1
-32
/
+42
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
5
-16
/
+16
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
1
-1
/
+0
*
API: Add `show` kwarg to view_pygraphviz. (#4155)
Ross Barnowski
2020-08-15
2
-11
/
+40
*
MAINT,TST: Improve coverage of nx_agraph module (#4156)
Ross Barnowski
2020-08-15
2
-18
/
+143
*
add rescale_layout_dict to change scale of the layout_dicts (#4154)
Dan Schult
2020-08-14
2
-0
/
+59
*
Updated draw_networkx to accept numpy array for edgelist (#4132)
Tanguy Fardet
2020-08-05
2
-1
/
+6
*
Fix planar_layout docstring (#4097)
Christoph Deil
2020-07-21
1
-6
/
+0
*
Clear pygraphviz object after creating networkx object (#4070)
PranayAnchuri
2020-07-14
1
-1
/
+3
*
Format w/ black
Jarrod Millman
2020-07-10
8
-518
/
+638
*
Ran pyupgrade --py36plus
Jarrod Millman
2020-07-10
1
-1
/
+1
*
Implemented multipartite_layout (#3815)
Jose Pinilla
2020-07-10
2
-1
/
+126
*
Fixed typo in kamada_kawai_layout docstring (#4059)
farhanbhoraniya
2020-07-09
1
-1
/
+1
*
Remove unused imports (#3855)
Alex Henrie
2020-07-06
3
-9
/
+1
*
Handle kwds explicitly in draw_networkx (#4033)
Jeremias Traub
2020-07-05
2
-27
/
+61
*
Fix exception causes and messages all over the codebase (#4015)
Ram Rachum
2020-07-05
3
-39
/
+39
*
Fix exception causes and messages in 12 modules (#4012)
Ram Rachum
2020-06-22
1
-1
/
+1
*
Fix return values when drawing empty nodes and edges #3833 (#3854)
Sanghack Lee
2020-03-08
2
-2
/
+24
*
Shrink the source side of an arrow properly when drawing a directed edge. #38...
Sanghack Lee
2020-01-31
1
-5
/
+6
*
fix initializer for kamada_kawai_layout (networkx #3658) (#3782)
Kelly Boothby
2020-01-20
2
-46
/
+76
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
6
-9
/
+9
*
Convert %-format to fstring
Jarrod Millman
2020-01-01
3
-8
/
+7
*
Fix scaling of single node shells in shall_layout (#3764)
Dan Schult
2019-12-28
2
-19
/
+29
*
added linestyle as argument (#3747)
tombeek111
2019-12-13
1
-0
/
+1
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
4
-37
/
+0
*
Remove old Python 2 code
Jarrod Millman
2019-11-10
1
-7
/
+1
[next]