daru icon indicating copy to clipboard operation
daru copied to clipboard

Display file name when exporting plot to HTML

Open matugm opened this issue 7 years ago • 0 comments

When I create a plot & export it to HTML I get what seems like some random number.

Example:

df.plot(type: :bar).export_html
# 2152

I think it may be more helpful to print the name of the file instead.

matugm avatar Jan 12 '19 19:01 matugm