File: plotting.rst

package info (click to toggle)
python-boost-histogram 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: python: 7,940; cpp: 3,243; makefile: 22; sh: 1
file content (12 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
.. _usage-plotting:

Plotting
========

Boost-histogram does not contain plotting functions - this is outside of the
scope of the project, which is histogram filling and manipulation. However, it
does follow ``PlottableProtocol``. Any plotting library that
accepts an object that follows the ``PlottableProtocol`` can plot boost-histogram
objects.

Read about the ``PlottableProtocol`` in the `UHI plotting <https://uhi.readthedocs.io/en/latest/plotting.html>`_ page.