Update 'Geomap_function_2.m'

This commit is contained in:
Michal_Lelonek 2021-12-09 16:26:33 +01:00
parent b6511f938c
commit a24f03d2ef
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ gb=geobubble(lat, long, Magn, Category,...
gb.BubbleWidthRange = [1 20];
%title(chart_title);
%Figure1 = ancestor(gb, 'figure');
saveas(gcf,'Figure2','png');
saveas(gcf,'Figure1','png');
end