list of lists of lists of float, str, and list of str
|
assemble_data(spin_id=None,
x_data_name=None,
y_data_name=None,
plot_data=None)
Return all the xy data, along with the graph type and names for the
graph sets. |
source code
|
|
list of lists of lists of numbers, list of str, bool, bool
|
assemble_data_scatter(spin_id=None,
x_data_name=None,
y_data_name=None,
plot_data=' value ' )
Assemble the graph data for scatter type data of one value verses
another. |
source code
|
|
list of lists of lists of numbers, list of str, bool, bool
|
assemble_data_seq_series(spin_id=None,
x_data_name=None,
y_data_name=None,
plot_data=' value ' ,
x_type=None,
y_type=None)
Assemble the graph data for residue or spin sequence verses verses
list or dictionary data. |
source code
|
|
list of lists of lists of numbers, list of str, bool, bool
|
assemble_data_seq_value(spin_id=None,
x_data_name=None,
y_data_name=None,
plot_data=' value ' )
Assemble the graph data for residue or spin sequence verses values. |
source code
|
|
list of lists of lists of numbers, list of str, bool, bool
|
assemble_data_series_series(spin_id=None,
x_data_name=None,
y_data_name=None,
plot_data=' value ' ,
x_type=None,
y_type=None)
Assemble the graph data for curves of list or dictionary data verses
list or dictionary data. |
source code
|
|
str
|
|
int or float, None or float
|
fetch_1D_data(plot_data=None,
data_name=None,
spin=None,
res_num=None,
sim_num=None)
Return the value and error for the corresponding axis. |
source code
|
|
tuple of methods or None
|
|
Python type
|
|