Skip to content

Commit

Permalink
Fixed histogram in live-code
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Nov 15, 2024
1 parent 5e21f66 commit 9bfea5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
plt.show()

# Look at data range
plt.histogram(img)
plt.hist(img)
print(numpy.amin(img), numpy.amax(img))

# Display image with automatic value scaling
Expand Down

0 comments on commit 9bfea5f

Please sign in to comment.