Plot: Categorical: Grouped Dot Plots
or
Plot: Categorical: Grouped Stacked Dot Plots
Create grouped dot plots with/without stacking
Minimum Origin Version Required: Origin 2025
plot_gdot -r 1 group:=[Book2]Sheet1!(A,B) stack:=allgrp ptsmange:=density;
Please refer to the page for additional option switches when accessing the x-function from script
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input | irng |
Input Range |
Specify the source Y data column for counting. It supports multiple columns. | |
| Group | fakegroup |
Input int |
Specify the grouping column(s) | |
| group |
Input Range |
Specify the grouping column(s) | ||
| Plot Order | order |
Input int |
Specify how to sort the data in Output sheet and plot grouped dot plots when there are multiple Input columns.
Option list:
| |
| Stack | stack |
Input int |
Specify whether stack the dot plots and how to stack them in each group.
Option list:
| |
| Arrange Points | ptsmange |
Input int |
Specify how to arrange the dots
Option list:
Just like a histogram plot, but show number of points instead of bars. It will split the data by bins, count the points in each bin, and then plot symbols from base line according to the count.
The point will be arranged as that in a column scatter, but the points will be aligned to base line of each plot. Actually there is no bin for data, the data arrangement relate to size of data point. | |
| Horizontal Margin | hmargin |
Input int |
Specify the horizontal margin to fit page to layer, for making the tick labels show well especially when there are multiple table rows on Y axis. | |
| Worksheet | ow |
Output Worksheet |
Output the unstacked input columns using specified grouping column(s). | |
| template | template |
Input string |
0=...File:[Graph Template (*.otpu )] *.otpu, 1=[Graph Template(*.otp)]*.otp |
This X-Function allows you to create a Dot Plot with groups. And you can control the graph whether stack the dot plots. Please refer to Creating Dot Plot for more details.