Skip to content

topo_utils: FsmPlot() undefined variables #77

@ArcticSnow

Description

@ArcticSnow
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions