Thanks for your explanation. It can be done using cumulative gauss functions in Origin. I used Set Column Values tool to produce data for the graph in the following example.
1. Set column A's data in Set Column Values dialog as:
data(0,6,0.001)
2. Set column B's data in Set Column Values dialog as:
nlf_GaussAmp(col(A),0,1,w,7)+nlf_GaussAmp(col(A),0,2,w,14)+nlf_GaussAmp(col(A),0,3,w,16)+nlf_GaussAmp(col(A),0,4,w,21)+nlf_GaussAmp(col(A),0,5,w,9)
In Before Formula Scripts box, type:
double w=0.04;
3. Use column A and B to plot a line, you can get a graph similar to the right one. You can also change w value to adjust the broadness.
Sam
OriginLab Technical Services