summaryrefslogtreecommitdiff
path: root/networkx/drawing/layout.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring consistency.chebee7i2015-04-241-4/+4
* Use 'theta' instead of 't'.chebee7i2015-04-241-6/+6
* Some refactoring.chebee7i2015-04-231-132/+130
* Merge branch 'master' of https://github.com/dberenbaum/networkx into dberenba...chebee7i2015-04-231-25/+81
|\
| * changed rescaling to center around the origindave2015-03-011-5/+5
| * updated center and nodelist layout function features to work with python3dave2015-02-201-11/+15
| * make layouts accept nodelists and center argumentdave2015-02-151-21/+73
* | Fix copyrightsJGab2015-04-211-1/+1
|/
* Fix typo in docstring: "nuse" -> "use".Erick Matsen2015-01-051-1/+1
* Fixes typo in documentation.jfinkels2014-12-051-1/+1
* Better support for large layoutsjsexauer2014-08-081-2/+29
* Only rescale if fixed is NoneAric Hagberg2014-07-291-2/+0
* Force double precision in scipy matrix for layoutAric Hagberg2013-11-051-1/+1
* Remove spurious print and empty notes field.Aric Hagberg2013-01-121-4/+0
* Add force scaling parameter to spring layout.Aric Hagberg2013-01-121-12/+28
* Force float dtype in to_scipy_sparse_matrix().Aric Hagberg2012-10-171-2/+2
* Some whitespace and formatting housekeepingAric Hagberg2011-12-261-53/+45
* Make sure matrices are typed correctly. Addresses #667Aric Hagberg2011-12-261-1/+1
* fix sparse matrix spectral layout imports to import numpyDan Schult2011-07-201-7/+14
* Update layout and stochastic to use weight instead of weighted.Dan Schult2011-06-181-62/+37
* Remove statements that do nothing.Loïc Séguin-C.2011-02-111-1/+0
* Added documentation for random_layout. Fixes #393loicseguin2010-08-101-0/+26
* Move check for import of drawing package to drawing/__init__.py.aric2010-08-051-31/+21
* Produce reasonable results for layouts with empty graph or graph witharic2010-08-021-0/+12
* Skip tests when numpy is installed by scipy isn't.aric2010-07-301-0/+4
* Add fixtures to skip doctests when optional imports are missing.aric2010-04-231-0/+7
* Use standard "import networkx as nx" in all modulesaric2010-04-171-9/+9
* Remove lazy import in favor of explicit import with error handlingaric2009-08-271-13/+54
* License change to BSD.aric2009-08-261-2/+2
* Removing svn:executable property so nose doesn't print 'skip' messages.cellison2009-08-141-0/+0
* Changes to examples in the doc/source and to a docstring in layout.py that di...dschult2009-08-131-0/+1
* Merge attrgraph branch into trunkaric2009-08-111-2/+2
* Add sparse fruchterman reingold layout and option toaric2009-02-191-51/+140
* Adjust layout.py algorithms to use float32 data by default.aric2009-02-181-12/+16
* Use a combination of imports inside functions (for matplotlib andaric2009-02-171-8/+6
* Update layout.pyaric2009-02-161-241/+335
* Add import of networkx and fix raise statements in layout.py.aric2009-01-071-3/+4
* udpate drawing docstrings and rstaric2008-11-081-1/+6
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-6/+11
* Fix error handling (add import and adjust messages).aric2008-07-181-5/+4
* Bugfix when spectral_layout is given initial node positions.dschult2007-05-011-0/+1
* attempt to provide backward compatibility with matplotlib with Numericaric2007-01-231-3/+7
* remove Numeric imports from layout.py in favor of numpyaric2006-11-101-6/+1
* use None instead of False as default keyword argument in spring_layoutaric2006-07-151-4/+2
* use numpy if available or else try Numericaric2006-04-251-5/+8
* modify test hooks for new locationsaric2005-12-011-1/+5
* Move testing directory up one level.aric2005-07-151-1/+1
* Name change from NX->networkxaric2005-07-131-0/+274