summaryrefslogtreecommitdiff
path: root/networkx/drawing
Commit message (Expand)AuthorAgeFilesLines
* Fix edge drawing performance regression (#4825)Ross Barnowski2021-05-262-127/+219
* Refactor testing utilities (#4829)Jarrod Millman2021-05-262-11/+11
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-9/+8
* switch alias direction of spring_layout and fruchterman_reingold_layout (#4820)Dan Schult2021-05-191-3/+4
* Use `callable()` to check if the object is calllable (#1) (#4678)Harsh Mishra2021-05-181-1/+1
* Add auto-margin scaling in draw_networkx_nodes function (fix for issue 3443) ...Eric Sims2021-05-121-0/+13
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-111-2/+2
* Refactor bipartite and multipartite layout (#4653)Dimitrios Papageorgiou2021-03-081-61/+35
* Remove mktemp usage (#4593)Stefan van der Walt2021-02-082-3/+9
* Use Pillow for viewing AGraph output and deprecate default_opener (#4600)Ross Barnowski2021-02-082-13/+8
* Pygraphviz choco (#4583)Jarrod Millman2021-02-021-0/+1
* Simplify test pylab (#4577)Jarrod Millman2021-01-281-220/+231
* Partially revert #4378 - Modify behavior of nodelist param in draw_networkx_e...Ross Barnowski2021-01-152-31/+5
* fixing the width argument description of the function draw_networkx (#4479)Alexandre Amory2021-01-143-268/+277
* `arrows` should be True by default for directed graphs (#4522)Stefan van der Walt2021-01-142-17/+3
* Handle self-loops for single self-loop (drawing) (#4425)Ross Barnowski2020-12-212-1/+45
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-123-37/+39
* Standard imports (#4401)Jarrod Millman2020-12-074-30/+42
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-2/+2
* Modify and document behavior of nodelist param in draw_networkx_edges. (#4378)Ross Barnowski2020-12-022-3/+40
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-26/+21
* TST: Boost test coverage of nx_pylab module (#4375)Ross Barnowski2020-11-242-2/+73
* Add additional libraries to intersphinx mapping (#4372)Ross Barnowski2020-11-191-8/+6
* MNT: make the self-loop appear in all cases (#4370)Thomas A Caswell2020-11-191-35/+31
* API: always use list of FancyArrowPatch rather than LineCollection (#4360)Thomas A Caswell2020-11-192-122/+141
* Update homepage URL (#4285)Jarrod Millman2020-10-251-6/+6
* Simplify importsJarrod Millman2020-09-152-62/+18
* Some docstring fixes for draw_networkx_edge_labels() in nx_pylab.py + one typ...Alex Malins2020-08-291-32/+42
* Format python in docstrings (#4168)Jarrod Millman2020-08-195-16/+16
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* API: Add `show` kwarg to view_pygraphviz. (#4155)Ross Barnowski2020-08-152-11/+40
* MAINT,TST: Improve coverage of nx_agraph module (#4156)Ross Barnowski2020-08-152-18/+143
* add rescale_layout_dict to change scale of the layout_dicts (#4154)Dan Schult2020-08-142-0/+59
* Updated draw_networkx to accept numpy array for edgelist (#4132)Tanguy Fardet2020-08-052-1/+6
* Fix planar_layout docstring (#4097)Christoph Deil2020-07-211-6/+0
* Clear pygraphviz object after creating networkx object (#4070)PranayAnchuri2020-07-141-1/+3
* Format w/ blackJarrod Millman2020-07-108-518/+638
* Ran pyupgrade --py36plusJarrod Millman2020-07-101-1/+1
* Implemented multipartite_layout (#3815)Jose Pinilla2020-07-102-1/+126
* Fixed typo in kamada_kawai_layout docstring (#4059)farhanbhoraniya2020-07-091-1/+1
* Remove unused imports (#3855)Alex Henrie2020-07-063-9/+1
* Handle kwds explicitly in draw_networkx (#4033)Jeremias Traub2020-07-052-27/+61
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-053-39/+39
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-221-1/+1
* Fix return values when drawing empty nodes and edges #3833 (#3854)Sanghack Lee2020-03-082-2/+24
* Shrink the source side of an arrow properly when drawing a directed edge. #38...Sanghack Lee2020-01-311-5/+6
* fix initializer for kamada_kawai_layout (networkx #3658) (#3782)Kelly Boothby2020-01-202-46/+76
* Upgrade to Py36 syntaxJarrod Millman2020-01-016-9/+9
* Convert %-format to fstringJarrod Millman2020-01-013-8/+7
* Fix scaling of single node shells in shall_layout (#3764)Dan Schult2019-12-282-19/+29