I’m trying to use two masks to filter out which data are drawn on my scatter plot. The first image shows my “X-clusions” column, which I want to use to manually exclude samples for various reasons. Any samples marked with a “0” in this column should be excluded.
The second image shows the masking criteria for both masks. The five highlighted rows indicate which samples should be included based having Mg# higher than 0.6.
Back to the first image, you can see that two of the highlighted samples should be manually excluded. So, only three of these samples should be drawn on this scatter plot. Clearly that is not the case. If I change the filter criteria to only include samples with Mg# > 1 (none of the sample fit that criterion, which is mathematically impossible), the three samples that should be drawn at Mg# > 0.6 will disappear, but the rest remain on the plot.
If I delete the “X-clusions” mask, then the Mg# mask appears to work properly. It’s only when I add the second mask that things get weird. I’m not sure what’s going on, or how to fix it. Any suggestions?