Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am using plotly in jupyter notebook for analyzing data. I have a heatmap plot and would like to project some data as a pie chart on the map. So basically, in each color cell on the hitmap I would like to draw piechart like in example below.

enter image description here

Is there any way to do it? For example somthing similar to add_trace function

question from:https://stackoverflow.com/questions/65845776/how-can-i-draw-pie-chart-on-heatmap

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

My choise was to create Pie chart from plotly, convert to image and add as an iamge om the layer. That is a little bit take time to compute...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...