summaryrefslogtreecommitdiff
path: root/networkx/drawing/tests/test_pylab.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-071-3/+7
* Modify and document behavior of nodelist param in draw_networkx_edges. (#4378)Ross Barnowski2020-12-021-0/+20
* 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-191-5/+5
* Updated draw_networkx to accept numpy array for edgelist (#4132)Tanguy Fardet2020-08-051-0/+5
* Format w/ blackJarrod Millman2020-07-101-94/+133
* Handle kwds explicitly in draw_networkx (#4033)Jeremias Traub2020-07-051-1/+5
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-221-1/+1
* Fix return values when drawing empty nodes and edges #3833 (#3854)Sanghack Lee2020-03-081-0/+18
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Fix matplotlib deprecation (#3697)Jarrod Millman2019-10-301-1/+1
* PEP8 fixes to testsJarrod Millman2019-10-181-2/+2
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-12/+8
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-3/+2
* Add minimum source and target margin to draw_networkx_edges. (#3390)Rajendra Adhikari2019-09-231-0/+22
* Fix edge_color inconsistency with node_color and description. (#3395)Jose Pinilla2019-05-031-3/+52
* Allow multidigraph edgelist in draw_networkx (#3365)Dan Schult2019-03-301-0/+6
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-271-0/+1
* Pep8 fixesJarrod Millman2018-01-201-4/+4
* Add nx_pylab testsJarrod Millman2017-08-171-12/+89
* Improve drawing test scripts (typos, newlines, methods)Michael-E-Rose2016-02-201-15/+10
* Make test_draw() more robust.chebee7i2015-01-051-12/+18
* Remove "sci" calls that break embedding in wx. (I don't think they are needed).Aric Hagberg2012-08-051-8/+7
* Update testsAric Hagberg2011-11-181-0/+2
* More imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-3/+1
* Don't warn on multiple matplotlib.use() calls.Aric Hagberg2011-01-161-1/+1
* Handle testing with no DISPLAY environment.Aric Hagberg2010-12-111-2/+2
* Set matplotlib backend to image ('ps') backend to handle case with no DISPLAY...Aric Hagberg2010-09-201-4/+7
* Some cleanup for nosetests.cellison2010-04-151-1/+2
* Fix bugs in pylab testsaric2009-08-281-7/+7
* Convert drawing tests to functional tests and use SkipTest if optionalaric2009-08-281-0/+37