Skip to content

Commit

Permalink
Change naming of metric
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Dec 15, 2023
1 parent 6c6122a commit 3ba66df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studies/db/go_rewrite/notebooks/studies_charts_noise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
" # the scatter plot:\n",
" hex_ax = ax.hexbin(x, y, gridsize=400, bins=\"log\", cmap='Purples')\n",
" ax.set_xlabel(\"Median IcySD (s)\")\n",
" ax.set_ylabel(\"UGPC\")\n",
" ax.set_ylabel(\"IgpTD\")\n",
" ax.set_ylim(0, 1)\n",
" ax.set_xlim(0, 150)\n",
" ax.axvspan(70, 80, color='red', alpha=0.2)\n",
Expand Down Expand Up @@ -206,7 +206,7 @@
"# Draw the scatter plot and marginals.\n",
"scatter_hist(distances, noise, ax, ax_histx, ax_histy, ax_cbar, fig)\n",
"\n",
"fig.savefig(\"images/UGPC_IcySD.pdf\", bbox_inches='tight')\n",
"fig.savefig(\"images/IgpTD_IcySD.pdf\", bbox_inches='tight')\n",
"\n"
]
}
Expand Down

0 comments on commit 3ba66df

Please sign in to comment.