Origin provides a collection of Plotting X-Functions
| Name | Brief | Example |
|---|---|---|
| plotbylabel | Plot a multiple-layers graph by grouping on column labels | Examples |
| plotgboxraw | Plot a grouped box plot from raw data | Examples |
| plot_bygroup | Create a multiple-panel graph by specified group information | |
| plotcpack | Plot circular packing graph that can used to visualize a hierarchic organization. | |
| plot_gboxindexed | Unstack the input data with grouping range(s) and then create a grouped box chart from the unstacked data. | Examples |
| plot_gindexed | Unstack the input data with grouping range(s) and then create a grouped column plot from the unstacked data. | Examples |
| plot_gdot | Create grouped dot plots with/without stacking | |
| plotgroup | Plot by page group, layer group, and data group. | Examples |
| plot_group | Create a multiple-panel graph by specified grouping information | |
| plot_kde2 | Plot 2D Kernel Density plot based on kernel density estimation. | |
| plot_lineser | Plot straight lines connecting between two or three series of Y values. | |
| plotm | Used to Make 3D (Parametric) Function Plots from existing Matrix objects | Examples |
| plotmatrix | Plot scatter graphs of all selected datasets - each as X against each as Y - arrayed in matrix form. | Examples |
| plotms | Plot color fill surfaces or colormap surfaces for all matrix objects in the specified matrix sheet. | Examples |
| plot_matrix | Create Scatter Matrix from several columns or a range from at least two columns. | |
| plot_mosaic | Create a Mosaic plot | |
| plot_multivari | Create a Multi-Vari Chart | |
| plotmyaxes | Customize Multi-Axes plot | Examples |
| plotpiper | Create a piper plot or add data to it an existing plot. | |
| plotstack | Plot stacked graph | Examples |
| plot_vari | Create a Multi-Vari Chart | |
| plotvm | Plot 3D or Contour graph from a range of cells in worksheet as a virtual matrix. | Examples |
| plot_paretobin | Plot Pareto Chart from binned data. | |
| plot_paretoraw | Plot Pareto Chart from raw data. | |
| plot_prob | Create probability plot or Q-Q plot based on specified distribution from a set of data. | Examples |
| plot_windrose | Plot windrose by raw wind direction and speed data. | Examples |
| plotxy | Plot XY data with specific properties. | Examples |
| plotxyz | Plot XYZ data as 3D plot with specific properties. | Examples |
| plot_xyzquiver | Create a gradient vector(or quiver plot) overlay on the contour line plot or a streamline overlay on the contour plot. |