holoviz / holoviz/hvplot

Method for captioning plots `df.hvplot.caption()` or `hvplot.caption()`

Open
#1,666 3 comments 0 reactions 0 assignees View on GitHub
needs info
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

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")`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.