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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add arrows parameter in draw_networkx
SanketDG
2015-06-13
1
-2
/
+12
*
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
4
-4
/
+4
*
|
MAINT: updated description of this parameter, addresses #1441 (though unit te...
Greg Caporaso
2015-04-01
1
-2
/
+2
*
|
Use importlib instead of __import__
Sebastian Kalinowski
2015-03-07
1
-1
/
+2
*
|
Add pydot_ng as a supported pydot lib
Sebastian Kalinowski
2015-03-05
1
-1
/
+1
|
/
*
Simply code for importing pydot.
chebee7i
2015-01-24
3
-70
/
+33
*
Support pydotplus as a (Python 3 compatible) replacement for pydot
Paul Moore
2015-01-14
3
-13
/
+34
*
Minor correction of comments and default value regarding alpha
colin fang
2015-01-08
1
-2
/
+2
*
Make test_draw() more robust.
chebee7i
2015-01-05
1
-12
/
+18
*
Merge pull request #1315 from rainwoodman/labelbbox
chebee7i
2015-01-05
1
-0
/
+2
|
\
|
*
allow bbox parameter in draw_networkx_labels
Yu Feng
2015-01-03
1
-0
/
+2
*
|
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
*
Enable Travis testing of nx_pydot.py under Python 2.7
ysitu
2014-11-04
1
-2
/
+7
*
Remove references to networkx.lanl.gov
ysitu
2014-10-21
2
-17
/
+13
*
ENH : if explicitly passed labels draw them by default
Thomas A Caswell
2014-09-17
1
-17
/
+16
*
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
*
Add parameter description to draw functions docs
Lorenzo Saino
2014-05-27
1
-7
/
+74
*
Force double precision in scipy matrix for layout
Aric Hagberg
2013-11-05
2
-2
/
+2
*
Correct docstrings for pylab drawing. Fixes #954.
chebee7i
2013-09-14
1
-10
/
+6
*
Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.
chebee7i
2013-09-09
2
-282
/
+73
*
Merge pull request #812 from chebee7i/pydot
chebee7i
2013-09-08
2
-73
/
+282
|
\
|
*
iteritems -> items for Python3 compatibility.
chebee7i
2013-07-20
1
-1
/
+1
|
*
Merge branch 'pydot' into pydot2
chebee7i
2013-07-20
2
-73
/
+282
|
|
\
|
|
*
Updating docstring for draw_pydot().
chebee7i
2013-07-11
1
-3
/
+3
|
|
*
Make draw_pydot() use nxParams['pydot_show'] when show=None.
chebee7i
2013-04-24
1
-5
/
+1
|
|
*
Whitespace changes and removing the usage of @requires
chebee7i
2013-04-24
1
-11
/
+8
|
|
*
Fixing default show mode for draw_pydot.
chebee7i
2013-01-08
1
-3
/
+4
|
|
*
Small typo. Missing pydot import. Updated tests.
chebee7i
2013-01-08
2
-11
/
+19
|
|
*
Better pydot conversion. Add draw_pydot().
chebee7i
2013-01-08
1
-69
/
+285
|
|
*
Remove deprecated pydot drawing functions.
chebee7i
2013-01-07
1
-14
/
+0
*
|
|
Merge pull request #936 from tacaswell/draw_bug
Aric Hagberg
2013-08-15
1
-0
/
+3
|
\
\
\
|
*
|
|
modified `nx_pylab.draw()` so that it does not draw node labels as the
Thomas A Caswell
2013-08-15
1
-0
/
+3
|
*
|
|
pep8 compliance work
Thomas A Caswell
2013-08-15
1
-126
/
+132
*
|
|
|
Merge pull request #935 from tacaswell/draw_return_doc
Aric Hagberg
2013-08-15
1
-126
/
+152
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
pep8 compliance work
Thomas A Caswell
2013-08-15
1
-126
/
+132
|
*
|
|
added documentation for return type to `draw_networkx_nodes`,
Thomas A Caswell
2013-08-15
1
-0
/
+20
|
|
/
/
*
|
|
Add pydot fix from issue #923
Aric Hagberg
2013-08-11
1
-3
/
+20
|
/
/
*
|
Whitespace cleanup/formatting
Aric Hagberg
2013-07-19
2
-26
/
+19
*
|
Check for dot_parser to catch error importing pydot
Aric Hagberg
2013-07-19
2
-0
/
+2
*
|
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
|
/
[next]