Plotting gnuplot from "calc-mode" #88
Unanswered
matthewbauer
asked this question in
Q&A
Replies: 0 comments
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've been using gnuplot-mode and especially the 'dedicated' option in 'gnuplot-inline-image-mode'. It's useful for me because I want to keep the plots contained within Emacs.
I'm interested in finding a way to invoke gnuplot directly from 'calc'. Basically, when I plot something with 'calc-graph-plot' I want the script to be sent to 'gnuplot-insert-inline-image-output' to open a new buffer. Is anything like this easily possible?
All reactions