diff --git a/matlab/gsa/redform_map.m b/matlab/gsa/redform_map.m
index f947432316c23dcb9d8e404b4be228eccaa8b492..ffeb7062a9daae89eaa8e4146548108ec945747e 100644
--- a/matlab/gsa/redform_map.m
+++ b/matlab/gsa/redform_map.m
@@ -133,6 +133,13 @@ for j=1:size(anamendo,1)
                         if isempty(dir(xdir))
                             mkdir(xdir)
                         end
+                        if ~options_.nograph,
+                            hf=dyn_figure(options_); hist(y0,30), title([namendo,' vs. ', namexo])
+                            dyn_saveas(hf,[xdir,'/', namendo,'_vs_', namexo],options_);
+                            if ~options_.nodisplay
+                                close(hf);
+                            end
+                        end
                         %             if ~isempty(iy),
                         %               si(:,js) = redform_private(x0(iy,:), y0(iy), pshape, pd, iload, pnames, namendo, namexo, xdir, options_gsa_);
                         %             else
@@ -237,6 +244,13 @@ for j=1:size(anamendo,1)
                         %           if ~isempty(iy)
                         %           si(:,js) = redform_private(x0(iy,:), y0(iy), pshape, pd, iload, pnames, namendo, namlagendo, xdir, options_gsa_);
                         %           end
+                        if ~options_.nograph,
+                            hf=dyn_figure(options_); hist(y0,30), title([namendo,' vs. ', namlagendo])
+                            dyn_saveas(hf,[xdir,'/', namendo,'_vs_', namlagendo],options_);
+                            if ~options_.nodisplay
+                                close(hf);
+                            end
+                        end
                         if ~isempty(iy) && ~isempty(iyc),
                             delete([xdir, '/*cut*.*'])
                             [proba, dproba] = stab_map_1(x0, iy, iyc, 'cut',0);