Skip to content
Snippets Groups Projects
Commit 37f1eaa1 authored by Tooba Ali's avatar Tooba Ali
Browse files

Update benchmarks/dis/analysis/kinematics_correlations.py

parent b79de123
No related branches found
No related tags found
1 merge request!202construct kinematic coverage plot and include Sigma and eSigma correlation in kinematics_correlation.py
...@@ -223,7 +223,7 @@ ax6.set_title('Jacquet Blondel') ...@@ -223,7 +223,7 @@ ax6.set_title('Jacquet Blondel')
fig.set_figwidth(30) fig.set_figwidth(30)
fig.set_figheight(20) fig.set_figheight(20)
plt.title('Kinematic Coverage {}x{} $minQ^2=${}$GeV^2$\n {} events DETECTOR_CONFIG: {} '.format(k,p,minq2,Nevents,Dconfig)) fig.suptitle('Kinematic Coverage {}x{} $minQ^2=${}$GeV^2$\n {} events DETECTOR_CONFIG: {} '.format(k,p,minq2,Nevents,Dconfig))
plt.savefig(os.path.join(r_path, 'kinematic_coverage_%s.png' %(config))) plt.savefig(os.path.join(r_path, 'kinematic_coverage_%s.png' %(config)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment