We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce54b65 + 87c976e commit bf10f3bCopy full SHA for bf10f3b
README.md
@@ -24,7 +24,7 @@ from welly import Well, Project
24
w = Well.from_las('my_wells/my_well.las') # Load a single well.
25
p = Project.from_las('my_wells/*.las') # Load lots of wells.
26
27
-gr = w.data['GR'] # One log; this is a subclassed NumPy array...
+gr = w.data['GR'] # One log...
28
gr.plot() # ...with some superpowers!
29
```
30
0 commit comments