Skip to content

Commit b00f712

Browse files
committed
Fix formatting of text with histogram figures
1 parent dfa8597 commit b00f712

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

episodes/03-numpy_essential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ plt.ylabel('Pixel Count')
420420
```
421421

422422
![](fig/photon_count_a.png){alt='Histogram showing photon count, with (almost) all values around 0.'}
423+
423424
This confirms our suspicions that many pixels have very low photon counts.
424425

425426
::::::::::::::::::::::::::::::::::::::::: callout
@@ -452,6 +453,7 @@ plt.ylabel('Pixel Count')
452453
```
453454

454455
![](fig/photon_count_c.png){alt='Histogram showing photon counts between 1 and 30'}
456+
455457
We see that there is a bi-modal distribution, with the largest peak around 8-9 photons, and a smaller peak around 3-4 photons.
456458

457459
Now that we can see that the majority of the data is below a photon count of 25, we can start manipulating our image plot to see more details of the nebulae:

0 commit comments

Comments
 (0)