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.
1 parent d55bdde commit 8968af5Copy full SHA for 8968af5
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 is used in the
11
+examples to demonstrate unit conversion functionality.
12
13
+It is only maintained for the purposes of building documentation and should never be
14
+used outside of the matplotlib documentation.
15
16
"""
17
18
import itertools
0 commit comments