Skip to content
Snippets Groups Projects
Commit 9022ec25 authored by Francesco Pannarale's avatar Francesco Pannarale
Browse files

Better placement of legends in plot_waveform.py

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk@44 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 12efa178
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ for model in modelList:
plt.xlabel( '1/Temp' )
plt.ylabel('log(L)')
plt.grid()
plt.legend()
plt.legend(loc=2)
plt.savefig('likelihood.png'.format(model))
plt.close()
......@@ -327,7 +327,7 @@ for model in modelList:
plt.grid()
plt.xlabel('1/Temp')
plt.ylabel('log(L) X 1/Temp')
plt.legend()
plt.legend(loc=2)
plt.savefig('TL.png'.format(model))
plt.close()
......
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