Plot data labels with geoplot

23 visualizaciones (últimos 30 días)
Lorenzo Arcà
Lorenzo Arcà el 14 de Mzo. de 2023
Respondida: Sai Sumanth Korthiwada el 27 de Mzo. de 2023
Hi,
I am plotting a map coloured accordingly to the values of one variable (GDP change), and I would like to have a label with the value of the variable within each region. How can I do that?
My code currently look like this
% Import map
reg_map = readgeotable('src/shape/ita_regions/ita_regions.shp');
% Merge map with data
data_table = array2table(data, 'VariableNames', {var_name});
reg_map_data = [reg_map data_table];
% Plot figure
figure
geoplot(reg_map_data, ColorVariable = var_name)
The outcome looks like this

Respuestas (1)

Sai Sumanth Korthiwada
Sai Sumanth Korthiwada el 27 de Mzo. de 2023
Hi Lorenzo,
Please use 'legend' to add a label with the value of the variable within each region.
Please refer to Add Labels and Annotations to Map Axes to know more about adding labels to plots.
Hope this resolves the query!

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by