Skip to content
MiWalk edited this page Oct 4, 2016 · 2 revisions

Welcome to the M2OPlot wiki! A more detailed description of the features of the code will be provided here.

Getting started

Here is a getting started guide.

This is the simplest code to plot a graph.

M2O = M2OPlot();
M2O.PlotScatter([1 2 3 4],[2 4 6 8],'PlotName','green');

Applying your theme and formatting

To find out more about creating a derived version to apply your formatting follow this link.

Examples

Here's a set of examples showing what can be achieved (under development Oct 2016)

  • Plot line or Scatter graphs
  • Plot Column, Bar and historgrams
  • Plot multi Y data
  • Plot into multiple layers.
  • Add error bars to your data (note requires Origin 9).
  • Plot multiple graphs into one figure using Hold and Figure like functionality
  • Set the axis labels.
  • Set the axis range as fixed or auto scale independently for x and y.
  • Set the Ticks inside/outside and the increment.
  • Add lines at x = 0 and y = 0
  • Navigate the Origin project folders
  • Transfer data to a worksheet without plotting
Clone this wiki locally