wbeardall
wbeardall
Note: Need to fix my test environment, as the provided instructions haven't worked on my machine. Will update when I have time.
Hi @dominikschubert, I'm afraid I haven't had time to dig into this further; I'll try and circle back to this at some point!
I'm inclined to agree here, I'd err on the side of adding a statement to the expression chain over adding increased complexity to the interface.
I've written an initial attempt to enable this feature; however, it's only designed to work with `xarray.DataArray` input for the time being, and I've only tested it as such. The...
In case anyone is interested in a similar use-case, I've written a brief convenience function for creating heatmaps from `pd.DataFrame` objects. ``` def heatmaps( data_frame, x, y, color, animation_frame=None, facet_col=None,...