2350e18231a67fa9d795fe7a16919b344a4b4ce5,examples/uv/UV_correlations.py,,,#,17

Before Change


  print("Task %d" % task)
  print(task_results)
  all_results.append(task_results)
print("Writing results to uv_corr.csv")
df = pd.DataFrame(all_results)
df.to_csv("uv_corr.csv")

After Change


import pandas as pd
import matplotlib
// Force matplotlib to not use any Xwindows backend.
matplotlib.use("Agg")
import matplotlib.mlab as mlab
import matplotlib.pyplot as plt
from UV_datasets import load_uv
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 2

Instances


Project Name: deepchem/deepchem
Commit Name: 2350e18231a67fa9d795fe7a16919b344a4b4ce5
Time: 2017-02-05
Author: bharath.ramsundar@gmail.com
File Name: examples/uv/UV_correlations.py
Class Name:
Method Name:


Project Name: dPys/PyNets
Commit Name: a81256ff13130fa425080168e79f3a548a57e604
Time: 2020-12-26
Author: dpisner@utexas.edu
File Name: pynets/plotting/plot_graphs.py
Class Name:
Method Name: plot_conn_mat


Project Name: dPys/PyNets
Commit Name: a81256ff13130fa425080168e79f3a548a57e604
Time: 2020-12-26
Author: dpisner@utexas.edu
File Name: pynets/plotting/plot_graphs.py
Class Name:
Method Name: plot_community_conn_mat


Project Name: deepchem/deepchem
Commit Name: 2350e18231a67fa9d795fe7a16919b344a4b4ce5
Time: 2017-02-05
Author: bharath.ramsundar@gmail.com
File Name: examples/factors/FACTORS_correlations.py
Class Name:
Method Name:


Project Name: deepchem/deepchem
Commit Name: 2350e18231a67fa9d795fe7a16919b344a4b4ce5
Time: 2017-02-05
Author: bharath.ramsundar@gmail.com
File Name: examples/kinase/KINASE_correlations.py
Class Name:
Method Name: