emacs-gnuplot / gnuplot

A major mode for Emacs for interacting with Gnuplot
GNU General Public License v3.0
138 stars 21 forks source link

Plotting gnuplot from "calc-mode" #36

Open matthewbauer opened 6 years ago

matthewbauer commented 6 years ago

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?