Skip to content

Commit

Permalink
Fix docs/plot_fits.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Jul 17, 2017
1 parent 9b52a7a commit 60a5d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plot_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
import matplotlib.pyplot as plt
from astropy.visualization.mpl_normalize import simple_norm
ax = plt.subplot(projection=geometry.wcs)
norm = simple_norm(image, 'sqrt')
norm = simple_norm(image, 'sqrt', min_percent=1, max_percent=99)
ax.imshow(image, origin='lower', norm=norm, cmap='gray')

0 comments on commit 60a5d95

Please sign in to comment.