-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hi all
when exporting plots as static assets (such as PNG), tooltips are obviously no longer working. So sometimes it would be handy to automatically (based on provided mappings) annotate/label certain data points permanently. geom_text / geom_label would be potential options, however, this gets awfully complicated if you have for instance a line plot with various lines (just as an example).
I found this R ggplot package that somewhat overcomes this and somewhat does what I envision: https://cmap-repos.github.io/cmapplot/reference/geom_text_lastonly.html however, this does not completely solve all the issues.
Since we are already able to specify tooltips and format them to our preferences, wouldn't it be neat if we could have the already defined tooltip be permanently visible (without hovering) for a given x-axis datapoint (or automagically for "the first"/"the last" datapoint) if we either say so explicitely or call ".to_png()"?