summaryrefslogtreecommitdiff
path: root/networkx/drawing/nx_pylab.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace idiom from networkx import * in test filesDan Schult2019-10-121-3/+1
* Add minimum source and target margin to draw_networkx_edges. (#3390)Rajendra Adhikari2019-09-231-29/+43
* Try to bug Fix #3552 (#3554)skhiuk2019-08-221-2/+2
* Fix deprecation warning with Python 3.7 (#3487)Alexander Metz2019-06-231-2/+2
* don't remove ticks of other pyplot axes (#3476)Elan Ernest2019-06-081-4/+4
* Replace cb.iterable with np.iterable (#3458)James Myatt2019-06-061-6/+4
* Fix edge_color inconsistency with node_color and description. (#3395)Jose Pinilla2019-05-031-100/+71
* Update copyrightJarrod Millman2019-03-301-1/+1
* Allow multidigraph edgelist in draw_networkx (#3365)Dan Schult2019-03-301-1/+1
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-271-2/+19
* add connectionstyle parameter (#3307)guidoeco2019-03-241-0/+8
* Remove ticks and tick labels from draw_networkx(), close #3254. (#3255)Edward L Platt2019-02-181-0/+31
* Added documentation for spectral layout (#2971) (#3292)Jens P2019-01-091-1/+6