From a24f03d2efc5182da4036851f39a1e643eabb26a Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Thu, 9 Dec 2021 16:26:33 +0100 Subject: [PATCH] Update 'Geomap_function_2.m' --- Geomap_function_2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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