daleroberts / itermplot

An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal.
1.49k stars 51 forks source link

Missing .pdf extension in file when drag and drop image onto desktop #21

Closed crosset closed 7 years ago

crosset commented 7 years ago

Drag and drop is great, just that the extension is missing, so it doesn't display automatically. Just renaming the file and adding the .pdf extension works fine.

daleroberts commented 7 years ago

Fixed! Filename should be set now so you can drag and drop. Update with pip install -U itermplot

Could you test and confirm before I close this? Thanks.

crosset commented 7 years ago

Working perfectly too. Thanks.