We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422271a commit d166b2eCopy full SHA for d166b2e
2 files changed
notebooks/panel-design/markII/code/plot_ae_pool.py
@@ -50,7 +50,7 @@ def plot_by_bins(microhaps):
50
markersizes = [nv / max_num_snps * 15 for nv in data.NumVars]
51
label = f"{numsnps}-{numsnps+1} ADSs" if numsnps < 10 else "≥10 ADSs"
52
marker = "." if numsnps == 2 else "o"
53
- plt.scatter(data.Extent, data.Ae, marker=marker, s=markersizes, color=color, alpha=0.9, label=label)
+ plt.scatter(data.Extent, data.Ae, marker=marker, s=markersizes, color=color, alpha=0.8, label=label)
54
55
56
def get_parser():
notebooks/panel-design/markII/data/results/aes_pool.png
16.4 KB
0 commit comments