```julia julia> using SixelTerm julia> using PythonPlot julia> pcolormesh(rand(5,5)) Python: <matplotlib.collections.QuadMesh object at 0x1471fbb50> ``` I'm only getting this returned...?! 😢