Skip to content

Commit

Permalink
Ran pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Watts committed Dec 2, 2016
1 parent fd6e0fd commit ec50103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plot_BB_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
plt.legend(loc='best', fontsize=legsize)
ax = plt.gca()
ax.xaxis.set_major_formatter(ticker.ScalarFormatter())
ax.tick_params(axis='y',which='minor',left='off')
ax.tick_params(axis='y', which='minor', left='off')
plt.savefig('BB_bounds.eps', bbox_inches='tight')
plt.show()
2 changes: 1 addition & 1 deletion plot_BB_detections.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_limit(mu, sigma, confidence):
plt.plot()
plt.xlabel(r'Multipole $\ell$', size=labsize)
plt.ylabel(r'$\ell(\ell+1)C_\ell^\mathrm{BB}/2\pi\ \mathrm{[\mu K^2]}$',
size=labsize)
size=labsize)
plt.xlim([1, 4e3])
plt.ylim([1e-3, 0.6])
plt.xscale('log')
Expand Down

0 comments on commit ec50103

Please sign in to comment.