summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests/test_layout.py
Commit message (Expand)AuthorAgeFilesLines
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Arf layout (#5910)Casper van Elteren2022-08-231-1/+26
* Recover order of layers in multipartite_layout when layers are sortable (#5705)Ross Barnowski2022-06-091-0/+21
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+2
* Fix spiral_layout when equidistant=True (#5354)Anutosh Bhat2022-02-271-0/+9
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-1/+1
* Investigate pre-release test failures (#5208)Ross Barnowski2021-12-031-22/+11
* Bugfix for issue 5123 (#5153)Daniel Haden2021-11-031-0/+12
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-141-2/+16
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-9/+8
* Standard imports (#4401)Jarrod Millman2020-12-071-1/+1
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-26/+21
* add rescale_layout_dict to change scale of the layout_dicts (#4154)Dan Schult2020-08-141-0/+18
* Format w/ blackJarrod Millman2020-07-101-47/+32
* Implemented multipartite_layout (#3815)Jose Pinilla2020-07-101-0/+30
* fix initializer for kamada_kawai_layout (networkx #3658) (#3782)Kelly Boothby2020-01-201-45/+71
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Fix scaling of single node shells in shall_layout (#3764)Dan Schult2019-12-281-5/+8
* PEP8 fixes to testsJarrod Millman2019-10-181-0/+1
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-29/+12
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-28/+27
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-33/+33
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-6/+5
* Keep shells with 1 node away from origin in shell_layout (#3629)Dan Schult2019-10-031-10/+12
* Add spiral layout for graph drawing (#3534)Michael Fedell2019-09-051-1/+47
* Fix spring_layout bug with fixed nodes (#3415)Dan Schult2019-05-021-0/+7
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-271-1/+20
* Removed internal use of deprecated np.matrix type. (#3109)Neil2018-08-031-1/+1
* Bugfix for issue 3065 (#3066)Graham Fetterman2018-07-161-0/+8
* Add bipartite layout (#2976)Haochen Wu2018-05-241-0/+33
* Add layout testsJarrod Millman2017-08-171-17/+29
* fixed divide by zero error in spring_layout (#2571)Jon Crall2017-07-311-0/+12
* Fix rescale_layout, add tests and tweaks docs (#2538)Dan Schult2017-07-241-0/+37
* Kamada-Kawai layout algorithm (#2514)Richard Penney2017-07-211-4/+66
* Fix fruchterman reingold bug and add more tests to layouts.Jordi Torrents2016-05-251-8/+66
* Improve drawing test scripts (typos, newlines, methods)Michael-E-Rose2016-02-201-34/+31
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Fix layout for single node graphs and shellsDan Schult2016-01-011-0/+8
* Force double precision in scipy matrix for layoutAric Hagberg2013-11-051-1/+1
* Some whitespace and formatting housekeepingAric Hagberg2011-12-261-8/+1
* Make sure matrices are typed correctly. Addresses #667Aric Hagberg2011-12-261-1/+1
* remove obsolete check for python3 compat.Aric Hagberg2011-11-201-2/+0
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-0/+1
* fix sparse matrix spectral layout imports to import numpyDan Schult2011-07-201-2/+3
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-2/+1
* Move check for import of drawing package to drawing/__init__.py.aric2010-08-051-0/+3
* Skip tests when numpy is installed by scipy isn't.aric2010-07-301-2/+0
* Convert drawing tests to functional tests and use SkipTest if optionalaric2009-08-281-0/+68