summaryrefslogtreecommitdiff
path: root/networkx/drawing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Create a Tikz latex drawing feature for networkx (#6238)Dan Schult2023-01-041-0/+1
* Adjust imports in drawing layouts with graphvizDan Schult2016-01-111-2/+2
* Simply code for importing pydot.chebee7i2015-01-241-21/+4
* Support pydotplus as a (Python 3 compatible) replacement for pydotPaul Moore2015-01-141-1/+4
* Specify import errorAric Hagberg2011-12-101-2/+2
* Remove warning.Aric Hagberg2011-03-201-24/+15
* Include layout module when using Python 3. (Scipy now works with Python 3).Aric Hagberg2011-03-011-2/+2
* Move check for import of drawing package to drawing/__init__.py.aric2010-08-051-19/+25
* Finesse name clash of write_dot() and read_dot().aric2009-12-171-4/+18
* Add explicit imports of drawing packagesaric2009-08-281-0/+3
* add import to fix test complaintsaric2009-06-241-0/+1
* Remove duplicate import statement in drawing/__init__.pydschult2009-02-241-1/+0
* Use a combination of imports inside functions (for matplotlib andaric2009-02-171-33/+6
* adjust imports - might want to warn if matplotlib is not connectedaric2008-11-071-0/+4
* Remove obsolete nx_pygraphviz interface (use nx_agraph AGraph() interface).aric2008-01-081-9/+0
* remove Numeric imports from layout.py in favor of numpyaric2006-11-101-2/+2
* Update/add networkx<->pygraphviz (graphviz dot format) examples.aric2006-09-251-5/+4
* Add nx_agraph to provide interface to updated pygraphviz packagearic2006-09-121-0/+10
* use numpy if available or else try Numericaric2006-04-251-6/+8
* Adds interface to pygraphviz with tests.aric2005-08-261-3/+12
* Name change from NX->networkxaric2005-07-131-0/+18