Todd Heitmann
Todd Heitmann
The LogViewer is working somewhat correctly. When initialized without providing the top of the viewer, it will show the top of the log. For the example log, the data is...
I have mainly used Windows and macOS to run this, so thank you for the update and using it on linux. [Line 781](https://github.com/toddheitmann/PetroPy/blob/8d50f94f4aaa14dc11532cb4bdd40e8bf5eb280b/petropy/graphs.py#L781) is where I invert the y-axis for...
I choose to throw an error when using LogViewer templates since I batch process outputs and want to know if something unexpected happens. The idea behind using the template is...
The `tops_from_csv` method creates a dataframe from the csv and adds the tops when the tops csv uwi matches the log uwi, source code found [here](https://github.com/toddheitmann/PetroPy/blob/3d3f2f9e24e31ac883f71332b11c6e4e458a5139/petropy/log.py#L117-L174). Could you try this...