Replies: 2 comments 1 reply
-
Hi @vdunaway, Great questions! The heatmap isn't currently designed to be customizable. I think we can redesign it so that it perhaps returns a pandas.style object. From there, one should be able to further customize it - including adding a title. This should be flagged as an ehnacement. If you have patterns that you've developed externally, then you can include those using the |
Beta Was this translation helpful? Give feedback.
-
Not elaborate, but you can just print the index and columns of the referenced slice: print(triangle.iloc[0, 0].index, triangle.iloc[0, 0].columns) |
Beta Was this translation helpful? Give feedback.
-
My question is twofold:
Beta Was this translation helpful? Give feedback.
All reactions