Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plotting output of Date function #49

Open
dbobak opened this issue Feb 11, 2024 · 1 comment
Open

Allow plotting output of Date function #49

dbobak opened this issue Feb 11, 2024 · 1 comment

Comments

@dbobak
Copy link

dbobak commented Feb 11, 2024

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

@MartinHinz
Copy link
Member

Hej Darek, Thank you for asking! Currently, oxcAAR plots only R_Dates, but this might be a valuable addition! Cheers, Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants