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