Thanks to visit codestin.com Credit goes to github.com
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 fe0140e + 02c0548 commit 34a11abCopy full SHA for 34a11ab
1 file changed
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