b8d1d77cfb19206aba5eab5f58498e772d3d13e4,python/examples/plot_trajectories.py,,,#,6

Before Change



data=sio.loadmat("../weights.mat")
w=data["weights"][0][:2]
coords.plot_coords(w,color=["k","b"])

After Change



data=sio.loadmat("../weights.mat")
w=data["weights"][0][:3]
coords.plot_coords((w[0],w[1]), ("ko","r*"))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: ContextLab/hypertools
Commit Name: b8d1d77cfb19206aba5eab5f58498e772d3d13e4
Time: 2016-11-14
Author: andrew.heusser@gmail.com
File Name: python/examples/plot_trajectories.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: 5f6d9f41ac7ed6c884bac1a1f30415695e99ae8f
Time: 2016-11-14
Author: andrew.heusser@gmail.com
File Name: python/examples/plot_trajectories.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: 5f7a5591f90bb72edb6914832a4ff462811b4d48
Time: 2016-11-14
Author: andrew.heusser@gmail.com
File Name: python/examples/plot_trajectories.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: f90c86a86870a9298a1683b33def274a60b183eb
Time: 2016-11-14
Author: andrew.heusser@gmail.com
File Name: python/examples/plot_trajectories.py
Class Name:
Method Name: