summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Replace .A call with .toarray for sparse array in example. (#6106)Ross Barnowski2022-11-011-1/+1
* Fix failing example due to mpl 3.6 colorbar. (#5994)Ross Barnowski2022-09-301-1/+1
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-221-1/+1
* Update precommit hooks (#5923)Jarrod Millman2022-08-211-1/+1
* Gallery example: Morse code alphabet as a prefix tree (#5867)Ross Barnowski2022-07-181-0/+96
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-313-3/+3
* added edge labels in weighted graph (#5521)Nikita Sharma2022-04-121-1/+4
* Update black (#5438)Mridul Seth2022-03-291-1/+1
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-121-1/+1
* Touchups and suggestions for subgraph gallery example (#5225)Ross Barnowski2021-12-171-109/+21
* Add traveling salesman problem to example gallery (#4874)eskountis2021-12-121-0/+52
* [MRG] Create plot_subgraphs.py example (#5165)Andrew Knyazev2021-12-121-0/+258
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* Style changes (#5022)Dan Schult2021-08-143-18/+3
* Changes to rst files to make doctests pass (#4947)Dan Schult2021-07-071-2/+2
* Fixes #4275 - Add comment to parallel betweenness example (#4926)Alex Korbonits2021-06-281-1/+5
* Doc/fix 403 error drawing custom icons (#4906)Ross Barnowski2021-06-164-12/+23
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-083-4/+3
* adds implementation of SNAP summarization algorithm (#4463)Douglas Fenstermacher2021-05-171-0/+108
* fix urllib import (#4793)Xiangyu Xu2021-05-142-3/+3
* make plots less dense, enable plotting for igraph (#4791)Mridul Seth2021-05-141-11/+18
* Remove mayavi and cartopy dependencies (#4800)Jarrod Millman2021-05-131-0/+0
* imread(url) is deprecated, use pillow + urllib to load image from URL (#4790)Mridul Seth2021-05-111-2/+5
* Gallery Example: Drawing custom node icons on network using MPL (#4633)Alex Walker2021-05-111-0/+61
* Make main default branch (and remove gitwash) (#4649)Jarrod Millman2021-03-047-7/+7
* Correct and update Atlas example (#4635)Dan Schult2021-02-261-32/+17
* Remove unnecessary node_list from gallery example (#4505)Jarrod Millman2021-01-141-1/+1
* Gallery support for pygraphviz examples (#4464)Ross Barnowski2021-01-0414-95/+109
* Update geospatial readme (#4504)Jarrod Millman2020-12-311-10/+207
* JavaScript example: fix link (#4450)Sebastiaan Lokhorst2020-12-121-1/+1
* Deprecate jit (#4428)Jarrod Millman2020-12-101-37/+0
* Update geospatial readme (#4417)Jarrod Millman2020-12-082-0/+69
* Collect graphviz examples (#4427)Jarrod Millman2020-12-078-3/+7
* Add igraph example (#4404)Jarrod Millman2020-12-071-0/+44
* Add gallery example for drawing self-loops. (#4430)Ross Barnowski2020-12-071-0/+29
* Remove advanced example section (#4429)Jarrod Millman2020-12-065-56/+0
* Refactor gallery (#4422)Jarrod Millman2020-12-0631-208/+146
* Add plotting examples for geospatial data (#4366)Levi John Wolf2020-12-0312-0/+856
* DOC: geospatial example using lines (#4407)Martin Fleischmann2020-12-034-43/+138
* Use str dunder (#4412)Jarrod Millman2020-12-035-7/+5
* Add plot for rcm example (#4411)Jarrod Millman2020-12-031-4/+10
* Add words graph plot (#4409)Jarrod Millman2020-12-021-2/+20
* Add circuit plot (#4408)Jarrod Millman2020-12-021-11/+27
* Don't import nx from networkx (#4403)Jarrod Millman2020-12-014-4/+4
* Add gene-gene network (#4269)Jarrod Millman2020-11-242-0/+78819
* add OSMnx example (#4383)Geoff Boeing2020-11-241-7/+39
* Enable mayavi in sphinx gallery. (#4297)Ross Barnowski2020-11-141-2/+4
* Deprecate nx_shp (#4298)Jarrod Millman2020-11-134-0/+62
* Update adjacency_iter to adjacency (#4339)Jon Crall2020-11-121-4/+4