Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add examples to Gallery #610

Open
maximelucas opened this issue Oct 24, 2024 · 2 comments
Open

add examples to Gallery #610

maximelucas opened this issue Oct 24, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@maximelucas
Copy link
Collaborator

maximelucas commented Oct 24, 2024

The Gallery of our online docs, is now generated with Sphinx-gallery. It's used for example by Matplotlib and NetworkX.

It would be nice to add more examples to the Gallery.

To add an example, simply add a single plot_*.py file containing the python code to one of the subfolders in the examples/ folder.

Ideas of examples to add:

  • layouts :
    • random
    • others
  • stats:
    • examples with other stats, including edge stats in different formats.
    • easy plotting of degree distribution (and edge size distribution)
  • advanced:
    • directed hypergraph
    • some filtering, coloring some subhypergraph
  • new section "controlling colors and shapes:
    • examples where we show many ways to set colors, sizes, shapes of nodes, etc.
  • new section "algorithms":
    • examples to visualize algorithms, like giant component, assortativity, etc

Feel free to add more stuff to this list, we have many examples in the tutos that we can use too.

@maximelucas maximelucas added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 24, 2024
@leotrs
Copy link
Collaborator

leotrs commented Oct 24, 2024

Good shit guys

@maximelucas
Copy link
Collaborator Author

More ideas: showcase some generators, and the loading of datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants