How do I set limits using the geobubble function?

조회 수: 1 (최근 30일)
Paula Moehlenkamp
Paula Moehlenkamp 2019년 12월 3일
답변: John R 2020년 7월 23일
I would like to use the geo bubble function but only plot bubbles within a certain range, in other words I would like to see my own limits in the legend (different from min and max of my data set).
Here is my code:
geobubble(Lat, Long, Cell counts);
title('Cell concentration (Cells/mL) in Maunalua Bay') %add
I would like to set the limits to the following, but can't figure out how to apply it to my plot. It always plots using the Cell count min and max as default in the legend.
size_limits = ([200000 800000])
Does anyone know if its possible to set the limits in the geobubble fuction, or do I need to manipulate my data set?
Thanks!
  댓글 수: 1
darova
darova 2019년 12월 3일
The script doesn't work. It says:
Undefined function or variable 'Lat'.

댓글을 달려면 로그인하십시오.

답변 (1개)

John R
John R 2020년 7월 23일

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by