summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of pos node attribute in to_agraph (#6474)Navya Agarwal2023-04-061-0/+12
* Fix typos (#6620)Harri Nieminen2023-04-041-1/+1
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* Create a Tikz latex drawing feature for networkx (#6238)Dan Schult2023-01-041-0/+292
* Warn on unused visualization kwargs that only apply to FancyArrowPatch edges ...Ross Barnowski2022-10-211-0/+37
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-10-061-3/+4
* Arf layout (#5910)Casper van Elteren2022-08-231-1/+26
* Fix pydot colon check node-to-str conversion (#5809)Shaked Brody2022-06-231-0/+13
* Add more comprehensive tests for pydot (#5792)Mridul Seth2022-06-221-0/+24
* Recover order of layers in multipartite_layout when layers are sortable (#5705)Ross Barnowski2022-06-091-0/+21
* Catch ':' explicitly while working with pydot (#5710)Mridul Seth2022-06-091-9/+53
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-023-6/+6
* Error out when pydot fails to correctly parse node names (#5667)Mridul Seth2022-05-261-4/+15
* added extra condition for fancy arrow colors (#5407)blokhinnv2022-04-041-1/+28
* [nx_pylab] fix StopIteration, if empty dict is passed for labels. (#5372)Martin K. Scherer2022-03-041-0/+8
* Fix spiral_layout when equidistant=True (#5354)Anutosh Bhat2022-02-271-0/+9
* Use pytest-mpl (#4579)Jarrod Millman2022-02-122-0/+26
* Add informative exception for drawing multiedge labels. (#5316)Ross Barnowski2022-02-121-0/+15
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-1/+1
* Investigate pre-release test failures (#5208)Ross Barnowski2021-12-031-22/+11
* xfail pydot tests. (#5187)Ross Barnowski2021-11-181-0/+1
* Bugfix for issue 5123 (#5153)Daniel Haden2021-11-031-0/+12
* Add option for arrowsize to be a list (#5154)Dimitrios Papageorgiou2021-10-271-0/+22
* Update nx_pylab drawing edge color and width tests (#5134)Ross Barnowski2021-10-251-73/+233
* Drop Py37 (#5143)Jarrod Millman2021-10-231-6/+4
* Refactor linestyle test for FancyArrowPatches. (#5132)Ross Barnowski2021-10-231-104/+56
* Allow edge style to be a list of styles for DiGraphs (#5131)Martin Becker2021-10-161-0/+108
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-141-2/+16
* Fix bug in selfloop drawing in draw_networkx_edges (#5048)Ross Barnowski2021-08-301-0/+10
* Style changes (#5022)Dan Schult2021-08-141-5/+1
* Update arrows default value in draw_networkx. (#4883)Ross Barnowski2021-06-161-0/+26
* Fix edge drawing performance regression (#4825)Ross Barnowski2021-05-261-3/+37
* Refactor testing utilities (#4829)Jarrod Millman2021-05-262-11/+11
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-9/+8
* 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-081-9/+0
* 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-151-20/+0
* `arrows` should be True by default for directed graphs (#4522)Stefan van der Walt2021-01-141-7/+0
* Handle self-loops for single self-loop (drawing) (#4425)Ross Barnowski2020-12-211-0/+36
* Standard imports (#4401)Jarrod Millman2020-12-072-4/+8
* Modify and document behavior of nodelist param in draw_networkx_edges. (#4378)Ross Barnowski2020-12-021-0/+20
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-26/+21
* TST: Boost test coverage of nx_pylab module (#4375)Ross Barnowski2020-11-241-0/+73
* API: always use list of FancyArrowPatch rather than LineCollection (#4360)Thomas A Caswell2020-11-191-11/+6
* Format python in docstrings (#4168)Jarrod Millman2020-08-192-6/+6
* API: Add `show` kwarg to view_pygraphviz. (#4155)Ross Barnowski2020-08-151-9/+18
* MAINT,TST: Improve coverage of nx_agraph module (#4156)Ross Barnowski2020-08-151-3/+125
* add rescale_layout_dict to change scale of the layout_dicts (#4154)Dan Schult2020-08-141-0/+18