Closed
Description
matplotlib's imshow
is pretty unawesome for DataFrames. For example, to label the axes one must do all sorts of tricks with the formatting API. Pandas provides great indexing/labeling capabilities. I propose a function similar to imshow
that uses the information in a DataFrame to correctly label the axes. The API could be passing kind='image'
to DataFrame.plot
.