Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3706149

Browse files
committed
document what basic units is
1 parent d55bdde commit 3706149

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

galleries/examples/units/basic_units.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Basic units
66
===========
77
8+
9+
This file implements a units library that supports registering arbitrary units,
10+
conversions between units, and math on 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+
816
"""
917

1018
import itertools

0 commit comments

Comments
 (0)