95c2a29c7f1992f78d11acfe9cdfee83a7516af2,ggplot/geoms/geom_path.py,,_draw_segments,#Any#Any#,278

Before Change


    // into segments, all in a single list.
    // Along the way the other parameters are put in
    // sequences accordingly
    group = make_iterable_ntimes(pinfo["group"], len(pinfo["x"]))
    df = pd.DataFrame({"group": group})

    def get_param(param, indices):

After Change


    Draw independent line segments between all the
    points
    
    color = to_rgba(data["color"], data["alpha"])
    // All we do is line-up all the points in a group
    // into segments, all in a single list.
    // Along the way the other parameters are put in
    // sequences accordingly
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: has2k1/plotnine
Commit Name: 95c2a29c7f1992f78d11acfe9cdfee83a7516af2
Time: 2016-03-16
Author: has2k1@gmail.com
File Name: ggplot/geoms/geom_path.py
Class Name:
Method Name: _draw_segments


Project Name: has2k1/plotnine
Commit Name: 95c2a29c7f1992f78d11acfe9cdfee83a7516af2
Time: 2016-03-16
Author: has2k1@gmail.com
File Name: ggplot/geoms/geom_path.py
Class Name:
Method Name: _draw_lines


Project Name: has2k1/plotnine
Commit Name: d373001a3c3abec234a3594b814adfd1b8cbb231
Time: 2015-11-17
Author: has2k1@gmail.com
File Name: ggplot/geoms/geom_polygon.py
Class Name: geom_polygon
Method Name: draw_group