Skip to content

Rendering issues when using pie() #194

Closed
@xarico10

Description

@xarico10

When using pie, the default colors doesn't match with those from MATLAB and the grid is automatically printed, when in MATLAB isn't (and doesn't really make sense to have a grid on a pie chart). Also, seems to be a deformation on the shape (not plotting a well-formed circle).

For example,

X = [1 3 0.5 2.5 2];
pie(X)

fig2plotly();

Expected and generated (https://chart-studio.plotly.com/~xarico10/467/#/) plots:
Captura de Pantalla 2021-07-26 a la(s) 4 29 28 p  m
Captura de Pantalla 2021-07-26 a la(s) 4 29 41 p  m

Examples on using pie() can be found on: https://www.mathworks.com/help/matlab/ref/pie.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