Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blog/_posts/2025-06-06-uhi-for-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fully implemented now in ROOT, UHI ensures that all ROOT histogram classes--deri

## How about a quick demo?

Let me show you how you can fill your histograms with [NymPy](https://numpy.org/) arrays directly:
Let me show you how you can fill your histograms with [NumPy](https://numpy.org/) arrays directly:

```python
import matplotlib.pyplot as plt
Expand Down Expand Up @@ -55,4 +55,4 @@ plt.show()

## Ready to Level Up Your Histogram Analysis?
With UHI, ROOT histograms now offer Python developers an intuitive, modern, and powerful API.
Check out the [ROOT UHI documentation](https://root.cern/doc/master/group__uhi__docs.html) for more implementation details and examples!
Check out the [ROOT UHI documentation](https://root.cern/doc/master/group__uhi__docs.html) for more implementation details and examples!
Loading