I appreciate the detailed instructions and examples for this useful package. My question is about plotting using the cmapzdata option, which appears to only correspond to the total RMSD values of a dataset, even when specifying a separate list or array of values. Below I've copied a minimal example from a dataset that I am working with.
Latitude
Bias
CRMSD
RMSD
32
0.3
0.5
0.9
36
0.4
0.6
1.1
40
0.5
1.0
1.5
Below is the code that I am using to plot this small dataset, and the result.
My issue is that when lat is reversed, I get the exact same results. However, the order of the colors are reversed when the value of rmsd is reversed as well, rather than the user input in the target_diagram function.
I'm a new user to this package, so apologies if I've missed something. Any help is greatly appreciated.
Hello,
I appreciate the detailed instructions and examples for this useful package. My question is about plotting using the
cmapzdata
option, which appears to only correspond to the total RMSD values of a dataset, even when specifying a separate list or array of values. Below I've copied a minimal example from a dataset that I am working with.Below is the code that I am using to plot this small dataset, and the result.
My issue is that when
lat
is reversed, I get the exact same results. However, the order of the colors are reversed when the value ofrmsd
is reversed as well, rather than the user input in thetarget_diagram
function.I'm a new user to this package, so apologies if I've missed something. Any help is greatly appreciated.