Can anyone get Dalle3 to create a pie chart without the numeric labels within each section? It seems that Dalle3 thinks that the underlying Python code it uses is not putting labels on the chart, but it is.
2 Likes
It uses matplotlib.pyplot to create the pie chart not using dalle-3, it call the Python Function for this.
You can manually remove the labels from code.
3 Likes