mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Reduce alpha
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
" bins=bins,\n",
|
||||
" label=\"Randomly sampled angles\",\n",
|
||||
" density=True,\n",
|
||||
" alpha=0.5,\n",
|
||||
" alpha=0.4,\n",
|
||||
" edgecolor='black',\n",
|
||||
")\n",
|
||||
"ax.hist(\n",
|
||||
@@ -78,7 +78,7 @@
|
||||
" bins=bins,\n",
|
||||
" label=\"Generated\",\n",
|
||||
" density=True,\n",
|
||||
" alpha=0.5,\n",
|
||||
" alpha=0.4,\n",
|
||||
" edgecolor='black',\n",
|
||||
")\n",
|
||||
"ax.legend()\n",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user