cgexplore.utilities.draw_pie¶
- cgexplore.utilities.draw_pie(colours, xpos, ypos, size, ax)[source]¶
Draw a pie chart at a specific point on ax.
From: https://stackoverflow.com/questions/56337732/how-to-plot-scatter- pie-chart-using-matplotlib.
Draw a pie chart at a specific point on ax.
From: https://stackoverflow.com/questions/56337732/how-to-plot-scatter- pie-chart-using-matplotlib.