Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Py3plex Visualization Examples

This directory contains example visualizations showcasing the capabilities of py3plex.

Mosaic Banners

Three mosaic banners have been created to showcase py3plex visualizations:

1. py3plex_showcase.png

Featured in main README

  • Professional showcase with varied layout
  • Features 11 different visualization types
  • Dimensions: 3318 x 1425 pixels
  • Visualizations included:
    • Multilayer diagonal layout
    • Edge-colored projection
    • Radial layers with inter-layer edges
    • Small multiples
    • Supra-adjacency heatmap
    • Hairball plot
    • Community detection
    • Network embeddings
    • Temporal networks
    • Radial compact layout
    • Biomine community
    • Complete analysis
    • Multilayer network analysis

2. py3plex_mosaic_banner.png

3x3 grid layout

  • Symmetric grid showing 9 visualization types
  • Dimensions: 2775 x 1650 pixels
  • Each visualization labeled with descriptive text

3. py3plex_banner_horizontal.png

Compact horizontal banner

  • Horizontal layout with 6 visualizations
  • Dimensions: 3321 x 550 pixels
  • Ideal for narrow banner spaces

Regenerating Banners

To regenerate the mosaic banners:

cd /home/runner/work/py3plex/py3plex
python create_mosaic_banner.py

This script:

  • Loads existing example images from this directory
  • Creates three different banner layouts
  • Saves them back to this directory

Individual Visualizations

All other PNG files in this directory are individual visualization examples generated by the scripts in the examples/ directory:

  • multilayer*.png - Various multilayer network layouts
  • communities*.png - Community detection results
  • embedding*.png - Network embedding visualizations
  • hairball.png - Hairball plot example
  • temporal.png - Temporal network dynamics
  • biomine*.png - Biological network examples
  • And many more...

Usage in Documentation

To use these images in documentation:

![Description](example_images/filename.png)

For relative paths in the repository:

![Description](../example_images/filename.png)

Image Format

All images are in PNG format with:

  • High resolution (150 DPI)
  • Transparent or white backgrounds
  • Optimized for web display