uncertainties (Tensor) – Uncertainty scores (N,)
correct_mask (Tensor) – Boolean mask for correct predictions (N,)
title (str) – Plot title
xlabel (str) – X-axis label
save_path (Optional[str]) – Path to save figure (optional)
show (bool) – Whether to call plt.show() (default: True)