SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.04k stars 139 forks source link

Display file name when exporting plot to HTML #480

Open matugm opened 5 years ago

matugm commented 5 years ago

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.