Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
That did it. Thanks. On Sat, Oct 14, 2017 at 1:58 PM, Nicolas Goaziou wrote: > Lawrence Bottorff writes: > > > I don't get the image displayed -- without manually taking out the > > > > #+RESULTS: line. I'm saying > > > > #+begin_src gnuplot :exports code :file images/test1.png > > reset > > se

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Nicolas Goaziou
Lawrence Bottorff writes: > I don't get the image displayed -- without manually taking out the > > #+RESULTS: line. I'm saying > > #+begin_src gnuplot :exports code :file images/test1.png > reset > set title "Putting it All Together" > set xlabel "X" > set xrange [-8:8] > set xtics -8,2,8 > set y

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
I don't get the image displayed -- without manually taking out the #+RESULTS: line. I'm saying #+begin_src gnuplot :exports code :file images/test1.png reset set title "Putting it All Together" set xlabel "X" set xrange [-8:8] set xtics -8,2,8 set ylabel "Y" set yrange [-2:70] set ytics -20,10,70

Re: [O] HTML output of gnuplot pic

2017-10-14 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > I'm playing with the tutorial for babel-gnuplot > , > however I keep getting this upon C-c C-c: > > #+begin_src gnuplot :exports code :file images/test1.png > reset > > set title "Putting

[O] HTML output of gnuplot pic

2017-10-14 Thread Lawrence Bottorff
I'm playing with the tutorial for babel-gnuplot , however I keep getting this upon C-c C-c: #+begin_src gnuplot :exports code :file images/test1.png reset set title "Putting it All Together" set xlabel "X" set xrange [-8:8