1cc19c989ca609584119a1973845e72598d754d4,test_sweep.py,,,#,24
Before Change
plt.plot(num_points_hack,old_mean-old_std,"r--")
// plt.plot([num_points_hack[0],num_points_hack[-1]],[old_mean[0],old_mean[0]],"r-",label="siggraph17 (auto)")
plt.xlabel("Number of points")
plt.ylabel("PSNR [db]")
plt.legend(loc=0)
plt.xscale("log")
plt.xlim((num_points_hack[0],num_points_hack[-1]))
After Change
plt.legend(loc=0)
plt.xscale("log")
plt.xlim((num_points_hack[0],num_points_hack[-1]))
plt.savefig("sweep_%s.png"%str_now)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: richzhang/colorization-pytorch
Commit Name: 1cc19c989ca609584119a1973845e72598d754d4
Time: 2018-09-03
Author: rzhang88@gmail.com
File Name: test_sweep.py
Class Name:
Method Name:
Project Name: matplotlib/matplotlib
Commit Name: b2a2dccef7052753b8e2c1d99cf0183a03494c17
Time: 2017-07-16
Author: dmgt@users.noreply.github.com
File Name: examples/pylab_examples/simple_plot.py
Class Name:
Method Name:
Project Name: tensorlayer/tensorlayer
Commit Name: 16a31e2c9fedc654e9117b42b8144adf1d0e4900
Time: 2020-02-03
Author: 34995488+Tokarev-TT-33@users.noreply.github.com
File Name: examples/reinforcement_learning/tutorial_A3C.py
Class Name:
Method Name:
Project Name: nipy/dipy
Commit Name: 26359ea24696a73166f780643fb0f3a3d422a9c6
Time: 2019-04-14
Author: arokem@gmail.com
File Name: doc/examples/reconst_ivim.py
Class Name:
Method Name: