Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
On Thursday, 25 Mar 2021 at 20:31, Timothy wrote: > Eric S Fraga writes: > >> or some similar way but I cannot figure out how to do it. > > [ Update: He figured it out :P ] ;-) > If no-one else takes care of these, I'll take a look in a bit* :) Thank you! And no pressure, of course. -- : Eri

Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Timothy
Eric S Fraga writes: > or some similar way but I cannot figure out how to do it. [ Update: He figured it out :P ] > I also have two feature requests should anybody be able to help: > > 1. it would be consistent and useful if "C-c C-c" executed >org-plot/gnuplot when on such a #+PLOT line.

Re: org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
On Thursday, 25 Mar 2021 at 11:58, Eric S Fraga wrote: > In a #+PLOT line, I would set this using > > #+PLOT: ... set:"format \"%T\"" Solved it. I had forgotten that gnuplot is quite relaxed about the quotes used so this works: #+PLOT: ... set:"format '%T'" My feature requests stand,

org-plot/gnuplot: question and feature suggestions

2021-03-25 Thread Eric S Fraga
Hello all, I normally use gnuplot directly with src blocks but sometimes it's useful to use the #+PLOT for some quick and dirty plots. I have one problem: I wish to set the format for axes labels to %T. Normally, in gnuplot, this would be simply a line format "%T" In a #+PLOT line, I would