Skip to main content
Ctrl+K
Hist 2.8.2.dev4+ge16149f - Home
  • Welcome to Hist’s documentation!

User Guide

  • Installation
  • Quickstart
  • Axes
  • Storages
  • Accumulators
  • Transform
  • Indexing
  • Reprs in Jupyter
  • Plots
  • Analyses examples
  • NumPy compatibility
  • Subclassing (advanced)
  • Histogram
  • Stack
  • Interpolation
  • CLI

Developers

  • Contributing
  • Support
  • Changelog

Examples

  • Hist Quick Demo

API Reference

  • hist
    • hist package
      • hist.axis package
        • hist.axis.transform module
      • hist.dask package
        • hist.dask.hist module
        • hist.dask.namedhist module
      • hist.accumulators module
      • hist.axestuple module
      • hist.basehist module
      • hist.classichist module
      • hist.hist module
      • hist.intervals module
      • hist.namedhist module
      • hist.numpy module
      • hist.plot module
      • hist.quick_construct module
      • hist.stack module
      • hist.storage module
      • hist.svgplots module
      • hist.svgutils module
      • hist.tag module
      • hist.version module
  • Repository
  • Suggest edit
  • Open issue
  • .rst

hist.svgplots module

Contents

  • html_hist()
  • make_ax_text()
  • make_text()
  • svg_hist_1d()
  • svg_hist_1d_c()
  • svg_hist_2d()

hist.svgplots module#

hist.svgplots.html_hist(h: BaseHist, function: Callable[[BaseHist], svg]) → html#
hist.svgplots.make_ax_text(ax: Axis, **kwargs: SupportsStr) → text#
hist.svgplots.make_text(txt: str | float, **kwargs: SupportsStr) → text#
hist.svgplots.svg_hist_1d(h: BaseHist) → svg#
hist.svgplots.svg_hist_1d_c(h: BaseHist) → svg#
hist.svgplots.svg_hist_2d(h: BaseHist) → svg#

previous

hist.storage module

next

hist.svgutils module

Contents
  • html_hist()
  • make_ax_text()
  • make_text()
  • svg_hist_1d()
  • svg_hist_1d_c()
  • svg_hist_2d()

By Henry Schreiner and Nino Lau

© Copyright 2020, Henry Schreiner.