microsoft / python-in-excel

Python in Microsoft Excel
MIT License
490 stars 31 forks source link

When ione creates a diagram like the heatmap, there is no preview coming up. I subscribe to Office 365 #54

Open RAJESH-MANJREKAR opened 5 months ago

RAJESH-MANJREKAR commented 5 months ago

The heat map created with sns.heatmap(df.isna()) does not display at all in the Excel. heatmap_display_error heatmap_display_error

keyur32 commented 4 months ago

Hi @RAJESH-MANJREKAR , I'm having trouble following the screenshot. Are you saying sns.heatmap(df.isna()) call is not showing the plot?