d36da2e5144a40072b11e39f9da6725cc3f4441e,flow/visualize/time_space_diagram.py,,,#,430

Before Change


                        help="The minimum speed in the color range.")
    parser.add_argument("--start", type=float, default=0,
                        help="initial time (in sec) in the plot.")
    parser.add_argument("--stop", type=float, default=float("inf"),
                        help="final time (in sec) in the plot.")

    args = parser.parse_args()

After Change


                 [-0.1, -0.1], linewidth=3, color="white")     //
    //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    outfile = args.trajectory_path.replace("csv", "png")
    plt.savefig(outfile)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: flow-project/flow
Commit Name: d36da2e5144a40072b11e39f9da6725cc3f4441e
Time: 2020-07-08
Author: jonny5@berkeley.edu
File Name: flow/visualize/time_space_diagram.py
Class Name:
Method Name:


Project Name: deepfakes/faceswap
Commit Name: 9265b64fd27b4f1f030e53fee9e9440af4cd9be8
Time: 2019-06-25
Author: 36920800+torzdf@users.noreply.github.com
File Name: lib/gui/wrapper.py
Class Name: FaceswapControl
Method Name: capture_tqdm


Project Name: bokeh/bokeh
Commit Name: 5fcb0a09c968c82073f2326a68ec7001d03bea82
Time: 2015-09-07
Author: nroth@dealnews.com
File Name: bokeh/charts/stats.py
Class Name: Bin
Method Name: binstr_to_list