From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39654 Path: news.gmane.org!not-for-mail From: Morgan Brassel Newsgroups: gmane.comp.tex.context Subject: Re: UTF-8 characters and gnuplot module Date: Tue, 25 Mar 2008 15:28:12 +0100 (CET) Message-ID: References: <6faad9f00803240853n1d3df88dt31808c998d3b674@mail.gmail.com> <200803241152.20110.merritt@u.washington.edu> <6faad9f00803241314m467aeec8hc590f2c0f8ef86b1@mail.gmail.com> <47E824E6.9020907@wxs.nl> <6faad9f00803241521y40a3d8f4kdab1e8480136734f@mail.gmail.com> <47E82EA8.106@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-447479198-1206455292=:3533" X-Trace: ger.gmane.org 1206455399 11684 80.91.229.12 (25 Mar 2008 14:29:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 14:29:59 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 25 15:30:29 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1JeAAU-0005JK-Q9 for gctc-ntg-context-518@m.gmane.org; Tue, 25 Mar 2008 15:30:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0B7CD1FD76; Tue, 25 Mar 2008 15:29:31 +0100 (CET) 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 26924-03-18; Tue, 25 Mar 2008 15:28:50 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D69951FC67; Tue, 25 Mar 2008 15:28:50 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 597761FC67 for ; Tue, 25 Mar 2008 15:28:49 +0100 (CET) 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 28886-02-7 for ; Tue, 25 Mar 2008 15:28:15 +0100 (CET) Original-Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by ronja.ntg.nl (Postfix) with ESMTP id E6AE81FC5D for ; Tue, 25 Mar 2008 15:28:14 +0100 (CET) Original-Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id BEDA11AB33B for ; Tue, 25 Mar 2008 15:28:14 +0100 (CET) Original-Received: from [192.168.0.32] (pas38-3-82-226-102-214.fbx.proxad.net [82.226.102.214]) by smtp1-g19.free.fr (Postfix) with ESMTP id 976AD1AB33A for ; Tue, 25 Mar 2008 15:28:14 +0100 (CET) X-X-Sender: brassel@leo In-Reply-To: <47E82EA8.106@wxs.nl> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:39654 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-447479198-1206455292=:3533 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Hi everyone, Hi Mojca, I finally compiled gnuplot with support for the context terminal. It was=20 really easy in the end, I should not have been afraid... I have two questions however (see example below): * Does the option 'solid' work with the context terminal? I still get=20 dashed lines here... * ' and " quotes do not give the same result when UTF-8 character are=20 involved. Is it wanted? Best regards, Morgan \enableregime[utf] \usemodule[gnuplot] \setupcolors[state=3Dstart] \setupGNUPLOT[options=3Dcolor solid] \startGNUPLOTscript[sin] set ylabel "h=E9llo" set xlabel 'h=E9llo' plot sin(x), sin(2*x) \stopGNUPLOTscript \starttext \useGNUPLOTgraphic[sin] \stoptext --8323328-447479198-1206455292=:3533 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --8323328-447479198-1206455292=:3533--