This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
@Fork by Uiuran 2013 | |
@created on Jan 17, 2010 | |
@author: mjbommar | |
''' | |
from GraphMovie import GraphMovie | |
import igraph | |
import numpy as np | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
@Forked by Uiuran (c) 2013 | |
@date Feb 21, 2011 | |
@original author: mjbommar (c) 2011 | |
@license Simplified BSD, (C) 2011. | |
Free to use for non-commerical purposes. Attribution appreciated :) | |
''' | |
import igraph |