if strcmp(get(gcf,'tag'),'NewtonFig')
annoh=annotation(gcf,'textbox',[0.001,0.001,0.1,0.1],'String',Rem{iRem,2},'FontAngle','Italic','FontSize',14,'color',[0,0,1],'BackgroundColor','none','LineStyle','none','EdgeColor','none','Tag','anno')%FIGURINE
else
annoh=annotation(gcf,'textbox',[0.5,0.75,0.1,0.1],'String',Rem{iRem,2},'FontAngle','Italic','FontSize',14,'color',[0,0,1],'BackgroundColor','none','LineStyle','none','EdgeColor','none','Tag','anno')%DIAGRAM
end

