Skip to content

Commit ad2ad07

Browse files
author
Robert (Bob) Turner
committed
remove plt.show() description
1 parent 105ebb9 commit ad2ad07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_episodes/05-creating-histograms.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Finally, we create the histogram plot itself with
149149
We use the **left** bin edges as x-positions for the histogram values by
150150
indexing the `bin_edges` array to ignore the last value
151151
(the **right** edge of the last bin).
152-
Then we make it appear with `plt.show()`.
153152
When we run the program on this image of a plant seedling,
154153
it produces this histogram:
155154

0 commit comments

Comments
 (0)