M2OPlot

A library to plot data from MATLAB into OriginPro using simple commands.
90 Downloads
Updated 30 Jul 2017

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 (2024). M2OPlot (https://github.com/MiWalk/M2OPlot), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Bar Plots in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

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.
Added note re Origin 2016 not working.
Corrected page title
Added Example to description

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.