Skip to content

pie3() rendering problems #199

Closed
Closed
@xarico10

Description

@xarico10

When using pie3() to plot a 3-D pie chart, huge rendering and visual issues are happening.

x = [1,3,0.5,2.5,2];
figure
pie3(x)

Expected and generated (https://chart-studio.plotly.com/~xarico10/511/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 11 35 16 p  m
Captura de Pantalla 2021-07-26 a la(s) 11 35 47 p  m

As seen, there are plenty of issues: chart's height is way too much, the grid is being plotted (when it shouldn't) and a 2-D pie chart seems to being plotted under the 3-D chart.

Examples on using pie3() can be found on:
https://www.mathworks.com/help/matlab/ref/pie3.html#responsive_offcanvas

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions