Add surface-matplotlib config option to pypiezo.
[pypiezo.git] / pypiezo / config.py
index f555b059c8067c67dd112db6c2c0d7e8ecc9a5e4..01cf06fb07253b195e036dc38aa2ea29193e9b0d 100644 (file)
@@ -29,6 +29,10 @@ class PackageConfig (_h5config_tools.PackageConfig):
             name='matplotlib',
             help='Plot piezo motion using `matplotlib`.',
             default=False),
+        _config.BooleanSetting(
+            name='surface-matplotlib',
+            help='Plot surface positiong fit using `matplotlib`.',
+            default=False),
         ]