Skip to content

Commit

Permalink
update colors for colab (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Apr 1, 2024
1 parent 45aabb2 commit 47eb6b4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,15 +400,14 @@
"ax = plt.gca()\n",
"ax.set_ylim(40, 5)\n",
"plt.subplot(1, 3, 2)\n",
"plt.imshow(scan_lines_fund.T, cmap='grey', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]],\n",
" )\n",
"plt.imshow(scan_lines_fund.T, cmap='gray', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
"plt.xlabel('Image width [mm]')\n",
"plt.title('Fundamental')\n",
"ax = plt.gca()\n",
"ax.set_ylim(40, 5)\n",
"plt.yticks([])\n",
"plt.subplot(1, 3, 3)\n",
"plt.imshow(scan_lines_harm.T, cmap='grey', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
"plt.imshow(scan_lines_harm.T, cmap='gray', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
"plt.yticks([])\n",
"plt.xlabel('Image width [mm]')\n",
"plt.title('Harmonic')\n",
Expand Down

0 comments on commit 47eb6b4

Please sign in to comment.