7e691196fa670c7d8b78e2e11a2bd62c0899a396,scanpy/plotting.py,,plot_tool,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,21

Before Change


            axs[ismp].legend(frameon=False, loc=legendloc)

    adjust_right *= 1.05**len(smps)
    pl.subplots_adjust(right=adjust_right)

    savefig(dplot["writekey"] + sett.plotsuffix)
    if not sett.savefigs and sett.autoshow:
        pl.show()

After Change


        if categorical:
            categoricals.append(ismp)
            
    if right_margin is None and legendloc == "right margin":
        right_margin = 0.2
    axs = scatter(Y,
                  subtitles=smps,
                  component_name=component_name,
                  component_indexnames=comps + 1,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: theislab/scanpy
Commit Name: 7e691196fa670c7d8b78e2e11a2bd62c0899a396
Time: 2017-02-16
Author: f.alex.wolf@gmx.de
File Name: scanpy/plotting.py
Class Name:
Method Name: plot_tool


Project Name: uber/ludwig
Commit Name: e3d1e6dfd06c35dec767c53b930fa69fc2ff7b12
Time: 2020-04-14
Author: w4nderlust@gmail.com
File Name: ludwig/utils/visualization_utils.py
Class Name:
Method Name: hyperopt_pair_plot


Project Name: theislab/scanpy
Commit Name: 9018fd6e5f6e3e0ce07e734cf71ba7abac649997
Time: 2017-02-02
Author: f.alex.wolf@gmx.de
File Name: scanpy/tools/dpt.py
Class Name:
Method Name: plot_groups