(ORG-946) Sample OPJ to download to try: Column_Plots.opj
Menus are available under Plot: Column/Bar/Pie menu.
Buttons are available on 2D Graphs toolbar.
After plotting Stacked Column Graph, user can set subgroup size of a stacked column on Group tab of Plot Details dialog. E.g the following data.
If user wants to plot all BMW together and Ferrari together, open Plot Details, Set Subgroup Size to be 3 on Group tab.
Check Use Subgrouping (in Group tab) for Cumulative checkbox on Stack tab
The graph will turn into the following:
After plotting Stacked Column Graph, e.g from the following data.
Here, %Share in column F is not the actual data, but the calculated X center positions of columns
using the Set Column Formula: i==1?(col(C)[i]/2):(col(F)[i-1])+(col(C)[i-1]/2)+(col(C)[i]/2) .
The actual data is presented as the column width stored in the column C ("w").
To set the column width from a dataset, set the dataset to Width field in Spacing tab in Plot Details.
You also need to set both Scaling Factor and Gap between Bars to 0.
The graph will turn into the following: