From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: HTML output of gnuplot pic Date: Sat, 14 Oct 2017 19:30:10 +0200 Message-ID: <874lr13ae5.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3QGT-0003Y4-GR for emacs-orgmode@gnu.org; Sat, 14 Oct 2017 13:30:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3QGO-0000r4-FV for emacs-orgmode@gnu.org; Sat, 14 Oct 2017 13:30:21 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38640) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e3QGO-0000pY-2g for emacs-orgmode@gnu.org; Sat, 14 Oct 2017 13:30:16 -0400 In-Reply-To: (Lawrence Bottorff's message of "Sat, 14 Oct 2017 12:21:57 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Lawrence Bottorff Cc: emacs-orgmode Mailinglist 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 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 > > f(x) = x**2 > g(x) = x**3 > h(x) = 10*sqrt(abs(x)) > > plot f(x) w lp lw 1, g(x) w p lw 2, h(x) w l lw 3 > #+end_src > > #+RESULTS: > [[file:images/test1.png]] > > Many different :results attempts keep giving me > > #+RESULTS: > [[file:images/test1.png]] > > . . . which doesn't export to HTML. Why? I have no trouble exporting to HTML this document. Regards, -- Nicolas Goaziou