Dear Christopher,
After keeping trying I manage to partially answer my own questions, but I still have some problems.
As Ray, I am trying to reproduce the plots you posted in these conversations (similar to figure 3 and 7 in your 2017 paper, "untitled-14, 15 & 17" attached) using the example from the OxCal Manual.
First, I entered the following model in the program :
KDE_Model()
{
R_Date("A",3350,25);
R_Date("B",3310,25);
R_Date("C",3320,25);
R_Date("D",3200,25);
R_Date("E",3340,25);
R_Date("F",3260,25);
R_Date("G",3210,25);
R_Date("H",3180,25);
R_Date("I",3350,25);
R_Date("J",3210,25);
R_Date("K",3070,25);
R_Date("L",3200,25);
};
And I could only obtain the curves I posted in my previous message (attached here again). I couldn't find how to represent the KDE model with the calibrated and modelled ages (black and gray crosses on your figure), as well as the calibration curve as in Figure 7 of your paper (and the figure "untitled-14&15", attached below, that you previously posted).
Then, I tried the model you posted above to reproduce "untitled-17" (attached):
Plot()
{
Sequence()
{
Boundary("Start 1"){color="green";};
Phase()
{
KDE_Plot("Plot1")
{
};
Sum("Sum1")
{
};
R_Date("A",3350,25);
R_Date("B",3310,25);
R_Date("C",3320,25);
R_Date("D",3200,25);
R_Date("E",3340,25);
R_Date("F",3260,25);
R_Date("G",3210,25);
R_Date("H",3180,25);
R_Date("I",3350,25);
R_Date("J",3210,25);
R_Date("K",3070,25);
R_Date("L",3200,25);
};
Boundary("End 1"){color="red";};
};
};
I did find how to use the View>>Plot Stacks but apparently not properly. When I tick "Page break" for the Sum, it is the last boundary which appear on the second line. I tried different combinations but never manage to have the Sum alone on the second line.
I have tried many options of plot, view, style and read the entire manual, but I can't find the solution. I am obviously missing something but cannot find what it is.
Please may you help me find the solution?
Many thanks and best wishes,
Léa