```python def FsmPlot(df): df.plot(subplots=True) plt.title("Sample=" + str(sampleN) + " Elev=" + str(np.round(lp.elevation[sampleN]))) plt.show() ``` undefined variables: - `sampleN` - `lp` I comment out this function until fixed