Update 'Geomap_function_4.m'

This commit is contained in:
Michal_Lelonek 2022-09-30 12:16:22 +02:00
parent 5d96a0b591
commit 873ec5405a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ color_RGB=[0.1 1.0 0.3;...
gb=geobubble(lat, long, Magn, Category,...
'Basemap', 'satellite',...
'BubbleColorList', color_RGB,...
'ColorLegendTitle', 'Magnitude category',...
'ColorLegendTitle', 'Magnitude range',...
'SizeLegendTitle', 'Event magnitude',...
'GridVisible', 'on',...
'ScalebarVisible', 'on');