Skip to content

Subplots not working #382

Closed
Closed
@danton267

Description

@danton267

Example code:

t = 0:pi/10:2*pi;
[X,Y,Z] = cylinder(4*cos(t));
subplot(2,2,1); mesh(X); title('X');
subplot(2,2,2); mesh(Y); title('Y');
subplot(2,2,3); mesh(Z); title('Z');
subplot(2,2,4); mesh(X,Y,Z); title('X,Y,Z');

produces: https://chart-studio.plotly.com/~danton267/1210/x/#/
instead of : https://uk.mathworks.com/help/examples/matlab/win64/GS2DAnd3DPlotsExample_06.png

Metadata

Metadata

Assignees

No one assigned

    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