Skip to content

Commit

Permalink
docs: typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 8, 2019
1 parent e8a4b3d commit 5173c32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/simple_cell.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/simple_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cmap": "Greens_r",
}

ax1 = plt.subplot(221, title="refractive index (ground_truth)")
ax1 = plt.subplot(221, title="refractive index (ground truth)")
mapper = ax1.imshow(rimod[idx].real, **plotkwri)
plt.colorbar(mappable=mapper, ax=ax1)

Expand Down

0 comments on commit 5173c32

Please sign in to comment.