tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.67k stars 1.65k forks source link

Feature request: Add 'copy' button under plots, that copies plot to clipboard. #1877

Open SuperElectric opened 5 years ago

SuperElectric commented 5 years ago

Each plot currently has three buttons underneath: zoom, logplot, and domain-fitting. I would find it very handy if there was a fourth button, which simply copied the plot to the image clipboard.

It could have the standard copy-to-clipboard icon, something like: https://www.iconbros.com/icons/ib-le-copy

nfelt commented 5 years ago

FYI, there is an option to download the scalar charts as SVG files, you might have to check "show download links" to see it. We might also be able to plumb that SVG into copy-to-clipboard logic, but it's likely to be a bit more challenging if possible.