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.
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