Skip to content
Henry Schreiner edited this page Aug 11, 2020 · 20 revisions

Welcome to the hist wiki!

Plans:

  • Work on repr
    • 2d, 3d ... ✅
    • _repr_html_
    • Manual rebin (v2)
    • textwrapper cannot new a line
  • Support 1D circular (repr) ✅
  • Support 1D circular (plot, PR to mplhep)
  • Drop fig from 1d, 2d plots
  • Use mplhep for 1d, 2d plots core algorithm
    • Update mplhep for label instead of title (and/or temporary addition of .title)
    • Update uproot4 to set label instead of title
    • Mplhep plot at 90 degrees
  • Use 1d, 2d plots in plot_pull, plot2d_full core (3-4 lines replaced with .plot)
  • Look at replacing fitter with iMinuit - make optional if can't replace

Henry:

  • Example of html repr
  • PR mplhep: label
  • PR mplhep: rotate
  • PR mplhep: circular
  • Try different fitter

Docs:

  • Installation contents -> Development (Install should just say something like "pip install hist", maybe give advice about virtual environments.
  • Axis: examples of names (like in AxesTuple)
  • Axis: New histogram with axes (and move box 4 up)
  • Storage: Use hist.storage.*
  • Section on Indexing: Complex and regular
  • Move plotting to it's own page
  • Transforms, etc. from boost-histogram
  • Development: can be in .github/CONTRIBUTING.md, and linked into docs
  • Add API
Clone this wiki locally