Skip to content

Commit d166b2e

Browse files
committed
A bit more transparency
1 parent 422271a commit d166b2e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/panel-design/markII/code/plot_ae_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def plot_by_bins(microhaps):
5050
markersizes = [nv / max_num_snps * 15 for nv in data.NumVars]
5151
label = f"{numsnps}-{numsnps+1} ADSs" if numsnps < 10 else "≥10 ADSs"
5252
marker = "." if numsnps == 2 else "o"
53-
plt.scatter(data.Extent, data.Ae, marker=marker, s=markersizes, color=color, alpha=0.9, label=label)
53+
plt.scatter(data.Extent, data.Ae, marker=marker, s=markersizes, color=color, alpha=0.8, label=label)
5454

5555

5656
def get_parser():
16.4 KB
Loading

0 commit comments

Comments
 (0)