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
Input
Range
int
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.
Output
Worksheet
string
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.