summaryrefslogtreecommitdiff
path: root/networkx/drawing
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-10-061-3/+4
* Arf layout (#5910)Casper van Elteren2022-08-232-1/+139
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-211-3/+3
* Add warning to nx_agraph about layout nondeterminism. (#5832)Ross Barnowski2022-07-011-1/+15
* Fix pydot colon check node-to-str conversion (#5809)Shaked Brody2022-06-232-3/+16
* Add more comprehensive tests for pydot (#5792)Mridul Seth2022-06-222-5/+29
* Change PyDot PendingDeprecation to Deprecation (#5781)Dan Schult2022-06-161-6/+6
* Remove deprecated display_pygraphviz (#5754)Juanita Gomez2022-06-151-49/+0
* Add PendingDeprecation for pydot (#5721)Jarrod Millman2022-06-111-0/+44
* Recover order of layers in multipartite_layout when layers are sortable (#5705)Ross Barnowski2022-06-092-2/+28
* Catch ':' explicitly while working with pydot (#5710)Mridul Seth2022-06-092-21/+118
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-17/+23
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Error out when pydot fails to correctly parse node names (#5667)Mridul Seth2022-05-262-4/+25
* Extract valid kwds from the function signature for draw_networkx_* (#5660)Mridul Seth2022-05-251-50/+17
* Replace np.flip with indexing in layouts. (#5623)Ross Barnowski2022-05-111-2/+2
* improve docstring for read_doc, see issue #5604 (#5605)Horst JENS2022-05-051-1/+1
* Change default value of arrowstyle for undirected graphs (#5514)Dilara Tekinoglu2022-04-121-3/+13
* Rm incorrect reference from spiral_layout docstring. (#5503)Ross Barnowski2022-04-081-6/+0
* Fix for issue 5212 (#5471)Lukong1232022-04-061-0/+7
* added extra condition for fancy arrow colors (#5407)blokhinnv2022-04-042-5/+37
* Update black (#5438)Mridul Seth2022-03-291-6/+6
* [nx_pylab] fix StopIteration, if empty dict is passed for labels. (#5372)Martin K. Scherer2022-03-042-2/+13
* Fix spiral_layout when equidistant=True (#5354)Anutosh Bhat2022-02-272-4/+17
* Use pytest-mpl (#4579)Jarrod Millman2022-02-122-0/+26
* Add informative exception for drawing multiedge labels. (#5316)Ross Barnowski2022-02-122-0/+22
* Update `draw_<layout>` docstrings with usage examples (#5264)Ross Barnowski2022-02-121-37/+172
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-182-7/+7
* Compatibility updates from testing with numpy/scipy/pytest rc's (#5226)Ross Barnowski2021-12-121-1/+1
* Investigate pre-release test failures (#5208)Ross Barnowski2021-12-032-33/+14
* xfail pydot tests. (#5187)Ross Barnowski2021-11-181-0/+1
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-4/+2
* Rm passing ax.transOffset to LineCollection. (#5173)Ross Barnowski2021-11-061-1/+0
* Bugfix for issue 5123 (#5153)Daniel Haden2021-11-032-1/+13
* Add option for arrowsize to be a list (#5154)Dimitrios Papageorgiou2021-10-272-4/+37
* 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-162-2/+128
* Change exception varname e to err (#5130)Dan Schult2021-10-153-16/+20
* Consistent return type in dictionary output of rescale_layout and rescale_lay...Casper van Elteren2021-10-142-7/+22
* Deprecate `random_state` decorator (#5055)Ross Barnowski2021-09-121-5/+5
* Fix bug in selfloop drawing in draw_networkx_edges (#5048)Ross Barnowski2021-08-302-4/+14
* Style changes (#5022)Dan Schult2021-08-141-5/+1
* Update arrows default value in draw_networkx. (#4883)Ross Barnowski2021-06-162-2/+33
* spring_layout: ignore 'fixed' nodes not in the graph nodes (#4867)Danylo Ulianych2021-06-061-1/+2
* 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