eefb7289f964533499cb31c0fc0ca37a2d2cc142,scanpy/tools/drawg.py,,plot,#Any#Any#Any#Any#Any#Any#Any#,79

Before Change


        ddrawg["istep"] = istep
        sc.write(ddrawg["writekey"], ddrawg)
        if sett.autoshow:
            pl.show()


def _plot(Y, ddata, params, istep):
    // highlights
    highlights = []
    if False:

After Change


            sett.mt(0, "compute Fruchterman-Reingold layout: step", istep)
            Y = fruchterman_reingold_layout(Adj, Yinit=Y, iterations=step_size)
            sett.mt(0, "finished computation")
            _plot({"Y": Y}, ddata, istep, **params)
//             if sett.autoshow:
//                 sett.mt(0, "finished plotting")
//             pl.savefig(sett.figdir+ddrawg["writekey"]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: theislab/scanpy
Commit Name: eefb7289f964533499cb31c0fc0ca37a2d2cc142
Time: 2017-02-06
Author: f.alex.wolf@gmx.de
File Name: scanpy/tools/drawg.py
Class Name:
Method Name: plot


Project Name: CNuge/kaggle-code
Commit Name: b7990885d8b26b9404fd9ce952b0b2f005019594
Time: 2018-01-12
Author: nugentc@uoguelph.ca
File Name: california_housing/feature_engineering.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: 2fff9ca2edbb2db24ef28c9c591d5ba6b0e1e45a
Time: 2020-06-07
Author: 2836374+timhoffm@users.noreply.github.com
File Name: examples/lines_bars_and_markers/stackplot_demo.py
Class Name:
Method Name: