mplhep icon indicating copy to clipboard operation
mplhep copied to clipboard

MERGE: API and scope

Open jonas-eschle opened this issue 1 year ago • 1 comments

Functionality

basic histogram plotting

names not fixed

  • histplot
  • hist2dplot

Include uncertainties, different styles

comparison

  • general plotting of a comparison with multiple types of comparisons below

  • separate comparison plots

    • pull (maybe residuals? Pulls are more of a bias measurement)
    • diff
    • more?

model plotting

Separate part to plot components, stacking etc

util

  • plot_reorder_legend vs sort_legend
  • many smaller ones

API

Namespaces similar to matplotlib.

mplhep mane namespace

main namespace

  • histplot: default
  • more

subplot

create_figures or similar

compare?

For comparison of

style

Keep the same layout of mplhep (set style explicitly, not on import)

Scope

Provide the last mile to the user

jonas-eschle avatar Sep 26 '24 13:09 jonas-eschle

First PR merged here: https://github.com/scikit-hep/mplhep/pull/573

0ctagon avatar Jun 23 '25 07:06 0ctagon