summaryrefslogtreecommitdiff
path: root/networkx/drawing/nx_agraph.py
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of pos node attribute in to_agraph (#6474)Navya Agarwal2023-04-061-0/+7
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-051-1/+1
* Add warning to nx_agraph about layout nondeterminism. (#5832)Ross Barnowski2022-07-011-1/+15
* Remove deprecated display_pygraphviz (#5754)Juanita Gomez2022-06-151-49/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+3
* Change exception varname e to err (#5130)Dan Schult2021-10-151-6/+10
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-181-1/+1
* Use Pillow for viewing AGraph output and deprecate default_opener (#4600)Ross Barnowski2021-02-081-4/+8
* fixing the width argument description of the function draw_networkx (#4479)Alexandre Amory2021-01-141-1/+3
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-5/+5
* API: Add `show` kwarg to view_pygraphviz. (#4155)Ross Barnowski2020-08-151-2/+22
* MAINT,TST: Improve coverage of nx_agraph module (#4156)Ross Barnowski2020-08-151-15/+18
* Clear pygraphviz object after creating networkx object (#4070)PranayAnchuri2020-07-141-1/+3
* Format w/ blackJarrod Millman2020-07-101-47/+53
* Remove unused imports (#3855)Alex Henrie2020-07-061-7/+0
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-12/+12
* Convert %-format to fstringJarrod Millman2020-01-011-3/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use pytest for doctestJarrod Millman2019-10-121-6/+3
* #3575 return coordinates of 3d layouts (#3576)daniel-karl2019-09-121-2/+2
* Update copyrightJarrod Millman2019-03-301-1/+1
* Update docs for pydot_layout and pygraphviz_layout (#3361)Dan Schult2019-03-281-2/+2
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Update docs with all functions left out of rst files (#3091)Dan Schult2018-07-271-2/+0
* Stop pydot expansion of graph attributes upon repeated to_from (#3082)Dan Schult2018-07-231-1/+2
* add binary mode to view_pygraphviz. (#3069)Dan Schult2018-07-161-1/+1
* Add docs for graphviz_layout for complex nodes (#3020)Dan Schult2018-06-181-1/+14
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-6/+6
* Pep8 fixesJarrod Millman2018-01-201-4/+2
* Update copyrightJarrod Millman2018-01-201-1/+1
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-1/+0
* Avoid keyword and attribute clash (#2775)Aric Hagberg2017-11-261-5/+16
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Make graph attributes work both to/from with agraph (#2507)Dan Schult2017-07-101-65/+77
* 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
* Adjust imports in drawing layouts with graphvizDan Schult2016-01-111-15/+15
* Update copyrightsMridul Seth2016-01-011-1/+1
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-4/+4
* Fix copyrightsJGab2015-04-211-1/+1
* Remove references to networkx.lanl.govysitu2014-10-211-9/+5
* Missing to_agraph()Aric Hagberg2012-06-231-0/+1
* doc, formatting, and whitespace cleanupAric Hagberg2012-06-181-20/+19
* Handle name in translation between pygraphviz (AGraph) and networkx.Aric Hagberg2012-06-181-1/+4
* Making view_pygraphviz use the open_file decorator.Chris Ellison2011-07-211-37/+20
* Remove warning.Aric Hagberg2011-03-201-4/+4
* Removed assignment to function call that does not return.Loïc Séguin-C.2011-02-121-3/+3
* merge commitAric Hagberg2011-02-121-1/+0
|\