summaryrefslogtreecommitdiff
path: root/networkx/drawing/nx_pylab.py
Commit message (Expand)AuthorAgeFilesLines
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-221-3/+3
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-9/+12
* Extract valid kwds from the function signature for draw_networkx_* (#5660)Mridul Seth2022-05-251-50/+17
* Change default value of arrowstyle for undirected graphs (#5514)Dilara Tekinoglu2022-04-121-3/+13
* added extra condition for fancy arrow colors (#5407)blokhinnv2022-04-041-4/+9
* [nx_pylab] fix StopIteration, if empty dict is passed for labels. (#5372)Martin K. Scherer2022-03-041-2/+5
* Add informative exception for drawing multiedge labels. (#5316)Ross Barnowski2022-02-121-0/+7
* Update `draw_<layout>` docstrings with usage examples (#5264)Ross Barnowski2022-02-121-37/+172
* Rm passing ax.transOffset to LineCollection. (#5173)Ross Barnowski2021-11-061-1/+0
* Add option for arrowsize to be a list (#5154)Dimitrios Papageorgiou2021-10-271-4/+15
* Allow edge style to be a list of styles for DiGraphs (#5131)Martin Becker2021-10-161-2/+20
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Fix bug in selfloop drawing in draw_networkx_edges (#5048)Ross Barnowski2021-08-301-4/+4
* Update arrows default value in draw_networkx. (#4883)Ross Barnowski2021-06-161-2/+7
* Fix edge drawing performance regression (#4825)Ross Barnowski2021-05-261-124/+182
* 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
* Partially revert #4378 - Modify behavior of nodelist param in draw_networkx_e...Ross Barnowski2021-01-151-11/+5
* fixing the width argument description of the function draw_networkx (#4479)Alexandre Amory2021-01-141-264/+265
* `arrows` should be True by default for directed graphs (#4522)Stefan van der Walt2021-01-141-10/+3
* Handle self-loops for single self-loop (drawing) (#4425)Ross Barnowski2020-12-211-1/+9
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-31/+31
* Standard imports (#4401)Jarrod Millman2020-12-071-18/+23
* 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-021-3/+20
* TST: Boost test coverage of nx_pylab module (#4375)Ross Barnowski2020-11-241-2/+0
* 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-191-111/+135
* Update homepage URL (#4285)Jarrod Millman2020-10-251-6/+6
* Simplify importsJarrod Millman2020-09-151-57/+17
* 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-191-2/+2
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Updated draw_networkx to accept numpy array for edgelist (#4132)Tanguy Fardet2020-08-051-1/+1
* Format w/ blackJarrod Millman2020-07-101-181/+254
* Remove unused imports (#3855)Alex Henrie2020-07-061-1/+0
* Handle kwds explicitly in draw_networkx (#4033)Jeremias Traub2020-07-051-26/+56
* Fix exception causes and messages all over the codebase (#4015)Ram Rachum2020-07-051-17/+17
* Fix return values when drawing empty nodes and edges #3833 (#3854)Sanghack Lee2020-03-081-2/+6
* Shrink the source side of an arrow properly when drawing a directed edge. #38...Sanghack Lee2020-01-311-5/+6
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* added linestyle as argument (#3747)tombeek1112019-12-131-0/+1
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Add colormap and color limits to LineCollection (#3698)Katherine Klise2019-10-291-0/+3
* Deprecate is_string_likeJarrod Millman2019-10-211-3/+2
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-8/+0
* fix typo docsJuan Orduz2019-10-171-1/+1
* Use pytest for doctestJarrod Millman2019-10-121-9/+5