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
/
layout.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docstring consistency.
chebee7i
2015-04-24
1
-4
/
+4
*
Use 'theta' instead of 't'.
chebee7i
2015-04-24
1
-6
/
+6
*
Some refactoring.
chebee7i
2015-04-23
1
-132
/
+130
*
Merge branch 'master' of https://github.com/dberenbaum/networkx into dberenba...
chebee7i
2015-04-23
1
-25
/
+81
|
\
|
*
changed rescaling to center around the origin
dave
2015-03-01
1
-5
/
+5
|
*
updated center and nodelist layout function features to work with python3
dave
2015-02-20
1
-11
/
+15
|
*
make layouts accept nodelists and center argument
dave
2015-02-15
1
-21
/
+73
*
|
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
|
/
*
Fix typo in docstring: "nuse" -> "use".
Erick Matsen
2015-01-05
1
-1
/
+1
*
Fixes typo in documentation.
jfinkels
2014-12-05
1
-1
/
+1
*
Better support for large layouts
jsexauer
2014-08-08
1
-2
/
+29
*
Only rescale if fixed is None
Aric Hagberg
2014-07-29
1
-2
/
+0
*
Force double precision in scipy matrix for layout
Aric Hagberg
2013-11-05
1
-1
/
+1
*
Remove spurious print and empty notes field.
Aric Hagberg
2013-01-12
1
-4
/
+0
*
Add force scaling parameter to spring layout.
Aric Hagberg
2013-01-12
1
-12
/
+28
*
Force float dtype in to_scipy_sparse_matrix().
Aric Hagberg
2012-10-17
1
-2
/
+2
*
Some whitespace and formatting housekeeping
Aric Hagberg
2011-12-26
1
-53
/
+45
*
Make sure matrices are typed correctly. Addresses #667
Aric Hagberg
2011-12-26
1
-1
/
+1
*
fix sparse matrix spectral layout imports to import numpy
Dan Schult
2011-07-20
1
-7
/
+14
*
Update layout and stochastic to use weight instead of weighted.
Dan Schult
2011-06-18
1
-62
/
+37
*
Remove statements that do nothing.
Loïc Séguin-C.
2011-02-11
1
-1
/
+0
*
Added documentation for random_layout. Fixes #393
loicseguin
2010-08-10
1
-0
/
+26
*
Move check for import of drawing package to drawing/__init__.py.
aric
2010-08-05
1
-31
/
+21
*
Produce reasonable results for layouts with empty graph or graph with
aric
2010-08-02
1
-0
/
+12
*
Skip tests when numpy is installed by scipy isn't.
aric
2010-07-30
1
-0
/
+4
*
Add fixtures to skip doctests when optional imports are missing.
aric
2010-04-23
1
-0
/
+7
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-9
/
+9
*
Remove lazy import in favor of explicit import with error handling
aric
2009-08-27
1
-13
/
+54
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Removing svn:executable property so nose doesn't print 'skip' messages.
cellison
2009-08-14
1
-0
/
+0
*
Changes to examples in the doc/source and to a docstring in layout.py that di...
dschult
2009-08-13
1
-0
/
+1
*
Merge attrgraph branch into trunk
aric
2009-08-11
1
-2
/
+2
*
Add sparse fruchterman reingold layout and option to
aric
2009-02-19
1
-51
/
+140
*
Adjust layout.py algorithms to use float32 data by default.
aric
2009-02-18
1
-12
/
+16
*
Use a combination of imports inside functions (for matplotlib and
aric
2009-02-17
1
-8
/
+6
*
Update layout.py
aric
2009-02-16
1
-241
/
+335
*
Add import of networkx and fix raise statements in layout.py.
aric
2009-01-07
1
-3
/
+4
*
udpate drawing docstrings and rst
aric
2008-11-08
1
-1
/
+6
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
1
-6
/
+11
*
Fix error handling (add import and adjust messages).
aric
2008-07-18
1
-5
/
+4
*
Bugfix when spectral_layout is given initial node positions.
dschult
2007-05-01
1
-0
/
+1
*
attempt to provide backward compatibility with matplotlib with Numeric
aric
2007-01-23
1
-3
/
+7
*
remove Numeric imports from layout.py in favor of numpy
aric
2006-11-10
1
-6
/
+1
*
use None instead of False as default keyword argument in spring_layout
aric
2006-07-15
1
-4
/
+2
*
use numpy if available or else try Numeric
aric
2006-04-25
1
-5
/
+8
*
modify test hooks for new locations
aric
2005-12-01
1
-1
/
+5
*
Move testing directory up one level.
aric
2005-07-15
1
-1
/
+1
*
Name change from NX->networkx
aric
2005-07-13
1
-0
/
+274