ejeschke / ginga

The Ginga astronomical FITS file viewer
BSD 3-Clause "New" or "Revised" License
122 stars 77 forks source link

Tight plot layouts for Pick #255

Closed pllim closed 8 years ago

pllim commented 8 years ago

The solution in #253 somehow has no effect on Pick plugin. Would be nice for Pick to use tight layout somehow, to be consistent with the other plugins.

ejeschke commented 8 years ago

This is fixed in a recent commit, which uses set_tight_layout(True) when constructing a figure in ginga.util.plots. This does require a more recent version of matplotlib.