Skip to content

Allow plotting output of Date function #49

@dbobak

Description

@dbobak

Is it possible to plot result of Date function? I'm using it to analyse OSL dates. When trying to plot result of the OxCal script, only results of R_date are plotted.

Sample script:

Options()
{
  BCAD=FALSE;
};
Plot() {
    Date('OSL', N(calBP(47700), 3700));
    R_date('radiocarbon', 30000, 500);
};

I would also appreciate to have an option dysplaying results in BP, not BC/AD timescale.

best,
Darek

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions