a4d2eb8dc0b30794437d1c81d64ff4abee1e2515,plotting.py,PlotViewer,factorPlot,#PlotViewer#,283
Before Change
sns.set_context("paper", rc={"legend.fontsize":18,"xtick.labelsize":14,"ytick.labelsize":16,
"axes.labelsize":24,"axes.titlesize":30})
plots = len(data[col].unique())
wrap=int(wrap)
"""if plots == 1 or wrap==1:
row=col
col=None
After Change
kind="auto"
aspect = 1.0
print (df[:10])
tm = pd.melt(df,id_vars=["label"],
var_name="var",value_name="x")
print (tm[:10])
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: dmnfarrell/pandastable
Commit Name: a4d2eb8dc0b30794437d1c81d64ff4abee1e2515
Time: 2015-05-19
Author: farrell.damien@gmail.com
File Name: plotting.py
Class Name: PlotViewer
Method Name: factorPlot
Project Name: scikit-image/scikit-image
Commit Name: b1ed36a33be0a8da4be985aa89e24b37e5a34c76
Time: 2019-08-24
Author: fboulogne@sciunto.org
File Name: doc/examples/segmentation/plot_segmentations.py
Class Name:
Method Name:
Project Name: dmlc/dgl
Commit Name: 20734637f0afab9e5ad32ae04c31a4ddc99fa3ba
Time: 2020-07-17
Author: zhengda1936@gmail.com
File Name: examples/pytorch/graphsage/load_graph.py
Class Name:
Method Name: load_ogb
Project Name: dmlc/dgl
Commit Name: 562871e76b2d5adbcd907bcf62ca28c0611e50e1
Time: 2020-07-22
Author: zhengda1936@gmail.com
File Name: examples/pytorch/graphsage/experimental/train_dist.py
Class Name:
Method Name: main