description | name | display_as | order | permalink | thumnail_github | layout | language | page_type |
---|---|---|---|---|---|---|---|---|
How to set the privacy settings of Plotly graphs in MATLAB<sup>®</sup>. | Privacy | chart_studio | 3 | matlab/privacy/ | privacy.png | base | matlab | u-guide |
data = {... struct(... 'x', [0, 2, 4], ... 'y', [0, 4, 2], ... 'type', 'scatter')... }; plotly(data, struct('world_readable', true));
data = {... struct(... 'x', [0, 2, 4], ... 'y', [0, 4, 2], ... 'type', 'scatter')... }; plotly(data, struct('world_readable', false));