Plotly | Online MATLAB Graphing
Version 1.6.0.0 (266 KB) by
Chris
Publish your MATLAB figures to the web with one line of code.
Plotly (https://plot.ly/) is an online graphing platform that makes generating and sharing interactive, publication-quality figures easy.. This package converts your MATLAB figures into online Plotly graphs with a single line of code:
```
[X, Y, Z] = peaks;
contour(X,Y,Z,20)
fig2plotly()
```
This code generates this graph in your browser: https://plot.ly/~demos/1574
For more, see the official documentation at https://plot.ly/MATLAB.
Cite As
Chris (2026). Plotly | Online MATLAB Graphing (https://github.com/plotly/plotly_matlab), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2013a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Printing and Saving in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: Program to plot words on graph or figure
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
plotly
plotly/export_fig2
plotly/plotly_aux
plotly/plotly_help_aux
plotly/plotly_offline_aux
plotly/plotly_setup_aux
plotly/plotly_user_aux
plotly/plotlyfig_aux/core
plotly/plotlyfig_aux/handlegraphics
plotly/plotlyfig_aux/helpers
plotly/plotlystream_aux
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
