| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Doc/fix 403 error drawing custom icons (#4906) * Add local copies of custom node icon pngs. * Update example to use local images. * Force FancyArrowPatch to respect tgt distances. min/max_target_distance kwargs are only supported by FancyArrowPatch. Force drawing with FAPs and add comment explaining how/why. * Add seed to layout for reproducibility. | 5 年前 | |
Fix sphinx (#2517) * 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 | 8 年前 | |
Remove all the symbolic links from the 'examples/' directory | 10 年前 | |
Remove all the symbolic links from the 'examples/' directory | 10 年前 | |
Circular center node layout (#6114) * center_node positioned according to param center * code formatting * Reverted to files in main * Adds example of custom node position * fixes spaces in layout.py * Update examples/drawing/plot_center_node.py Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> * clearer comment on custom node position Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | 3 年前 | |
Update readwrite docstrings for the `path` parameter (#7835) * Update readwrite docstrings for the `path` parameter Some read functions said "write", and some didn't describe the ability to compress or decompress. Also, I prefer "decompressed" over "uncompressed". | 1 年前 | |
bugfix: use supergraph to compute superpos in plot_clusters example (#7997) * bugfix: use supergraph to compute superpos * bugfix: sensible scale for superpos as explained in #issuecomment-2826344631 | 1 年前 | |
Doc/fix 403 error drawing custom icons (#4906) * Add local copies of custom node icon pngs. * Update example to use local images. * Force FancyArrowPatch to respect tgt distances. min/max_target_distance kwargs are only supported by FancyArrowPatch. Force drawing with FAPs and add comment explaining how/why. * Add seed to layout for reproducibility. | 5 年前 | |
Autoformat with ruff | 2 年前 | |
Fix failing example due to mpl 3.6 colorbar. (#5994) | 3 年前 | |
Add seeds to gallery examples for reproducibility (#4276) * 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. | 5 年前 | |
Add seeds to gallery examples for reproducibility (#4276) * 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. | 5 年前 | |
Ensure standard import conventions are used (#7821) * Ensure standard import conventions are used * Stricter regex * haha, oops. Also, add `^ *` to regex (start of line, maybe spaces) Adding `^ *` to the regex should help prevent false positives. | 1 年前 | |
Update "four_grids" gallery example (#4264) * Add a slightly more descriptive introduction. * Use subplots to show populating axes individually. * Prevent node clipping with axes margins. * Switch color scheme to tableau * Add seed for reproducible layout. * Apply comments from code review | 5 年前 | |
Autoformat with ruff | 2 年前 | |
Activate pycodestyle in linting pre-commit (#7859) * Add pycodestyle and configure. - Config: ignore E741. - Config: exclude top-level __init__.py - Config: ignore bare exception error. * Fix E721 * Fix E402. * Fix E712. * Fix E711. * Fix E731 - don't assign lambda fns. --------- Co-authored-by: Dan Schult <dschult@colgate.edu> | 1 年前 | |
Autoformat with ruff | 2 年前 | |
Autoformat with ruff | 2 年前 | |
Update developer requirements (#6429) * Update developer requirements * Run linter | 3 年前 | |
Add seeds to gallery examples for reproducibility (#4276) * 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. | 5 年前 | |
Autoformat with ruff | 2 年前 | |
Remove unnecessary `dict(...)` for SSSP algos that return dicts (#7878) * Remove unnecessary `dict(...)` for SSSP algos that return dicts * Also update for `shortest_path` and `shortest_path_length` | 1 年前 | |
Minor update to zip examples (#8544) * Slightly more idiomatic Python - Zipfile as context manager - import Path object directly. * Replace BytesIO with read/split/parse_edgelist. * Replace plt.decl with fig, ax objects. | 6 个月前 | |
Autoformat with ruff | 2 年前 | |
Autoformat with ruff | 2 年前 | |
Add links to data files | 6 年前 | |
Add a new gallery spring layout (#8042) * Add a new gallery spring layout * Refine documentation and add negative weight graph * RST formatting nits --------- Co-authored-by: Ross Barnowski <rossbar@caltech.edu> | 1 年前 | |
Add linting for line length in docstrings and comments (#7938) * Turn on docstring max line length in pyproject. - Arbitrarily set character limit to 110 - Ignore line-length docstring warning in reportviews. * Purely cosmetic: line breaks and reformatting. * pprint docstring example outputs where appropriate. * Use internal link. --------- Co-authored-by: Dan Schult <dschult@colgate.edu> | 1 年前 | |
Update developer requirements (#6429) * Update developer requirements * Run linter | 3 年前 | |
Autoformat with ruff | 2 年前 | |
Sampson's example --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401547 | 16 年前 | |
Remove all the symbolic links from the 'examples/' directory | 10 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 8 年前 | ||
| 10 年前 | ||
| 10 年前 | ||
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 3 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 6 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 16 年前 | ||
| 10 年前 |