Skip to content

VIS: Pandas imshow-like function #3497

Closed
@cpcloud

Description

@cpcloud

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions