toddheitmann / PetroPy

A petrophysics python package for geoscience python computing of conventional and unconventional formation evaluation. Reads las files and creates a pandas dataframe of the log data. Includes a basic petrophysical workflow and a simple log viewer based on XML templates.
https://toddheitmann.github.io/PetroPy/
MIT License
177 stars 66 forks source link

do you have a way to invert the axis? #6

Open signvm opened 4 years ago

signvm commented 4 years ago

when I load my own logs into the examples the depths are from descending order ie 3600 to 3000. I want to reverse the depth axis to be in ascending order 3000 to 3600. is there a way to do this? thanks and great code!