Skip to content

Commit 47eb6b4

Browse files
authored
update colors for colab (#357)
1 parent 45aabb2 commit 47eb6b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/us_bmode_linear_transducer/us_bmode_linear_transducer.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,15 +400,14 @@
400400
"ax = plt.gca()\n",
401401
"ax.set_ylim(40, 5)\n",
402402
"plt.subplot(1, 3, 2)\n",
403-
"plt.imshow(scan_lines_fund.T, cmap='grey', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]],\n",
404-
" )\n",
403+
"plt.imshow(scan_lines_fund.T, cmap='gray', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
405404
"plt.xlabel('Image width [mm]')\n",
406405
"plt.title('Fundamental')\n",
407406
"ax = plt.gca()\n",
408407
"ax.set_ylim(40, 5)\n",
409408
"plt.yticks([])\n",
410409
"plt.subplot(1, 3, 3)\n",
411-
"plt.imshow(scan_lines_harm.T, cmap='grey', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
410+
"plt.imshow(scan_lines_harm.T, cmap='gray', aspect='auto', extent=[y_axis[0], y_axis[1], x_axis[1], x_axis[0]])\n",
412411
"plt.yticks([])\n",
413412
"plt.xlabel('Image width [mm]')\n",
414413
"plt.title('Harmonic')\n",

0 commit comments

Comments
 (0)