summaryrefslogtreecommitdiff
path: root/networkx/drawing/nx_pydot.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pydot colon check node-to-str conversion (#5809)Shaked Brody2022-06-231-3/+3
* Add more comprehensive tests for pydot (#5792)Mridul Seth2022-06-221-5/+5
* Change PyDot PendingDeprecation to Deprecation (#5781)Dan Schult2022-06-161-6/+6
* Add PendingDeprecation for pydot (#5721)Jarrod Millman2022-06-111-0/+44
* Catch ':' explicitly while working with pydot (#5710)Mridul Seth2022-06-091-12/+65
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Error out when pydot fails to correctly parse node names (#5667)Mridul Seth2022-05-261-0/+10
* improve docstring for read_doc, see issue #5604 (#5605)Horst JENS2022-05-051-1/+1
* fixing the width argument description of the function draw_networkx (#4479)Alexandre Amory2021-01-141-3/+9
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-3/+3
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+3
* Format w/ blackJarrod Millman2020-07-101-28/+35
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+4
* Convert %-format to fstringJarrod Millman2020-01-011-4/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Deprecate make_strJarrod Millman2019-10-211-10/+10
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Remove old Python 2 codeJarrod Millman2019-10-181-11/+4
* Use pytest for doctestJarrod Millman2019-10-121-30/+6
* Replaced is with == and minor pycodestyle fixes (#3608)Aditya Pal2019-09-281-3/+3
* Update copyrightJarrod Millman2019-03-301-1/+1
* Update docs for pydot_layout and pygraphviz_layout (#3361)Dan Schult2019-03-281-10/+24
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Fix docstring broken link to Graphviz (#3269)Matthew Gilbert2018-12-061-1/+1
* Do not enforce pydot versions at runtime.Benjamin Peterson2018-11-141-19/+1
* Add docs for graphviz_layout for complex nodes (#3020)Dan Schult2018-06-181-5/+19
* Update copyrightJarrod Millman2018-01-201-1/+1
* API: rm argument `strict` from function `to_pydot` (#2672)Ioannis Filippidis2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Comply with pep8Jarrod Millman2017-07-251-56/+63
* Remove pydot functions deprecated in 2008Jarrod Millman2017-07-251-14/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* PyDot support reverted from "pydotplus" to "pydot"leycec2016-10-061-29/+104
* fix_duplicate_kwarg: Fix a duplicate kwarg that was causing to_agraph and to_...Jake Bogerd2016-02-231-1/+1
* Adjusts imports in drawing with graphviz for v2.0Dan Schult2016-01-111-1/+3
* Examples and doc changesDan Schult2016-01-111-2/+2
* Adjust imports in drawing layouts with graphvizDan Schult2016-01-111-12/+14
* Merge pull request #1898 from dschult/switchto_pydotplusDan Schult2016-01-061-45/+31
|\
| * simplify pydot imports, use testing.utils routinesDan Schult2016-01-031-33/+29
| * Use pydotplus for all supported python versionsDan Schult2016-01-011-26/+16
* | Update copyrightsMridul Seth2016-01-011-1/+1
|/
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* 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-241-44/+28
* Support pydotplus as a (Python 3 compatible) replacement for pydotPaul Moore2015-01-141-10/+25
* Enable Travis testing of nx_pydot.py under Python 2.7ysitu2014-11-041-2/+7
* Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.chebee7i2013-09-091-278/+73