M2OPlot
A library to plot data from MATLAB into OriginPro using simple commands. Do your analysis in MATLAB but create plots in Origin.
This is the code to create a scatter plot:
M2O = M2OPlot();
M2O.PlotScatter([1 2 3 4],[2 4 6 8],'PlotName','green');
You can also plot line, column, bar and histogram charts. The code allows you to control the formatting and display of the graphs.
Cite As
Michael Walker (2026). M2OPlot (https://github.com/MiWalk/M2OPlot), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Latest update resolves issue with 2016 only loading in background. Now works correctly with 2016.
|
|
