summaryrefslogtreecommitdiff
path: root/examples/javascript
Commit message (Collapse)AuthorAgeFilesLines
* Javascript exemple update (#3329)jeanfrancois85122019-03-034-71/+102
| | | | | | | | | | | | * Upgrade D3 version to v4 * Change CSS selector to match with the new svg format. * Change href to point to the force folder * New spring graph rendering script with draggable nodes * Change the route to server root
* Add missing files to distribution. (#2955)Haochen Wu2018-05-221-0/+0
|
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
| | | | | | | | | | Found via `codespell -q 3 -I ../networkx-whitelist.txt` where whitelist consisted of: ``` ans childs iff nd te ```
* Update copyrightJarrod Millman2018-01-201-1/+1
|
* Fix examples (#2606)Jarrod Millman2017-08-121-1/+1
| | | Changes due to PR #2604
* Refactor examples (#2527)Jarrod Millman2017-07-211-4/+3
| | | | | | | | | | | | * 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-172-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* simple short flask server to deliver exampleIanto Lin Xi2016-02-221-1/+10
|
* remove dependency on http_serverIanto Lin Xi2016-02-221-4/+1
|
* remove http serverIanto Lin Xi2016-02-221-83/+0
| | | | Signed-off-by: Ianto Lin Xi <ianto@kite.com>
* Adjusts imports in drawing with graphviz for v2.0Dan Schult2016-01-111-4/+4
| | | | | Also adjusts examples and docs Cherry-pick from #1930
* Remove bundled D3ysitu2014-07-2012-70/+1
| | | | References to D3 now point to cdnjs.
* Add a "name" attribute for each node in the force.py example graph.Aric Hagberg2012-10-271-1/+5
| | | | The force.js example uses the "name" attribute for the mouse-over value.
* D3 example.Aric Hagberg2011-09-1917-0/+262