Enhancing Visualization of Well Logs With Plot Fills

Applying Color Infill to Well Log Data Using matplotlib and fill_betweenx()

Andy McDonald
Towards Data Science
8 min readJan 27, 2021

--

Log plot shading using fill_betweenx. [Image Created by Author]

Matplotlib is a great library to work with in Python and it is one that I always go back to time and time again to work with well logs. Due to its high degree of flexibility it can be tricky to get started with it at first, but once you have mastered…

--

--