summaryrefslogtreecommitdiff
path: root/networkx/drawing/layout.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve node order in bipartite_layout (#6644)Haoyang Li2023-04-171-3/+3
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Update pre-commit (#6545)Jarrod Millman2023-03-231-2/+2
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Arf layout (#5910)Casper van Elteren2022-08-231-0/+113
* Recover order of layers in multipartite_layout when layers are sortable (#5705)Ross Barnowski2022-06-091-2/+7
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Replace np.flip with indexing in layouts. (#5623)Ross Barnowski2022-05-111-2/+2
* Rm incorrect reference from spiral_layout docstring. (#5503)Ross Barnowski2022-04-081-6/+0
* Fix for issue 5212 (#5471)Lukong1232022-04-061-0/+7
* Update black (#5438)Mridul Seth2022-03-291-6/+6
* Fix spiral_layout when equidistant=True (#5354)Anutosh Bhat2022-02-271-4/+8
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-6/+6
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-121-1/+1
* Investigate pre-release test failures (#5208)Ross Barnowski2021-12-031-11/+3
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-4/+2
* Bugfix for issue 5123 (#5153)Daniel Haden2021-11-031-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-8/+8
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-141-5/+6
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-5/+5
* spring_layout: ignore 'fixed' nodes not in the graph nodes (#4867)Danylo Ulianych2021-06-061-1/+2
* switch alias direction of spring_layout and fruchterman_reingold_layout (#4820)Dan Schult2021-05-191-3/+4
* Refactor bipartite and multipartite layout (#4653)Dimitrios Papageorgiou2021-03-081-61/+35
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-3/+5
* Standard imports (#4401)Jarrod Millman2020-12-071-8/+11
* Simplify importsJarrod Millman2020-09-151-5/+1
* add rescale_layout_dict to change scale of the layout_dicts (#4154)Dan Schult2020-08-141-0/+41
* Fix planar_layout docstring (#4097)Christoph Deil2020-07-211-6/+0
* Format w/ blackJarrod Millman2020-07-101-86/+96
* Implemented multipartite_layout (#3815)Jose Pinilla2020-07-101-1/+96
* Fixed typo in kamada_kawai_layout docstring (#4059)farhanbhoraniya2020-07-091-1/+1
* Remove unused imports (#3855)Alex Henrie2020-07-061-1/+1
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-10/+10
* fix initializer for kamada_kawai_layout (networkx #3658) (#3782)Kelly Boothby2020-01-201-1/+5
* Fix scaling of single node shells in shall_layout (#3764)Dan Schult2019-12-281-14/+21
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-12/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-1/+2
* Fix typo: Laplacion -> Laplacian (#3689)Don Kirkby2019-10-241-1/+1
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Use pytest for doctestJarrod Millman2019-10-121-10/+4
* Keep shells with 1 node away from origin in shell_layout (#3629)Dan Schult2019-10-031-2/+5
* Resolve many documentation issues (#3611)Dan Schult2019-09-301-7/+22
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Add spiral layout for graph drawing (#3534)Michael Fedell2019-09-051-1/+84
* Fix spring_layout bug with fixed nodes (#3415)Dan Schult2019-05-021-2/+9
* Update copyrightJarrod Millman2019-03-301-1/+1
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-271-0/+64
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Added documentation for spectral layout (#2971) (#3292)Jens P2019-01-091-0/+5
* Removed internal use of deprecated np.matrix type. (#3109)Neil2018-08-031-8/+3