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
/
test_layout.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update developer requirements (#6429)
Jarrod Millman
2023-02-14
1
-1
/
+0
*
Arf layout (#5910)
Casper van Elteren
2022-08-23
1
-1
/
+26
*
Recover order of layers in multipartite_layout when layers are sortable (#5705)
Ross Barnowski
2022-06-09
1
-0
/
+21
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-2
/
+2
*
Fix spiral_layout when equidistant=True (#5354)
Anutosh Bhat
2022-02-27
1
-0
/
+9
*
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
*
Bugfix for issue 5123 (#5153)
Daniel Haden
2021-11-03
1
-0
/
+12
*
Consistent return type in dictionary output of rescale_layout and rescale_lay...
Casper van Elteren
2021-10-14
1
-2
/
+16
*
Use pytest.approx (#4827)
Jarrod Millman
2021-05-21
1
-9
/
+8
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-1
/
+1
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-26
/
+21
*
add rescale_layout_dict to change scale of the layout_dicts (#4154)
Dan Schult
2020-08-14
1
-0
/
+18
*
Format w/ black
Jarrod Millman
2020-07-10
1
-47
/
+32
*
Implemented multipartite_layout (#3815)
Jose Pinilla
2020-07-10
1
-0
/
+30
*
fix initializer for kamada_kawai_layout (networkx #3658) (#3782)
Kelly Boothby
2020-01-20
1
-45
/
+71
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Fix scaling of single node shells in shall_layout (#3764)
Dan Schult
2019-12-28
1
-5
/
+8
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-0
/
+1
*
Remove nose.tools.SkipTest
Jarrod Millman
2019-10-12
1
-29
/
+12
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
1
-28
/
+27
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-33
/
+33
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-6
/
+5
*
Keep shells with 1 node away from origin in shell_layout (#3629)
Dan Schult
2019-10-03
1
-10
/
+12
*
Add spiral layout for graph drawing (#3534)
Michael Fedell
2019-09-05
1
-1
/
+47
*
Fix spring_layout bug with fixed nodes (#3415)
Dan Schult
2019-05-02
1
-0
/
+7
*
Planar drawing algorithm. (#3125)
Johannes Schulte
2019-03-27
1
-1
/
+20
*
Removed internal use of deprecated np.matrix type. (#3109)
Neil
2018-08-03
1
-1
/
+1
*
Bugfix for issue 3065 (#3066)
Graham Fetterman
2018-07-16
1
-0
/
+8
*
Add bipartite layout (#2976)
Haochen Wu
2018-05-24
1
-0
/
+33
*
Add layout tests
Jarrod Millman
2017-08-17
1
-17
/
+29
*
fixed divide by zero error in spring_layout (#2571)
Jon Crall
2017-07-31
1
-0
/
+12
*
Fix rescale_layout, add tests and tweaks docs (#2538)
Dan Schult
2017-07-24
1
-0
/
+37
*
Kamada-Kawai layout algorithm (#2514)
Richard Penney
2017-07-21
1
-4
/
+66
*
Fix fruchterman reingold bug and add more tests to layouts.
Jordi Torrents
2016-05-25
1
-8
/
+66
*
Improve drawing test scripts (typos, newlines, methods)
Michael-E-Rose
2016-02-20
1
-34
/
+31
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-1
/
+1
*
Fix layout for single node graphs and shells
Dan Schult
2016-01-01
1
-0
/
+8
*
Force double precision in scipy matrix for layout
Aric Hagberg
2013-11-05
1
-1
/
+1
*
Some whitespace and formatting housekeeping
Aric Hagberg
2011-12-26
1
-8
/
+1
*
Make sure matrices are typed correctly. Addresses #667
Aric Hagberg
2011-12-26
1
-1
/
+1
*
remove obsolete check for python3 compat.
Aric Hagberg
2011-11-20
1
-2
/
+0
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-0
/
+1
*
fix sparse matrix spectral layout imports to import numpy
Dan Schult
2011-07-20
1
-2
/
+3
*
More imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-2
/
+1
*
Move check for import of drawing package to drawing/__init__.py.
aric
2010-08-05
1
-0
/
+3
*
Skip tests when numpy is installed by scipy isn't.
aric
2010-07-30
1
-2
/
+0
*
Convert drawing tests to functional tests and use SkipTest if optional
aric
2009-08-28
1
-0
/
+68