2f7b178c73ac51c2051cc447587d373f8f0f573a,python/animate.py,,,#,144

Before Change



import scipy.io as sio

data = sio.loadmat("extras/example_data/weights.mat")
test_data=data["weights"][0][1]
test_data2=data["weights"][0][2]
test_data3=data["weights"][0][3]
data = np.array([test_data, test_data2, test_data3])

// data = [Gen_RandLine(1000,3).T for index in range(3)]
animate(data)

After Change


// test_data3=data["weights"][0][3]
// data = np.array([test_data, test_data2, test_data3])

data = [Gen_RandLine(100,3).T for index in range(3)]
animate(data)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 42

Instances


Project Name: ContextLab/hypertools
Commit Name: 2f7b178c73ac51c2051cc447587d373f8f0f573a
Time: 2016-12-07
Author: andyheusser@andys-mbp.wireless.dartmouth.edu
File Name: python/animate.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: 2f7b178c73ac51c2051cc447587d373f8f0f573a
Time: 2016-12-07
Author: andyheusser@andys-mbp.wireless.dartmouth.edu
File Name: python/animate.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: d395fbab0170a4a2b6cffac88804e379be7e001c
Time: 2016-12-07
Author: andyheusser@andys-mbp.wireless.dartmouth.edu
File Name: python/animate.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: 3807a532d2b7fd2bfa5bd3ea4d661848c7e336f6
Time: 2016-12-07
Author: andyheusser@andys-mbp.wireless.dartmouth.edu
File Name: python/animate.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: cde65b259ba5080668f9e45fe02447b08dbbe677
Time: 2016-12-07
Author: andyheusser@andys-mbp.wireless.dartmouth.edu
File Name: python/animate.py
Class Name:
Method Name: