Kodi Arfer <li...@arfer.net> writes: >> Are you sure that you have :file parameter in the source block you tried >> to execute? > > Yes, this is my code block: > > #+begin_src hy :file g/foo.png > (plt.scatter [1 2 3] [4 5 -9]) > #+end_src
What about #+begin_src hy :results file :file g/foo.png (plt.scatter [1 2 3] [4 5 -9]) #+end_src ? Best, Ihor