---
file_format: mystnb
kernelspec:
  name: python3
---

# Histograms

## Plot Histogram Kinetic Energy Probes

- **input deck:** <path:datasets/5_1_probe/input.deck>
- **Python File:** <path:histograms/plot_hist_ke_probe.py>

```{code-cell} ipython3
:load: ./histograms/plot_hist_ke_probe.py
```

## Plot Histogram Kinetic Energy

- **input deck:** <path:datasets/4_3_basic_target/input.deck>
- **Python File:** <path:histograms/plot_hist_ke.py>

```{code-cell} ipython3
:load: ./histograms/plot_hist_ke.py
```

## Plot Histogram Electron Momentum

- **input deck:** <path:datasets/4_4_momentum_distribution/input.deck>
- **Python File:** <path:histograms/plot_hist_px.py>

```{code-cell} ipython3
:load: ./histograms/plot_hist_px.py
```