Subsections


rdc.corr_plot

Image align_tensor Image grace_icon

Synopsis

Generate a correlation plot of the measured vs. the back-calculated RDCs.

Defaults

rdc.corr_plot(format=`grace', title=None, subtitle=None, file=`rdc_corr_plot.agr', dir=None, force=False)

Keyword arguments

format: The format of the plot data.

title: The title for the plot, overriding the default.

subtitle: The subtitle for the plot, overriding the default.

file: The name of the Grace file to create.

dir: The directory name.

force: A flag which if True will cause the file to be overwritten.

Description

Two formats are currently supported. If format is set to `grace', then a Grace plot file will be created. If the format is not set then a plain text list of the measured and back-calculated data will be created.

Prompt examples

To create a Grace plot of the data, type:

[numbers=none]
relax> rdc.corr_plot()

To create a plain text list of the measured and back-calculated data, type one of:

[numbers=none]
relax> rdc.corr_plot(None)

[numbers=none]
relax> rdc.corr_plot(format=None)


The relax user manual (PDF), created 2020-08-26.