Skip to content

Method for captioning plots df.hvplot.caption() or hvplot.caption() #1666

@ahuang11

Description

@ahuang11

I'm creating a explanatory visualization and it'd be awesome if hvplot had a caption method so you can do something like

df.hvplot.bar("date", "arr") * df_sum.hvplot.caption("Total ARR {arr} from {ini_date} to {end_date}")

Or even df.hvplot.bar("date", "arr", caption=f"Total ARR {arr} from {ini_date} to {end_date}", caption_loc="bottom_left")

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs infoNeed more information

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions