How to customize datatips for geobubble plots

3 ビュー (過去 30 日間)
Patrick Kelling
Patrick Kelling 2019 年 3 月 18 日
I have a geobubble map that I am working with and I've cant figure out how to customize the datatip.
I understand if you use a table it will use the title of the size column instead of just showing 'Size', but I need more customization than that. Here is a basic example:
Specifically, I have bubble associated with different regions and would like to show the area name amongst other things.
lat = linspace(30,60,10);
lng = linspace(-170,-150,10);
size = linspace(1,10,10);
geobubble(lat,lng,size);
Screen Shot 2019-03-18 at 12.23.45 PM.png

回答 (1 件)

Nidhi Mittal
Nidhi Mittal 2020 年 11 月 4 日
Hi Patrick,
We are aware about this limitation for non table based geobubble charts but you can customize the data tip of table based geobubble charts in 2020b and later releases using 'Modify Data Tips' dialog.
Thanks,
Nidhi Mittal
  1 件のコメント
Luis Santiago Hernández Castillo
Luis Santiago Hernández Castillo 2021 年 10 月 26 日
Hi, Nidhi Mittal.
Is it possible to do this customization just with code without the "Modify Data Tips" option?
Thanks,
Santiago.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeColor and Styling についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by