cde65b259ba5080668f9e45fe02447b08dbbe677,python/animate.py,,animate,#Any#,44

Before Change


    // Setting the axes properties
    ax.set_xlim3d([0, 1])
    ax.set_ylim3d([0, 1])
    ax.set_zlim3d([0, 1])

    // ax.grid(False)

After Change


        return plane_list

    // Get cube scale from data
    cube_scale = get_cube_scale(x)

    // Setting the axes properties
    ax.set_xlim3d([-cube_scale, cube_scale])
    ax.set_ylim3d([-cube_scale, cube_scale])
    ax.set_zlim3d([-cube_scale, cube_scale])

    // Creating the Animation object
    line_ani = animation.FuncAnimation(fig, update_lines, 1000, fargs=(x, lines, trail, cube_scale),
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 9

Instances


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: animate


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: animate


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: animate


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: animate


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: animate