def test_plot_bore(self): gef = ParseGEF("./pygef/files/example_bore.gef") gef.plot(show=False, figsize=(4, 12))
def test_plot_classification(self): gef = ParseGEF("./pygef/files/example.gef") gef.plot(show=False, classification="robertson", water_level_wrt_depth=-1)
def test_plot_cpt(self): gef = ParseGEF("./pygef/files/example.gef") gef.plot(show=False)