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 c2d9bbb commit bf02807Copy full SHA for bf02807
1 file changed
radicl/interface.py
@@ -8,6 +8,7 @@
8
import pandas as pd
9
from termcolor import colored
10
from study_lyte.io import write_csv
11
+import matplotlib.pyplot as plt
12
13
from .utilities import get_default_filename
14
from .probe import RAD_Probe
@@ -371,7 +372,7 @@ def task_daq(self):
371
372
373
def task_settings(self):
374
"""
- Routine for handling users requests for modifying probe settings settings
375
+ Routine for handling users requests for modifying probe settings
376
377
378
# Setting Selection
0 commit comments