Timeline for How to display an svg string (not a file) in emacs
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 9, 2023 at 10:13 | comment | added | Christopher Clark | Yes, it turns out that graphviz writes that image to a file and if I simply open a buffer to that file, emacs displays it (in that buffer). It's not quite as magic as what Jupyter notebooks do, as I have to manually open the file (or fix my comint-send-command to do that for me). If this comment was an answer, I would have accepted it. | |
| Sep 9, 2023 at 9:12 | vote | accept | Christopher Clark | ||
| Aug 21, 2023 at 8:27 | answer | added | dalanicolai | timeline score: 0 | |
| Aug 20, 2023 at 20:05 | comment | added | NickD | Check whatever image display program you have available first: display is just one example that should work. | |
| Aug 20, 2023 at 19:00 | comment | added | Christopher Clark | Ok, thanks that is helpful. Now I will go look for imageMagick and how to install it.... | |
| Aug 20, 2023 at 18:46 | comment | added | NickD | Pipe the output of the python program into the standard input of an image display program that can read from stdin (e.g. display which is part of ImageMagick, can read stdin: cat foo.svg | display -) | |
| S Aug 20, 2023 at 18:32 | review | First questions | |||
| Aug 21, 2023 at 5:30 | |||||
| S Aug 20, 2023 at 18:32 | history | asked | Christopher Clark | CC BY-SA 4.0 |