Create Mosaic plot
Minimum Origin Version Required: Origin 2025
plot_mosaic -r 1 row:=[Book2]Sheet1!A"Class" col:=[Book2]Sheet1!B"Age";
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 |
|---|---|---|---|---|
| Row | row |
Input Range |
Specify the source column range for the result sheet row. And it will shows in the X Axis in the Mosaic plot. | |
| Column | col |
Input Range |
Specify the source column range for the result sheet column. And it will shows in the Y Axis in the Mosaic plot. | |
| Graph Template | template |
Input string |
Specify the graph template for the plot.
0=...File:[Graph Template (*.otpu)] *.otpu | |
| Mosaic Plot Data | rdplot |
Output ReportData |
Specify where to output the calculated data. |