summaryrefslogtreecommitdiff
path: root/examples/basic
Commit message (Collapse)AuthorAgeFilesLines
* Don't import nx from networkx (#4403)Jarrod Millman2020-12-011-1/+1
|
* Add simple graph w/ manual layout (#4291)Jarrod Millman2020-10-261-0/+60
| | | | | | | * Draw simple graph w/ manual layout * Add example from Dan * Move per Ross suggestion
* Add seeds to gallery examples for reproducibility (#4276)Ross Barnowski2020-10-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Seed layout basic/plot_properties. * Seed simple path example * Switch node cmap example to deterministic layout * Seed layout in edge_colormap example * Seed graph gen and layout in ego_graph example * Seed random_geometric_graph example. * Seed layout and pad axes w/ tight_layout. * Seed and modify colors for directed example. * Seeded graph gen and layout * Switch to plasma colormap for better contrast on light bgnd * Seed layout and tight_layout sampson example * Seed and pad axes for unix email example * Seed graph gen and layout for erdos_renyi example * Seed graph gen and layout of degree_seq example * Seed layout of football example * Seed layout for krackhardt centrality example * Seed davis club example * Seed and use np alias in blockmodel example * Seed beam search example. * Seed random graph in eigenval example * Seed heavy metal layout and pad axes * Use deterministic layout for rgraph example * Seed layout for printgraph example. * Add seed to antigraph example. * Use single rng seed value. For examples with multiple uses of rng's (e.g. one for generating a random graph, and another for layout) use a single integer value as the seed for both. * Remove unnecessary submodule paths from examples.
* Use seed to make plot fixed (#4260)Jarrod Millman2020-10-161-1/+2
|
* Add links to data filesJarrod Millman2019-11-161-2/+0
|
* Update examplesJarrod Millman2019-11-112-28/+12
|
* Update copyrightJarrod Millman2019-03-302-2/+2
|
* Fix examplesJarrod Millman2018-11-141-4/+4
|
* Delete extra space. (#2904)Baurzhan Muftakhidinov2018-03-131-1/+1
|
* Update copyrightJarrod Millman2018-01-202-2/+2
|
* Refactor examples (#2527)Jarrod Millman2017-07-212-20/+30
| | | | | | | | | | | | * Fix unix_email and plot more examples * Fix doctest * Fix more examples * Fix AntiGraph.degree generator error in examples * Style/consistency changes and plot more examples
* Fix sphinx (#2517)Jarrod Millman2017-07-173-19/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ensure valid rst file * Edit text * Update README and package docstring * Add myself as a contributor * Update gitwash * Fix warnings/errors except citations/footnotes * Remove old note about 3.0 incompatibility * Remove stale ref to gh-pages * Create top-level tools directory (standard practice) * Use sphinx-gallery extension for examples * Sphinx-gallery generates images for `plot_` examples * Comply with pep8 * Don't save figures
* Adjusts imports in drawing with graphviz for v2.0Dan Schult2016-01-112-5/+6
| | | | | Also adjusts examples and docs Cherry-pick from #1930
* Update copyrightsMridul Seth2016-01-011-1/+1
|
* Fix copyrightsJGab2015-04-211-1/+1
|
* Ported examples/basic. Refs #384loicseguin2010-08-052-18/+20
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401848
* Add eccentricity note and update examplearic2010-04-071-1/+1
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401670
* License change to BSD.aric2009-08-262-4/+4
| | | | | --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401429
* move examples directory out of doc directoryaric2008-11-132-0/+70
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40961