summaryrefslogtreecommitdiff
path: root/examples/javascript/force.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gallery (#4422)Jarrod Millman2020-12-061-40/+0
| | | | | | | | | | | | | | | * Add external directory * Move Javascript and JIT * Remove application section * Consolidate and move pygraphviz examples * Clean up imports * Reorder * Fix subclass examples
* Link to files needed for example (#3752)Jarrod Millman2019-12-171-0/+4
|
* Add links to data filesJarrod Millman2019-11-161-6/+6
|
* Update examplesJarrod Millman2019-11-111-9/+2
|
* PEP8 fixes to testsJarrod Millman2019-10-181-0/+2
|
* Update copyrightJarrod Millman2019-03-301-1/+1
|
* Javascript exemple update (#3329)jeanfrancois85122019-03-031-4/+4
| | | | | | | | | | | | * 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
* 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-171-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Adjusts imports in drawing with graphviz for v2.0Dan Schult2016-01-111-4/+4
| | | | | Also adjusts examples and docs Cherry-pick from #1930
* 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-191-0/+24