docs: fix style

This commit is contained in:
appel_c 2023-11-24 09:53:03 +01:00
parent e01790062b
commit cb531c2de1

View File

@ -124,7 +124,7 @@ samx_data = s.scan.data['gauss_bpm']['gauss_bpm'].val
```
### Plot the scan data manually
Alternatively, you may install `pandas` as an additional dependency to directly import the data to a `pandas dataframe`.
Alternatively, you may install `pandas` as an additional dependency to directly import the data to a pandas dataframe.
If on top, `matplotlib` is installed in the environment and imported `import matplotlib.pyplot as plt` within the BEC's IPython shell, you may directly plot the data from the ipython shell.
```python