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 cbacb44 commit 41ba2f8Copy full SHA for 41ba2f8
proplot/utils.py
@@ -14,7 +14,7 @@
14
from icecream import ic
15
except ImportError: # graceful fallback if IceCream isn't installed
16
ic = lambda *a: None if not a else (a[0] if len(a) == 1 else a) # noqa
17
-__all__ = ['arange', 'edges', 'units']
+__all__ = ['arange', 'edges', 'edges2d', 'units']
18
19
# Change this to turn on benchmarking
20
BENCHMARK = False
0 commit comments