diff --git a/Geomap_function_2.m b/Geomap_function_2.m index ac7e5d5..8c8ab67 100644 --- a/Geomap_function_2.m +++ b/Geomap_function_2.m @@ -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