File:Watts strogatz.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 720 × 540 pixels, file size: 42 KB)

Summary

Description An example graph for Watts and Strogatz model
Date
Source I don't know what should write here
 
This W3C-unspecified plot was created with Matplotlib.
Author Arpad Horvath

Created with Networkx and Pylab:

import networkx, pylab
G=networkx.watts_strogatz_graph(20,4,0.2)
pos=networkx.circular_layout(G)
networkx.draw(G, pos)
pylab.show()

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

27 May 2008

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:47, 27 May 2008Thumbnail for version as of 15:47, 27 May 2008720 × 540 (42 KB)Harp{{Information |Description= An example graph for Watts and Strogatz model |Source= |Date=2008.05.27 |Author= Arpad Horvath |Permission= |other_versions= }} Created with Networkx and Pylab: In [18]: G=networkx.watts_strogatz_graph(20,4,0.2) In [
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: