summaryrefslogtreecommitdiff
path: root/networkx/drawing
Commit message (Expand)AuthorAgeFilesLines
* add arrows parameter in draw_networkxSanketDG2015-06-131-2/+12
* 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-214-4/+4
* | MAINT: updated description of this parameter, addresses #1441 (though unit te...Greg Caporaso2015-04-011-2/+2
* | Use importlib instead of __import__Sebastian Kalinowski2015-03-071-1/+2
* | Add pydot_ng as a supported pydot libSebastian Kalinowski2015-03-051-1/+1
|/
* Simply code for importing pydot.chebee7i2015-01-243-70/+33
* Support pydotplus as a (Python 3 compatible) replacement for pydotPaul Moore2015-01-143-13/+34
* Minor correction of comments and default value regarding alphacolin fang2015-01-081-2/+2
* Make test_draw() more robust.chebee7i2015-01-051-12/+18
* Merge pull request #1315 from rainwoodman/labelbboxchebee7i2015-01-051-0/+2
|\
| * allow bbox parameter in draw_networkx_labelsYu Feng2015-01-031-0/+2
* | Fix typo in docstring: "nuse" -> "use".Erick Matsen2015-01-051-1/+1
|/
* Fixes typo in documentation.jfinkels2014-12-051-1/+1
* Enable Travis testing of nx_pydot.py under Python 2.7ysitu2014-11-041-2/+7
* Remove references to networkx.lanl.govysitu2014-10-212-17/+13
* ENH : if explicitly passed labels draw them by defaultThomas A Caswell2014-09-171-17/+16
* Better support for large layoutsjsexauer2014-08-081-2/+29
* Only rescale if fixed is NoneAric Hagberg2014-07-291-2/+0
* Add parameter description to draw functions docsLorenzo Saino2014-05-271-7/+74
* Force double precision in scipy matrix for layoutAric Hagberg2013-11-052-2/+2
* Correct docstrings for pylab drawing. Fixes #954.chebee7i2013-09-141-10/+6
* Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.chebee7i2013-09-092-282/+73
* Merge pull request #812 from chebee7i/pydotchebee7i2013-09-082-73/+282
|\
| * iteritems -> items for Python3 compatibility.chebee7i2013-07-201-1/+1
| * Merge branch 'pydot' into pydot2chebee7i2013-07-202-73/+282
| |\
| | * Updating docstring for draw_pydot().chebee7i2013-07-111-3/+3
| | * Make draw_pydot() use nxParams['pydot_show'] when show=None.chebee7i2013-04-241-5/+1
| | * Whitespace changes and removing the usage of @requireschebee7i2013-04-241-11/+8
| | * Fixing default show mode for draw_pydot.chebee7i2013-01-081-3/+4
| | * Small typo. Missing pydot import. Updated tests.chebee7i2013-01-082-11/+19
| | * Better pydot conversion. Add draw_pydot().chebee7i2013-01-081-69/+285
| | * Remove deprecated pydot drawing functions.chebee7i2013-01-071-14/+0
* | | Merge pull request #936 from tacaswell/draw_bugAric Hagberg2013-08-151-0/+3
|\ \ \
| * | | modified `nx_pylab.draw()` so that it does not draw node labels as theThomas A Caswell2013-08-151-0/+3
| * | | pep8 compliance workThomas A Caswell2013-08-151-126/+132
* | | | Merge pull request #935 from tacaswell/draw_return_docAric Hagberg2013-08-151-126/+152
|\ \ \ \ | |/ / / |/| | |
| * | | pep8 compliance workThomas A Caswell2013-08-151-126/+132
| * | | added documentation for return type to `draw_networkx_nodes`,Thomas A Caswell2013-08-151-0/+20
| |/ /
* | | Add pydot fix from issue #923Aric Hagberg2013-08-111-3/+20
|/ /
* | Whitespace cleanup/formattingAric Hagberg2013-07-192-26/+19
* | Check for dot_parser to catch error importing pydotAric Hagberg2013-07-192-0/+2
* | 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
|/