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.
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.
The solution in #253 somehow has no effect on
Pick
plugin. Would be nice forPick
to use tight layout somehow, to be consistent with the other plugins.