summaryrefslogtreecommitdiff
path: root/networkx/drawing
Commit message (Expand)AuthorAgeFilesLines
* Added docstring examples for nx_pylab.py (#6616)cnfionawu2023-05-021-0/+36
* Preserve node order in bipartite_layout (#6644)Haoyang Li2023-04-171-3/+3
* Fix handling of pos node attribute in to_agraph (#6474)Navya Agarwal2023-04-062-0/+19
* Fix typos (#6620)Harri Nieminen2023-04-043-7/+7
* Update pre-commit (#6545)Jarrod Millman2023-03-232-3/+3
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+0
* provide tikz with degrees, not radians (#6360)Dima Pasechnik2023-01-171-2/+2
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-131-66/+66
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-053-6/+6
* Create a Tikz latex drawing feature for networkx (#6238)Dan Schult2023-01-043-0/+864
* doc: clarify allowed `alpha` when using nx.draw_networkx_edges (#6254)Sultan Orazbayev2022-12-051-2/+5
* Warn on unused visualization kwargs that only apply to FancyArrowPatch edges ...Ross Barnowski2022-10-212-4/+73
* 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