From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29722 Path: news.gmane.org!not-for-mail From: Dalyoung Jeong Newsgroups: gmane.comp.tex.context Subject: gnuplot in ConTeXt Date: Thu, 27 Jul 2006 13:48:09 +0900 Message-ID: <406470D9-7FF0-4AEC-810A-3D2AC08010D4@mac.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153975721 32602 80.91.229.2 (27 Jul 2006 04:48:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2006 04:48:41 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jul 27 06:48:38 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5xnT-0007XK-0p for gctc-ntg-context-518@m.gmane.org; Thu, 27 Jul 2006 06:48:31 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C0E261FDDA; Thu, 27 Jul 2006 06:48:29 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28633-06; Thu, 27 Jul 2006 06:48:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6BF61FDD1; Thu, 27 Jul 2006 06:48:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A65F91FDD1 for ; Thu, 27 Jul 2006 06:48:20 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29067-03 for ; Thu, 27 Jul 2006 06:48:16 +0200 (CEST) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.186]) by ronja.ntg.nl (Postfix) with SMTP id E93BD1FDCD for ; Thu, 27 Jul 2006 06:48:15 +0200 (CEST) Original-Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout16/MantshX 4.0) with ESMTP id k6R4mDTB000657 for ; Wed, 26 Jul 2006 21:48:13 -0700 (PDT) Original-Received: from [203.253.9.6] (apple.ssu.ac.kr [203.253.9.6]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k6R4mAOJ006197 for ; Wed, 26 Jul 2006 21:48:12 -0700 (PDT) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:29722 Archived-At: Dear all, I have installed gnuplot and others(aqua term, x11). I tested the minimal sample file in ConTeXt Wiki. In the wiki page, there is a command like \startGNUPLOTgraphics{sin} plot sin(x) \stopGNUPLOTgraphics but there is an error message like l.6 \startGNUPLOTgraphics {sin} ? x If I changed \startGNUPLOTgraphics{sin} to \startGNUPLOTgraphic{sin}, then the error is disappeared but the output showed only texts but not graph. Only a grey box is appeared. Would you please show me an example in detail? Thank you for reading. Dalyoung