I want to build a single stacked clustered column chart to simulate earth's substances with their respective image legend. (e.g. https://ibb.co/cqUvv9) For example, I want from 0 meters to -10 to show sand, right beneath from -10 to -25 rock, etc. and expand their respective png images based on their values.
So far I managed to build the clustered column with matplotlib, I just want to know if there's a way of showing images instead of bars.