8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab94f6f + 64c3cce commit d75a578Copy full SHA for d75a578
galleries/examples/units/basic_units.py
@@ -5,6 +5,14 @@
5
Basic units
6
===========
7
8
+
9
+This file implements a units library that supports registering arbitrary units,
10
+conversions between units, and math with unitized data. This library also implements a
11
+Matplotlib unit converter and registers its units with Matplotlib. This library is used
12
+in the examples to demonstrate Matplotlib's unit support. It is only maintained for the
13
+purposes of building documentation and should never be used outside of the Matplotlib
14
+documentation.
15
16
"""
17
18
import itertools
0 commit comments