summaryrefslogtreecommitdiff
path: root/examples/graph/plot_expected_degree_sequence.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gallery (#4422)Jarrod Millman2020-12-061-2/+1
| | | | | | | | | | | | | | | * Add external directory * Move Javascript and JIT * Remove application section * Consolidate and move pygraphviz examples * Clean up imports * Reorder * Fix subclass examples
* Update examplesJarrod Millman2019-11-111-10/+1
|
* Fix exampleJarrod Millman2019-04-041-4/+2
|
* Ensure sphinx-gallery tries running all the examplesJarrod Millman2019-04-041-0/+32
It only runs scripts starting w/ plot_ by default.