Skip to content
Discussion options

You must be logged in to vote

Good question. It has been implemented. Update the package using geemap.update_package(), then set show=False when creating chart, you should be able to get attributes from the chart object.

hist = chart.feature_histogram(my_sample, property, show=False, **options)
hist.bins
hist.count
hist.midpoints

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jijhong
Comment options

@giswqs
Comment options

@Jijhong
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants